public interface AccumulatorInfoSupplier
| Modifier and Type | Method and Description | 
|---|---|
AccumulatorInfo | 
getAccumulatorInfoOrNull(String mapName,
                        String cacheId)
Returns  
AccumulatorInfo for cache of maIMapp. | 
void | 
putIfAbsent(String mapName,
           String cacheId,
           AccumulatorInfo info)
Adds a new  
AccumulatorInfo for the query-cache of IMap. | 
void | 
remove(String mapName,
      String cacheId)
Removes  
AccumulatorInfo from this supplier. | 
AccumulatorInfo getAccumulatorInfoOrNull(String mapName, String cacheId)
AccumulatorInfo for cache of maIMapp.mapName - map name.cacheId - cache name.AccumulatorInfo for cache of map.void putIfAbsent(String mapName, String cacheId, AccumulatorInfo info)
AccumulatorInfo for the query-cache of IMap.mapName - map name.cacheId - cache name.void remove(String mapName, String cacheId)
AccumulatorInfo from this supplier.mapName - map name.cacheId - cache name.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.