Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
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.getExpiredKeys() |
InvalidationQueue<ExpiredKey> |
AbstractCacheRecordStore.getExpiredKeys() |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheExpireBatchBackupOperation.evictIfSame(ExpiredKey key) |
Constructor and Description |
---|
CacheExpireBatchBackupOperation(String name,
Collection<ExpiredKey> expiredKeys,
int ownerPartitionEntryCount) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EvictBatchBackupOperation.canEvictRecord(Record existingRecord,
ExpiredKey expiredKey) |
Constructor and Description |
---|
EvictBatchBackupOperation(String name,
Collection<ExpiredKey> expiredKeys,
int ownerPartitionEntryCount) |
Modifier and Type | Field and Description |
---|---|
protected InvalidationQueue<ExpiredKey> |
AbstractEvictableRecordStore.expiredKeys |
Modifier and Type | Method and Description |
---|---|
InvalidationQueue<ExpiredKey> |
RecordStore.getExpiredKeys() |
InvalidationQueue<ExpiredKey> |
AbstractEvictableRecordStore.getExpiredKeys() |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.