com.hazelcast.map package.See: Description
| Interface | Description | 
|---|---|
| ListenerAdapter | Adapter for all  IMaplisteners. | 
| MapServiceContext | Context which is needed by a map service. | 
| MapServiceContextEventListenerSupport | Helper event listener methods for  MapServiceContext. | 
| MapServiceContextInterceptorSupport | Helper interceptor methods for  MapServiceContext. | 
| MapServiceFactory | Factory which is used to create a  MapServiceobject
 and also aware of itsMapServiceContext. | 
| SizeEstimator<T> | Size estimator general contract. | 
| Class | Description | 
|---|---|
| DataAwareEntryEvent | |
| EntryEventFilter | |
| EntryListenerAdaptors | Used to support deprecated  IMaplistener related methods
 such asIMap.addLocalEntryListener(EntryListener). | 
| EntryViews | A class providing static factory methods that create various entry view objects. | 
| EventListenerFilter | Prevents sending of not requested events to a  MapListenerby filtering events according the implementedMapListenersub-interfaces. | 
| ExpirationTimeSetter | Utility methods for setting TTL and max idle seconds. | 
| InternalMapListenerAdapter | Internal-usage-only adapter which wraps all  MapListenersub-interfaces into aListenerAdapter. | 
| LazyMapEntry | A  Map.Entryimplementation which serializes/de-serializes key and value objects on demand. | 
| ListenerAdapters | Contains support methods for creating various  ListenerAdapter | 
| LocalMapStatsProvider | Provides node local statistics of a map via  LocalMapStatsProvider.createLocalMapStats(java.lang.String)and also holds allLocalMapStatsImplimplementations of all maps. | 
| LocalMapStatsProvider.LocalMapOnDemandCalculatedStats | |
| MapContainer | Map container. | 
| MapDataSerializerHook | |
| MapEntries | MapEntries is a collection of  Map.Entryinstances. | 
| MapEntrySimple<K,V> | |
| MapKeyLoader | Loads keys from a  MapLoaderand sends them to all partitions for loading | 
| MapKeyLoaderUtil | |
| MapKeySet | |
| MapListenerAdapter<K,V> | Internal usage only adapter for  MapListener. | 
| MapListenerAdaptors | A static factory class which creates various
  ListenerAdapterimplementations. | 
| MapListenerFlagOperator | Contains helper methods to set bit flags of implemented listener interfaces
 of a  MapListener. | 
| MapPartitionLostEventFilter | |
| MapPortableHook | |
| MapQuorumAwareService | Quorum service will ask map service about whether map has defined quorum or not. | 
| MapRecordKey | |
| MapService | Defines map service behavior. | 
| MapServiceConstructor | Helper which is used to create a  MapServiceobject. | 
| MapStoreWrapper | |
| MapValueCollection | |
| PartitionContainer | |
| SimpleEntryView<K,V> | SimpleEntryView is an implementation of  EntryViewand also it is writable. | 
| SizeEstimators | Static factory methods for various size estimators. | 
| SyntheticEventFilter | Wrapper class for a filter which does not want to receive synthetic events. | 
com.hazelcast.map package.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.