Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.eviction | |
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
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 |
---|---|
protected Operation |
CacheClearExpiredRecordsTask.newBackupExpiryOp(ICacheRecordStore store,
Collection<ExpiredKey> expiredKeys) |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheExpireBatchBackupOperation.evictIfSame(ExpiredKey key) |
Constructor and Description |
---|
CacheExpireBatchBackupOperation(String name,
Collection<ExpiredKey> expiredKeys,
int primaryEntryCount) |
Modifier and Type | Method and Description |
---|---|
void |
ToBackupSender.invokeBackupExpiryOperation(Collection<ExpiredKey> expiredKeys,
int backupReplicaCount,
int partitionId,
RS recordStore) |
protected abstract Operation |
ClearExpiredRecordsTask.newBackupExpiryOp(S store,
Collection<ExpiredKey> expiredKeys) |
Modifier and Type | Method and Description |
---|---|
protected Operation |
MapClearExpiredRecordsTask.newBackupExpiryOp(RecordStore store,
Collection<ExpiredKey> expiredKeys) |
Constructor and Description |
---|
EvictBatchBackupOperation(String name,
Collection<ExpiredKey> expiredKeys,
int primaryEntryCount) |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.