Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.hibernate | |
com.hazelcast.hibernate.instance | |
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spring.cache | |
com.hazelcast.spring.context | |
com.hazelcast.spring.jpa | |
com.hazelcast.spring.mongodb | |
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
com.hazelcast.web |
This package contains Hazelcast Session Replication functionality.
|
Class and Description |
---|
Client
Client interface allows to get information about
a connected clients socket address, type and uuid.
|
ClientListener
ClientListener allows to get notified when a
Client is connected to
or disconnected from cluster. |
ClientService
ClientService allows to query connected
Client s and
attach/detach ClientListener s to listen connection events. |
ClientType
Type of a client.
|
Cluster
Hazelcast cluster interface.
|
DistributedObject
Base interface for all distributed objects.
|
DistributedObjectListener
DistributedObjectListener allows to get notified when a
DistributedObject
is created or destroyed cluster-wide. |
Endpoint
Endpoint represents a peer in the cluster.
|
HazelcastException
Base Hazelcast exception.
|
HazelcastInstance
Hazelcast instance.
|
IAtomicLong
IAtomicLong is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicLong . |
IAtomicReference
IAtomicReference is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicReference . |
ICountDownLatch
ICountDownLatch is a backed-up distributed alternative to the
java.util.concurrent.CountDownLatch . |
IdGenerator
Cluster-wide unique id generator.
|
IExecutorService
Distributed implementation of
ExecutorService . |
IList
Concurrent, distributed implementation of
List |
ILock
Distributed implementation of
Lock . |
IMap
Concurrent, distributed, observable and queryable map.
|
IQueue
Concurrent, blocking, distributed, observable queue.
|
ISemaphore
ISemaphore is a backed-up distributed alternative to the
Semaphore . |
ISet
Concurrent, distributed implementation of
Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
ITopic
Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers
which is also known as publish/subscribe (pub/sub) messaging model.
|
LifecycleEvent.LifecycleState
lifecycle states
|
LifecycleListener
Listener object for lisntening lifecycle events of hazelcast instance
|
LifecycleService
LifecycleService allows you to shutdown, terminate and listen to
LifecycleEvent 's
on HazelcastInstance. |
Member
Cluster member interface.
|
MultiMap
A specialized map whose keys can be associated with multiple values.
|
OutOfMemoryHandler
Handler for
OutOfMemoryError |
PartitionService
PartitionService allows to query
Partition s
and attach/detach MigrationListener s to listen partition migration events. |
ReplicatedMap
A ReplicatedMap is a map like data structure with non-strong consistency
(so-called eventually consistent) and values are locally stored on every
node of the cluster.
|
Class and Description |
---|
ManagedContext
Container managed context, such as Spring, Guice and etc.
|
Class and Description |
---|
DistributedObject
Base interface for all distributed objects.
|
DistributedObjectListener
DistributedObjectListener allows to get notified when a
DistributedObject
is created or destroyed cluster-wide. |
HazelcastInstance
Hazelcast instance.
|
ICompletableFuture
A Future where one can asynchronously listen on completion.
|
Partition
Virtual partition instance.
|
Class and Description |
---|
Cluster
Hazelcast cluster interface.
|
Member
Cluster member interface.
|
MembershipEvent
Membership event fired when a new member is added
to the cluster and/or when a member leaves the cluster.
|
MembershipListener
Cluster membership listener.
|
Class and Description |
---|
EntryListener
Map Entry listener to get notified when a map entry
is added, removed, updated or evicted.
|
ItemListener |
ManagedContext
Container managed context, such as Spring, Guice and etc.
|
PartitioningStrategy
PartitioningStrategy allows keys to be located on the same member
This makes related data to be stored in the same location.
|
QueueStore
QueueStore makes a queue backed by a central data store; such as database, disk etc.
|
QueueStoreFactory |
Class and Description |
---|
BaseMap
Base interface for Hazelcast distributed maps.
|
BaseMultiMap
Base interface for Hazelcast distributed multi-maps.
|
BaseQueue
Base interface for Hazelcast distributed queues.
|
Client
Client interface allows to get information about
a connected clients socket address, type and uuid.
|
ClientListener
ClientListener allows to get notified when a
Client is connected to
or disconnected from cluster. |
ClientService
ClientService allows to query connected
Client s and
attach/detach ClientListener s to listen connection events. |
ClientType
Type of a client.
|
Cluster
Hazelcast cluster interface.
|
DistributedObject
Base interface for all distributed objects.
|
DistributedObjectEvent
DistributedObjectEvent is fired when a
DistributedObject
is created or destroyed cluster-wide. |
DistributedObjectEvent.EventType |
DistributedObjectListener
DistributedObjectListener allows to get notified when a
DistributedObject
is created or destroyed cluster-wide. |
Endpoint
Endpoint represents a peer in the cluster.
|
EntryEvent
Map Entry event.
|
EntryEventType
Type of entry event.
|
EntryListener
Map Entry listener to get notified when a map entry
is added, removed, updated or evicted.
|
EntryView
EntryView represents a readonly view of a map entry.
|
ExecutionCallback
ExecutionCallback allows to asynchronously get notified when the execution is completed,
either successfully or with error.
|
HazelcastException
Base Hazelcast exception.
|
HazelcastInstance
Hazelcast instance.
|
IAtomicLong
IAtomicLong is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicLong . |
IAtomicReference
IAtomicReference is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicReference . |
ICollection
Concurrent, distributed, partitioned, listenable collection.
|
ICompletableFuture
A Future where one can asynchronously listen on completion.
|
ICondition
Distributed implementation of
Condition . |
ICountDownLatch
ICountDownLatch is a backed-up distributed alternative to the
java.util.concurrent.CountDownLatch . |
IdGenerator
Cluster-wide unique id generator.
|
IExecutorService
Distributed implementation of
ExecutorService . |
IFunction
Represents a function that accepts one argument and produces a result.
|
IList
Concurrent, distributed implementation of
List |
ILock
Distributed implementation of
Lock . |
IMap
Concurrent, distributed, observable and queryable map.
|
InitialMembershipEvent
A event that is send when a
InitialMembershipListener registers itself on a Cluster . |
IQueue
Concurrent, blocking, distributed, observable queue.
|
ISemaphore
ISemaphore is a backed-up distributed alternative to the
Semaphore . |
ISet
Concurrent, distributed implementation of
Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
ItemEvent
Map Item event.
|
ItemEventType
Type of item event.
|
ItemListener |
ITopic
Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers
which is also known as publish/subscribe (pub/sub) messaging model.
|
LifecycleEvent
Lifecycle event fired when HazelcastInstance's state changes.
|
LifecycleEvent.LifecycleState
lifecycle states
|
LifecycleListener
Listener object for lisntening lifecycle events of hazelcast instance
|
LifecycleService
LifecycleService allows you to shutdown, terminate and listen to
LifecycleEvent 's
on HazelcastInstance. |
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.
|
Member
Cluster member interface.
|
MemberAttributeEvent |
MemberSelector
Implementations of this interface are thought to select members
that are capable of executing a special kind of task.
The MemberSelector.select(Member) method is called for every available
member in the cluster and it's up to the implementation to decide
if the member is going to be used or not. |
MembershipEvent
Membership event fired when a new member is added
to the cluster and/or when a member leaves the cluster.
|
MembershipListener
Cluster membership listener.
|
Message
Message for
ITopic . |
MessageListener
Message listener for
ITopic . |
MigrationEvent
An event fired when a partition migration starts, completes or fails.
|
MigrationEvent.MigrationStatus
Migration status: Started, completed or failed
|
MigrationListener
MigrationListener allows to listen partition migration events.
|
MultiExecutionCallback
MultiExecutionCallback allows to get notified when an execution is completed on each member
which task is submitted to.
|
MultiMap
A specialized map whose keys can be associated with multiple values.
|
OutOfMemoryHandler
Handler for
OutOfMemoryError |
Partition
Virtual partition instance.
|
PartitionAware
PartitionAware mean that data will be based in the same member based on partition key
and implementing tasks will be executed on the
PartitionAware.getPartitionKey() 's owner member. |
PartitionService
PartitionService allows to query
Partition s
and attach/detach MigrationListener s to listen partition migration events. |
QueueStore
QueueStore makes a queue backed by a central data store; such as database, disk etc.
|
ReplicatedMap
A ReplicatedMap is a map like data structure with non-strong consistency
(so-called eventually consistent) and values are locally stored on every
node of the cluster.
|
Class and Description |
---|
EntryView
EntryView represents a readonly view of a map entry.
|
HazelcastInstance
Hazelcast instance.
|
Class and Description |
---|
HazelcastInstance
Hazelcast instance.
|
Class and Description |
---|
HazelcastInstance
Hazelcast instance.
|
IAtomicLong
IAtomicLong is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicLong . |
ICountDownLatch
ICountDownLatch is a backed-up distributed alternative to the
java.util.concurrent.CountDownLatch . |
IList
Concurrent, distributed implementation of
List |
IMap
Concurrent, distributed, observable and queryable map.
|
IQueue
Concurrent, blocking, distributed, observable queue.
|
ISemaphore
ISemaphore is a backed-up distributed alternative to the
Semaphore . |
ISet
Concurrent, distributed implementation of
Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
ITopic
Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers
which is also known as publish/subscribe (pub/sub) messaging model.
|
MultiMap
A specialized map whose keys can be associated with multiple values.
|
TransactionalList
Transactional implementation of
IList . |
TransactionalMap
Transactional implementation of
BaseMap . |
TransactionalMultiMap
Transactional implementation of
BaseMultiMap . |
TransactionalQueue
Transactional implementation of
BaseQueue . |
TransactionalSet
Transactional implementation of
ISet . |
Class and Description |
---|
DistributedObjectEvent
DistributedObjectEvent is fired when a
DistributedObject
is created or destroyed cluster-wide. |
DistributedObjectListener
DistributedObjectListener allows to get notified when a
DistributedObject
is created or destroyed cluster-wide. |
HazelcastInstance
Hazelcast instance.
|
IAtomicLong
IAtomicLong is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicLong . |
IAtomicReference
IAtomicReference is a redundant and highly available distributed alternative to the
java.util.concurrent.atomic.AtomicReference . |
ICountDownLatch
ICountDownLatch is a backed-up distributed alternative to the
java.util.concurrent.CountDownLatch . |
IExecutorService
Distributed implementation of
ExecutorService . |
IList
Concurrent, distributed implementation of
List |
ILock
Distributed implementation of
Lock . |
IMap
Concurrent, distributed, observable and queryable map.
|
IQueue
Concurrent, blocking, distributed, observable queue.
|
ISemaphore
ISemaphore is a backed-up distributed alternative to the
Semaphore . |
ISet
Concurrent, distributed implementation of
Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
ITopic
Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers
which is also known as publish/subscribe (pub/sub) messaging model.
|
MultiMap
A specialized map whose keys can be associated with multiple values.
|
Class and Description |
---|
DistributedObject
Base interface for all distributed objects.
|
HazelcastException
Base Hazelcast exception.
|
ICompletableFuture
A Future where one can asynchronously listen on completion.
|
IList
Concurrent, distributed implementation of
List |
IMap
Concurrent, distributed, observable and queryable map.
|
ISet
Concurrent, distributed implementation of
Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
MultiMap
A specialized map whose keys can be associated with multiple values.
|
Class and Description |
---|
HazelcastException
Base Hazelcast exception.
|
HazelcastInstance
Hazelcast instance.
|
ManagedContext
Container managed context, such as Spring, Guice and etc.
|
PartitioningStrategy
PartitioningStrategy allows keys to be located on the same member
This makes related data to be stored in the same location.
|
Class and Description |
---|
HazelcastException
Base Hazelcast exception.
|
Class and Description |
---|
HazelcastInstanceAware
Used to get HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.
|
Class and Description |
---|
Cluster
Hazelcast cluster interface.
|
DistributedObject
Base interface for all distributed objects.
|
DistributedObjectListener
DistributedObjectListener allows to get notified when a
DistributedObject
is created or destroyed cluster-wide. |
HazelcastInstance
Hazelcast instance.
|
ICompletableFuture
A Future where one can asynchronously listen on completion.
|
MemberAttributeEvent |
MembershipEvent
Membership event fired when a new member is added
to the cluster and/or when a member leaves the cluster.
|
PartitioningStrategy
PartitioningStrategy allows keys to be located on the same member
This makes related data to be stored in the same location.
|
Class and Description |
---|
HazelcastInstance
Hazelcast instance.
|
IMap
Concurrent, distributed, observable and queryable map.
|
Class and Description |
---|
ManagedContext
Container managed context, such as Spring, Guice and etc.
|
Class and Description |
---|
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.
|
Class and Description |
---|
HazelcastInstance
Hazelcast instance.
|
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.
|
MapLoaderLifecycleSupport
Provides Lifecycle support for the implementing MapLoader class.
|
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.
|
Class and Description |
---|
DistributedObject
Base interface for all distributed objects.
|
HazelcastException
Base Hazelcast exception.
|
TransactionalList
Transactional implementation of
IList . |
TransactionalMap
Transactional implementation of
BaseMap . |
TransactionalMultiMap
Transactional implementation of
BaseMultiMap . |
TransactionalQueue
Transactional implementation of
BaseQueue . |
TransactionalSet
Transactional implementation of
ISet . |
Class and Description |
---|
HazelcastInstance
Hazelcast instance.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.