Uses of Package
com.hazelcast.map
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
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.
Contains static utility classes with factories of Jet processors.
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
Contains Hazelcast map module classes.
Contains various
MapListener
interfaces.Implementation of
MapStore
interface based on Hazelcast SQL engineContains the API for the
MultiMap
.Classes for replicated map.
Contains Hazelcast cache classes related to Spring.
Provides interfaces/classes for Hazelcast transaction support.
-
ClassDescriptionConcurrent, distributed, observable and queryable map.Used for map-wide events like
EntryEventType.EVICT_ALL
andEntryEventType.CLEAR_ALL
. -
ClassDescriptionThe abstract class for a map event
IMapEvent
.Concurrent, distributed, observable and queryable map.Map events common contract.Used for map-wide events likeEntryEventType.EVICT_ALL
andEntryEventType.CLEAR_ALL
. -
ClassDescriptionThe event for the map event journal.Concurrent, distributed, observable and queryable map.
-
-
-
ClassDescriptionAn EntryProcessor processes a
Map.Entry
.The event for the map event journal.Concurrent, distributed, observable and queryable map. -
ClassDescriptionThe abstract class for a map event
IMapEvent
.Base interface for Hazelcast distributed maps.This is an extension toMapLoader
.An EntryProcessor processes aMap.Entry
.Map events common contract.Local map statistics to be used byMemberState
implementations.MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding them to the map.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.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.A concurrent, queryable data structure which is used to cache results of a continuous query executed on anIMap
. -
ClassDescriptionThis event is fired in case of an event lost detection.Used for map-wide events like
EntryEventType.EVICT_ALL
andEntryEventType.CLEAR_ALL
.Used for providing information about the lost partition for a map -
ClassDescriptionHazelcast 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.Provides Lifecycle support for the implementing MapLoader class.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.
-
-
-
-