Package | Description |
---|---|
com.hazelcast.cache.impl.eviction | |
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
Modifier and Type | Method and Description |
---|---|
protected IBiFunction<Integer,Integer,Boolean> |
CacheClearExpiredRecordsTask.newBackupExpiryOpFilter() |
Modifier and Type | Method and Description |
---|---|
protected IBiFunction<Integer,Integer,Boolean> |
ClearExpiredRecordsTask.newBackupExpiryOpFilter() |
Modifier and Type | Method and Description |
---|---|
V |
ConcurrentReferenceHashMap.applyIfPresent(K key,
IBiFunction<? super K,? super V,? extends V> remappingFunction) |
V |
IConcurrentMap.applyIfPresent(K key,
IBiFunction<? super K,? super V,? extends V> mappingFunction) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.