Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.client |
Contains client requests for the
IMap |
com.hazelcast.map.eviction |
This package contains eviction classes.
|
com.hazelcast.map.mapstore |
Contains map store operations.
|
com.hazelcast.map.mapstore.writebehind |
Package for processing write behind store operations.
|
com.hazelcast.map.mapstore.writethrough |
Package for processing write through store operations.
|
com.hazelcast.map.operation |
Package for map operations.
|
com.hazelcast.map.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.map.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.web |
Provides Hazelcast-based session replication.
|
Class and Description |
---|
MapEntrySet |
Class and Description |
---|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
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.
|
Class and Description |
---|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
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.
|
Class and Description |
---|
EntryBackupProcessor
Processes an entry on a backup partition.
|
EntryEventFilter |
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
EventData
General contract for map event data.
|
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.
|
MapContextQuerySupport
Support interface which is used in map specific query operations.
|
MapEntrySet |
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 |
MapService
Defines map service behavior.
|
MapServiceContext
Context which is needed by a map service.
|
MapServiceContextEventListenerSupport
Helper event listener methods for
MapServiceContext . |
MapServiceContextInterceptorSupport
Helper interceptor methods for
MapServiceContext . |
MapStoreWrapper |
NearCache
NearCache.
|
NearCache.CacheRecord
CacheRecord.
|
NearCacheProvider
Provides near cache specific functionality.
|
PartitionContainer |
RecordStore
Defines a record-store.
|
SizeEstimator
Size estimator general contract.
|
Class and Description |
---|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
MapEntrySet |
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.
|
Class and Description |
---|
MapContainer
Map container.
|
MapServiceContext
Context which is needed by a map service.
|
RecordStore
Defines a record-store.
|
Class and Description |
---|
MapContainer
Map container.
|
MapStoreWrapper |
Class and Description |
---|
MapContainer
Map container.
|
MapStoreWrapper |
Class and Description |
---|
MapContainer
Map container.
|
MapStoreWrapper |
Class and Description |
---|
EntryBackupProcessor
Processes an entry on a backup partition.
|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
MapContainer
Map container.
|
MapEntrySet |
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.
|
MapService
Defines map service behavior.
|
PartitionContainer |
RecordStore
Defines a record-store.
|
Class and Description |
---|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
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.
|
MapService
Defines map service behavior.
|
Class and Description |
---|
MapService
Defines map service behavior.
|
Class and Description |
---|
EventData
General contract for map event data.
|
Class and Description |
---|
AbstractEntryProcessor
An abstract
EntryProcessor that already has implemented the AbstractEntryProcessor.getBackupProcessor() . |
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.