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
|
Modifier and Type | Field and Description |
---|---|
protected CachePartitionSegment[] |
AbstractCacheService.segments |
Modifier and Type | Method and Description |
---|---|
CachePartitionSegment[] |
AbstractCacheService.getPartitionSegments() |
CachePartitionSegment[] |
ICacheService.getPartitionSegments() |
CachePartitionSegment |
AbstractCacheService.getSegment(int partitionId) |
CachePartitionSegment |
ICacheService.getSegment(int partitionId) |
protected abstract CachePartitionSegment |
AbstractCacheService.newPartitionSegment(int partitionId) |
protected CachePartitionSegment |
CacheService.newPartitionSegment(int partitionId) |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheClearExpiredRecordsTask.clearLeftoverExpiredKeyQueues(CachePartitionSegment container) |
protected void |
CacheClearExpiredRecordsTask.equalizeBackupSizeWithPrimary(CachePartitionSegment container) |
protected long |
CacheClearExpiredRecordsTask.getLastCleanupTime(CachePartitionSegment container) |
protected boolean |
CacheClearExpiredRecordsTask.hasExpiredKeyToSendBackup(CachePartitionSegment container) |
protected boolean |
CacheClearExpiredRecordsTask.hasRunningCleanup(CachePartitionSegment container) |
protected boolean |
CacheClearExpiredRecordsTask.isContainerEmpty(CachePartitionSegment container) |
protected Operation |
CacheClearExpiredRecordsTask.newPrimaryExpiryOp(int expirationPercentage,
CachePartitionSegment container) |
protected boolean |
CacheClearExpiredRecordsTask.notHaveAnyExpirableRecord(CachePartitionSegment container) |
protected void |
CacheClearExpiredRecordsTask.setHasRunningCleanup(CachePartitionSegment container) |
Iterator<ICacheRecordStore> |
CacheClearExpiredRecordsTask.storeIterator(CachePartitionSegment container) |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheClearExpiredRecordsTask.sortPartitionContainers(List<CachePartitionSegment> containers) |
Constructor and Description |
---|
CacheClearExpiredRecordsTask(CachePartitionSegment[] containers,
NodeEngine nodeEngine) |
Modifier and Type | Method and Description |
---|---|
void |
CacheReplicationOperation.prepare(CachePartitionSegment segment,
Collection<ServiceNamespace> namespaces,
int replicaIndex) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.