com.hazelcast.map
package.See: Description
Interface | Description |
---|---|
EntryCostEstimator<K,V> |
Owned entry cost estimator general contract.
|
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 . |
Class | Description |
---|---|
DataAwareEntryEvent<K,V> | |
EntryEventFilter |
Event filter which matches events for a specified entry key.
|
EntryListenerAdaptors |
Used to support deprecated
IMap listener related methods
such as IMap.addLocalEntryListener(EntryListener) . |
EntryRemovingProcessor | |
EntryViews |
A class providing static factory methods that create various entry view objects.
|
EventListenerFilter |
Event filter matching events of specified types.
|
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 . |
LatencyTrackingMapLoader<K,V> | |
LatencyTrackingMapStore<K,V> | |
LazyMapEntry<K,V> |
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. |
LockAwareLazyMapEntry |
Specialization of the LazyMapEntry that is LockAware.
|
MapContainer |
Map container for a map with a specific name.
|
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 | |
OwnedEntryCostEstimatorFactory |
Static factory methods for various entry cost estimators.
|
PartitionContainer | |
PartitioningStrategyFactory |
Factory for
PartitioningStrategy instances. |
SimpleEntryView<K,V> |
SimpleEntryView is an implementation of
EntryView and also it is writable. |
com.hazelcast.map
package.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.