Uses of Class
com.hazelcast.map.impl.MapEntrySet

Packages that use MapEntrySet
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.client Contains client requests for the IMap 
com.hazelcast.map.impl.operation Package for map operations. 
 

Uses of MapEntrySet in com.hazelcast.cache.impl
 

Methods in com.hazelcast.cache.impl that return MapEntrySet
 MapEntrySet ICacheRecordStore.getAll(Set<Data> keySet, javax.cache.expiry.ExpiryPolicy expiryPolicy)
          Gets a collection of entries from the store, returning them as Map of the values associated with the set of keys requested.
 MapEntrySet AbstractCacheRecordStore.getAll(Set<Data> keySet, javax.cache.expiry.ExpiryPolicy expiryPolicy)
           
 

Uses of MapEntrySet in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return MapEntrySet
 MapEntrySet RecordStore.getAll(Set<Data> keySet)
           
 MapEntrySet DefaultRecordStore.getAll(Set<Data> keys)
           
 

Uses of MapEntrySet in com.hazelcast.map.impl.client
 

Constructors in com.hazelcast.map.impl.client with parameters of type MapEntrySet
MapPutAllRequest(String name, MapEntrySet entrySet)
           
 

Uses of MapEntrySet in com.hazelcast.map.impl.operation
 

Constructors in com.hazelcast.map.impl.operation with parameters of type MapEntrySet
MapPutAllOperationFactory(String name, MapEntrySet entrySet)
           
PutAllOperation(String name, MapEntrySet entrySet)
           
PutAllOperation(String name, MapEntrySet entrySet, boolean initialLoad)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.