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 |
---|---|
ConcurrentMap<String,RepairingHandler> |
RepairingTask.getHandlers() |
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(Collection<Map.Entry<String,List<Map.Entry<Integer,Long>>>> namePartitionSequenceList,
ConcurrentMap<String,RepairingHandler> handlers) |
protected void |
MetaDataFetcher.repairUuids(Collection<Map.Entry<Integer,UUID>> uuids,
ConcurrentMap<String,RepairingHandler> handlers) |
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 © 2017 Hazelcast, Inc.. All Rights Reserved.