com.hazelcast.map
package.See: Description
Interface | Description |
---|---|
LegacyAsyncMap<K,V> | |
ListenerAdapter<T> |
Adapter for all
IMap listeners. |
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 . |
SizeEstimator<T> |
Size estimator general contract.
|
Class | Description |
---|---|
DataAwareEntryEvent | |
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.
|
EventListenerFilter |
Prevents sending of not requested events to a
MapListener
by filtering events according the implemented MapListener sub-interfaces. |
ExpirationTimeSetter |
Utility methods for setting TTL and max idle seconds.
|
InterceptorRegistry |
Registry for
IMap interceptors
Interceptors are read mostly and this registry keeps all registered interceptor in an array to easily iterate on them. |
InternalMapListenerAdapter |
Internal-usage-only adapter which wraps all
MapListener sub-interfaces into a ListenerAdapter . |
LazyMapEntry |
A
Map.Entry implementation 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 all LocalMapStatsImpl implementations of all maps. |
LocalMapStatsProvider.LocalMapOnDemandCalculatedStats | |
MapConfigValidator |
Validates map configuration.
|
MapContainer |
Map container.
|
MapDataSerializerHook | |
MapEntries | |
MapEntrySimple<K,V> | |
MapKeyLoader |
Loads keys from a
MapLoader and 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
ListenerAdapter implementations. |
MapListenerFlagOperator |
Contains helper methods to set bit flags of implemented listener interfaces
of a
MapListener . |
MapManagedService |
Defines managed service behavior of map service.
|
MapPartitionLostEventFilter | |
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 | |
PartitionContainer | |
PartitioningStrategyFactory |
Factory for
PartitioningStrategy instances. |
SimpleEntryView<K,V> |
SimpleEntryView is an implementation of
EntryView and also it is writable. |
SizeEstimators |
Static factory methods for various size estimators.
|
com.hazelcast.map
package.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.