Package | Description |
---|---|
com.hazelcast.client.cache.impl.nearcache.invalidation | |
com.hazelcast.client.map.impl.nearcache.invalidation | |
com.hazelcast.internal.nearcache.impl.invalidation |
Invalidations for near-cache
|
com.hazelcast.map.impl.nearcache |
Contains Near Cache specific classes.
|
com.hazelcast.map.impl.nearcache.invalidation |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientCacheMetaDataFetcher.process(InternalCompletableFuture future,
ConcurrentMap<String,RepairingHandler> handlers) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientMapMetaDataFetcher.process(InternalCompletableFuture future,
ConcurrentMap<String,RepairingHandler> handlers) |
Modifier and Type | Method and Description |
---|---|
<K,V> RepairingHandler |
RepairingTask.registerAndGetHandler(String name,
NearCache<K,V> nearCache) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataFetcher.fetchMetadata(ConcurrentMap<String,RepairingHandler> handlers) |
protected abstract void |
MetaDataFetcher.process(InternalCompletableFuture future,
ConcurrentMap<String,RepairingHandler> handlers) |
protected void |
MetaDataFetcher.repairSequences(List<Object> namePartitionSequenceList,
ConcurrentMap<String,RepairingHandler> handlers) |
protected void |
MetaDataFetcher.repairUuids(List<Object> uuids,
ConcurrentMap<String,RepairingHandler> handlers) |
Constructor and Description |
---|
StaleReadDetectorImpl(RepairingHandler repairingHandler,
MinimalPartitionService partitionService) |
Modifier and Type | Method and Description |
---|---|
RepairingHandler |
MapNearCacheManager.newRepairingHandler(String name,
NearCache nearCache) |
Modifier and Type | Method and Description |
---|---|
protected void |
MemberMapMetaDataFetcher.process(InternalCompletableFuture future,
ConcurrentMap<String,RepairingHandler> handlers) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.