Package | Description |
---|---|
com.hazelcast.internal.nearcache.impl.invalidation |
Invalidations for Near Cache.
|
com.hazelcast.map.impl.nearcache |
Contains Near Cache specific classes.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RepairingHandler |
RepairingTask.registerAndGetHandler(String dataStructureName,
NearCache<K,V> nearCache) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,RepairingHandler> |
RepairingTask.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataFetcher.init(RepairingHandler handler) |
protected void |
MetaDataFetcher.initSequence(Collection<Map.Entry<String,List<Map.Entry<Integer,Long>>>> namePartitionSequenceList,
RepairingHandler handler) |
protected void |
MetaDataFetcher.initUuid(Collection<Map.Entry<Integer,UUID>> uuids,
RepairingHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataFetcher.fetchMetadata(ConcurrentMap<String,RepairingHandler> handlers) |
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) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.