com.hazelcast.map
package.See: Description
Interface | Description |
---|---|
EventData |
General contract for map event data.
|
ListenerAdapter |
Adapter for all
IMap listeners. |
MapContextQuerySupport |
Support interface which is used in map specific query operations.
|
MapEventPublisher |
Helper methods for publishing events.
|
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
MapService object
and also aware of its MapServiceContext . |
RecordStore |
Defines a record-store.
|
SizeEstimator<T> |
Size estimator general contract.
|
Class | Description |
---|---|
DataAwareEntryEvent | |
DefaultRecordStore |
Default implementation of record-store.
|
EntryEventData |
An entry's event data.
|
EntryEventFilter | |
EntryListenerAdaptors |
Used to support deprecated
IMap listener related methods
such as IMap.addLocalEntryListener(EntryListener) . |
EntryViews |
A class providing static factory methods that create various entry view objects.
|
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 all LocalMapStatsImpl implementations of all maps. |
MapContainer |
Map container.
|
MapDataSerializerHook | |
MapEntrySet | |
MapEntrySimple<K,V> | |
MapEventData |
Map wide event's data.
|
MapKeyLoader |
Loads keys from a
MapLoader and sends them to all partitions for loading |
MapKeyLoaderUtil | |
MapKeySet | |
MapListenerAdaptors |
A static factory class which creates various
ListenerAdapter implementations. |
MapPartitionEventData |
Contains the data related to a map partition event
|
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
MapService object. |
MapStoreWrapper | |
MapValueCollection | |
NearCache |
NearCache.
|
NearCacheProvider |
Provides near cache specific functionality.
|
NearCacheRecord |
Entry holder to be used in Client and Node side Near cache
|
PartitionContainer | |
QueryEventFilter | |
QueryResult | |
QueryResultSizeLimiter |
Responsible for limiting result size of queries.
|
SimpleEntryView<K,V> |
SimpleEntryView is an implementation of
EntryView and also it is writable. |
SizeEstimators |
Static factory methods for corresponding 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.