Interface | Description |
---|---|
EntryBackupProcessor<K,V> |
Processes an entry on a backup partition.
|
EntryProcessor<K,V> |
An EntryProcessor passes you a
Map.Entry . |
EventData |
General contract for map event data.
|
MapContextQuerySupport |
Support interface which is used in map specific query operations.
|
MapEventPublisher |
Helper methods for publishing events.
|
MapInterceptor |
MapInterceptor is used to intercept changes to the map, allowing access to the values before and
after adding it to the map
MapInterceptors are chained when added to the map, which means that when an interceptor is added
on node initialization it could be added twice.
|
MapInterceptorContext | |
MapMaxSizePolicy | |
MapServiceContext |
Context which is needed by a map service.
|
MapServiceContextEventListenerSupport |
Helper event listener methods for
MapServiceContext . |
MapServiceContextInterceptorSupport |
Helper interceptor methods for
MapServiceContext . |
RecordStore |
Defines a record-store.
|
SizeEstimator<T> |
Size estimator general contract.
|
Class | Description |
---|---|
AbstractEntryProcessor<K,V> |
An abstract
EntryProcessor that already has implemented the AbstractEntryProcessor.getBackupProcessor() . |
DataAwareEntryEvent | |
DefaultMapServiceContext |
Default implementation of map service context.
|
DefaultRecordStore |
Default implementation of record-store.
|
EntryEventData |
An entry's event data.
|
EntryEventFilter | |
EntryViews |
A class providing static factory methods that create various entry view objects.
|
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.
|
MapInterceptorContextImpl | |
MapKeySet | |
MapPortableHook | |
MapRecordKey | |
MapService |
Defines map service behavior.
|
MapStoreWrapper | |
MapValueCollection | |
NearCache |
NearCache.
|
NearCacheProvider |
Provides near cache specific functionality.
|
PartitionContainer | |
QueryEventFilter | |
QueryResult | |
SimpleEntryView<K,V> |
SimpleEntryView is an implementation of
EntryView and also it is writable. |
SizeEstimators |
Static factory methods for corresponding size estimators.
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.