Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
com.hazelcast.map.impl.recordstore |
Modifier and Type | Field and Description |
---|---|
protected InvalidationQueue<ExpiredKey> |
AbstractCacheRecordStore.expiredKeys |
Modifier and Type | Method and Description |
---|---|
InvalidationQueue<ExpiredKey> |
ICacheRecordStore.getExpiredKeysQueue() |
InvalidationQueue<ExpiredKey> |
AbstractCacheRecordStore.getExpiredKeysQueue() |
Modifier and Type | Method and Description |
---|---|
void |
ToBackupSender.trySendExpiryOp(RS recordStore,
InvalidationQueue invalidationQueue,
int backupReplicaCount,
int partitionId,
boolean checkIfReachedBatch) |
Modifier and Type | Field and Description |
---|---|
protected InvalidationQueue<ExpiredKey> |
AbstractEvictableRecordStore.expiredKeys |
Modifier and Type | Method and Description |
---|---|
InvalidationQueue<ExpiredKey> |
RecordStore.getExpiredKeysQueue() |
InvalidationQueue<ExpiredKey> |
AbstractEvictableRecordStore.getExpiredKeysQueue() |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.