Package | Description |
---|---|
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
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.internal.adapter |
Data structure adapters for Near Cache.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
com.hazelcast.map.listener |
Contains various
MapListener interfaces. |
Class and Description |
---|
MapInterceptor
MapInterceptor is used to intercept changes to the map, allowing access to
the values before and after adding them to the map.
|
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 them to the map.
|
QueryCache
A concurrent, queryable data structure which is used to cache results of
a continuous query executed on an
IMap . |
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 them to the map.
|
QueryCache
A concurrent, queryable data structure which is used to cache results of
a continuous query executed on an
IMap . |
Class and Description |
---|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
Class and Description |
---|
EntryBackupProcessor
Processes an entry on a backup partition.
|
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
Class and Description |
---|
AbstractEntryProcessor
An abstract
EntryProcessor that already has implemented the AbstractEntryProcessor.getBackupProcessor() . |
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
LockAware
Determines if the object implementing this interface is locked or not.
|
MapInterceptor
MapInterceptor is used to intercept changes to the map, allowing access to
the values before and after adding them to the map.
|
Class and Description |
---|
EntryBackupProcessor
Processes an entry on a backup partition.
|
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 them to the map.
|
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 them to the map.
|
QueryCache
A concurrent, queryable data structure which is used to cache results of
a continuous query executed on an
IMap . |
Class and Description |
---|
QueryCache
A concurrent, queryable data structure which is used to cache results of
a continuous query executed on an
IMap . |
Class and Description |
---|
EventLostEvent
This event is fired in case of an event lost detection.
|
MapPartitionLostEvent
Used for providing information about the lost partition for a map
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.