Package | Description |
---|---|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.jet.cdc |
Contains source/sink connectors that deal with Change Data Capture (CDC)
events from various databases as well as a generic connector for Debezium
CDC sources.
|
com.hazelcast.jet.core.processor |
Contains static utility classes with factories of Jet processors.
|
com.hazelcast.jet.pipeline |
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
|
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 |
---|
EventJournalMapEvent
The event for the map event journal.
|
IMap
Concurrent, distributed, observable and queryable map.
|
Class and Description |
---|
IMap
Concurrent, distributed, observable and queryable map.
|
Class and Description |
---|
EntryProcessor
An EntryProcessor processes a
Map.Entry . |
EventJournalMapEvent
The event for the map event journal.
|
Class and Description |
---|
EntryProcessor
An EntryProcessor processes a
Map.Entry . |
EventJournalMapEvent
The event for the map event journal.
|
IMap
Concurrent, distributed, observable and queryable map.
|
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 processes 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 © 2023 Hazelcast, Inc.. All rights reserved.