Package | Description |
---|---|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.listener |
Contains various
MapListener interfaces. |
com.hazelcast.multimap |
Contains the API for the
MultiMap . |
com.hazelcast.replicatedmap |
Classes for replicated map.
|
com.hazelcast.spring.cache |
Contains Hazelcast cache classes related to Spring.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Class and Description |
---|
IMap
Concurrent, distributed, observable and queryable map.
|
MapEvent
Used for map-wide events like
EntryEventType.EVICT_ALL
and EntryEventType.CLEAR_ALL . |
Class and Description |
---|
AbstractIMapEvent
The abstract class for a map event
IMapEvent . |
IMap
Concurrent, distributed, observable and queryable map.
|
IMapEvent
Map events common contract.
|
MapEvent
Used for map-wide events like
EntryEventType.EVICT_ALL
and EntryEventType.CLEAR_ALL . |
Class and Description |
---|
AbstractIMapEvent
The abstract class for a map event
IMapEvent . |
BaseMap
Base interface for Hazelcast distributed maps.
|
EntryLoader
This is an extension to
MapLoader . |
EntryProcessor
An EntryProcessor passes you a
Map.Entry . |
IMapEvent
Map events common contract.
|
LocalMapStats
Local map statistics to be used by
MemberState implementations. |
MapInterceptor
MapInterceptor is used to intercept changes to the map, allowing access to
the values before and after adding them to the map.
|
MapLoader
Hazelcast distributed map implementation is an in-memory data store but
it can be backed by any type of data store such as RDBMS, OODBMS, or simply
a file based data store.
|
MapStore
Hazelcast distributed map implementation is an in-memory data store, but
it can be backed by any type of data store such as RDBMS, OODBMS, NOSQL,
or simply a file-based data store.
|
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.
|
MapEvent
Used for map-wide events like
EntryEventType.EVICT_ALL
and EntryEventType.CLEAR_ALL . |
MapPartitionLostEvent
Used for providing information about the lost partition for a map
|
Class and Description |
---|
LocalMapStats
Local map statistics to be used by
MemberState implementations. |
Class and Description |
---|
LocalMapStats
Local map statistics to be used by
MemberState implementations. |
Class and Description |
---|
IMap
Concurrent, distributed, observable and queryable map.
|
Class and Description |
---|
BaseMap
Base interface for Hazelcast distributed maps.
|
Copyright © 2020 Hazelcast, Inc.. All rights reserved.