Package | Description |
---|---|
com.hazelcast.cache.impl.journal | |
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cardinality.impl.operations |
This package contains the operations on the
CardinalityEstimator . |
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.operations |
Contains client operations
|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.client.impl.protocol.task.atomiclong |
Client protocol tasks implementations for AtomicLong
|
com.hazelcast.client.impl.protocol.task.atomicreference |
Client protocol tasks implementations for AtomicReference
|
com.hazelcast.client.impl.protocol.task.cache |
Client protocol tasks implementations for JCache
|
com.hazelcast.client.impl.protocol.task.cardinality | |
com.hazelcast.client.impl.protocol.task.condition |
Client protocol tasks implementations for Condition
|
com.hazelcast.client.impl.protocol.task.countdownlatch |
Client protocol tasks implementations for CountDownLatch
|
com.hazelcast.client.impl.protocol.task.crdt.pncounter | |
com.hazelcast.client.impl.protocol.task.dynamicconfig | |
com.hazelcast.client.impl.protocol.task.executorservice |
Client protocol tasks implementations for ExecutorService
|
com.hazelcast.client.impl.protocol.task.executorservice.durable | |
com.hazelcast.client.impl.protocol.task.list |
Client protocol tasks implementations for List
|
com.hazelcast.client.impl.protocol.task.lock |
Client protocol tasks implementations for ILock
|
com.hazelcast.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
com.hazelcast.client.impl.protocol.task.mapreduce |
Client protocol tasks implementations for map reduce
|
com.hazelcast.client.impl.protocol.task.multimap |
Client protocol tasks implementations for multi map
|
com.hazelcast.client.impl.protocol.task.queue |
Client protocol tasks implementations for Queue
|
com.hazelcast.client.impl.protocol.task.replicatedmap |
Client protocol tasks implementations for ReplicatedMap
|
com.hazelcast.client.impl.protocol.task.ringbuffer |
Client protocol tasks implementations for Ringbuffer
|
com.hazelcast.client.impl.protocol.task.scheduledexecutor | |
com.hazelcast.client.impl.protocol.task.semaphore |
Client protocol tasks implementations for Semaphore
|
com.hazelcast.client.impl.protocol.task.set |
Client protocol tasks implementations for set
|
com.hazelcast.client.impl.protocol.task.topic |
Client protocol tasks implementations for Topic
|
com.hazelcast.client.impl.protocol.task.transaction |
Client protocol tasks implementations for Transaction related
|
com.hazelcast.client.impl.protocol.task.transactionallist |
Client protocol tasks implementations for Transactional List
|
com.hazelcast.client.impl.protocol.task.transactionalmap |
Client protocol tasks implementations for Transactional Map
|
com.hazelcast.client.impl.protocol.task.transactionalmultimap |
Client protocol tasks implementations for Transactional MultiMap
|
com.hazelcast.client.impl.protocol.task.transactionalqueue |
Client protocol tasks implementations for Transactional Queue
|
com.hazelcast.client.impl.protocol.task.transactionalset |
Client protocol tasks implementations for Transactional Set
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.collection.impl.collection.operations | |
com.hazelcast.collection.impl.list.operations | |
com.hazelcast.collection.impl.queue.operations |
This package contains the IQueue operations
|
com.hazelcast.collection.impl.txncollection.operations | |
com.hazelcast.collection.impl.txnqueue.operations | |
com.hazelcast.concurrent.atomiclong.operations |
This package contains the operations on the IAtomicLong.
|
com.hazelcast.concurrent.atomicreference.operations |
This package contains the operations on the IAtomicReference.
|
com.hazelcast.concurrent.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
com.hazelcast.concurrent.semaphore.operations |
This package contains the operations on the ISemaphore.
|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.datastructures.atomiclong.client |
Client protocol tasks for the Raft-based AtomicLong implementation
|
com.hazelcast.cp.internal.datastructures.atomicref.client |
Client protocol tasks for the Raft-based AtomicReference implementation
|
com.hazelcast.cp.internal.datastructures.countdownlatch.client |
Client protocol tasks for the Raft-based CountDownLatch implementation
|
com.hazelcast.cp.internal.datastructures.lock.client |
Client protocol tasks for the Raft-based Lock implementation
|
com.hazelcast.cp.internal.datastructures.semaphore.client |
Client protocol tasks for the Raft-based Semaphore implementation
|
com.hazelcast.cp.internal.datastructures.spi.blocking |
Contains the interfaces and abstractions that are implemented / extended
by blocking Raft services, such as Lock, Semaphore, and CountDownLatch
|
com.hazelcast.cp.internal.datastructures.spi.client |
Contains utilities for creating Raft groups and fetching Raft group ids
from clients
|
com.hazelcast.cp.internal.operation |
Contains operations for the Raft Invocation SPI
|
com.hazelcast.cp.internal.operation.integration |
Contains Hazelcast operations that carry out Raft RPCs
|
com.hazelcast.cp.internal.raftop.metadata |
Contains operations that are used in the Metadata CP group
|
com.hazelcast.cp.internal.session.client |
Client protocol tasks for the Raft-based Session implementation
|
com.hazelcast.cp.internal.util |
Contains utilities that are used by the CP subsystem implementation
|
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
com.hazelcast.crdt.pncounter.operations |
Contains the operations for the
PNCounter member-side
implementation. |
com.hazelcast.durableexecutor.impl |
Contains the
DurableExecutorService implementation classes. |
com.hazelcast.durableexecutor.impl.operations |
This package contains operations for the DurableExecutorService.
|
com.hazelcast.executor.impl.operations |
This package contains operations for the IExecutorService.
|
com.hazelcast.flakeidgen.impl.client | |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
com.hazelcast.internal.journal |
This package contains supporting classes for data structure specific event journals.
|
com.hazelcast.internal.metrics.metricsets |
Contains all kinds of metric packs.
|
com.hazelcast.internal.partition |
Contains the internals for partition assignment/management, migration, replication etc.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
com.hazelcast.internal.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
com.hazelcast.internal.util.futures |
Re-usable implementations of Futures.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.journal | |
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.querycache.subscriber.operation |
This package contains Enterprise specific operations for
QueryCache . |
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
com.hazelcast.multimap.impl.operations |
Contains operations for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.quorum.impl |
Contains cluster quorum implementation classes.
|
com.hazelcast.replicatedmap.impl.operation |
This package contains replicated map operations which are executed on remote nodes
|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.ringbuffer.impl.operations | |
com.hazelcast.scheduledexecutor.impl.operations | |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.eventservice.impl.operations |
Contains the operations for the
EventServiceImpl . |
com.hazelcast.spi.impl.executionservice.impl |
Contains the implementation of the
InternalExecutionService . |
com.hazelcast.spi.impl.operationexecutor |
Contains the
OperationRunner code. |
com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
com.hazelcast.spi.impl.operationparker.impl |
Contains the implementation code for the
OperationParker . |
com.hazelcast.spi.impl.operationservice |
Contains the
InternalOperationService API. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.operationservice.impl.operations |
Contains the Operations being used by the
OperationServiceImpl . |
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
com.hazelcast.spi.impl.servicemanager.impl |
Contains the
ServiceManager implementation. |
com.hazelcast.topic.impl |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
com.hazelcast.transaction.impl |
Provides implementation for Hazelcast transaction support.
|
com.hazelcast.transaction.impl.operations | |
com.hazelcast.transaction.impl.xa |
Provides implementation for Hazelcast XA transaction support.
|
com.hazelcast.util.executor |
This package contains classes related to Util.Executor
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
SerializationServiceSupport |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AbstractInvocationFuture
Custom implementation of
CompletableFuture . |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
QuorumCheckAwareOperation
Marker interface for operations which need to control whether the check
for quorum will be performed.
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
SerializationServiceSupport |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AbstractCompletableFuture
A base
ICompletableFuture implementation that may be explicitly completed by setting its
value through setResult. |
Class and Description |
---|
AbstractCompletableFuture
A base
ICompletableFuture implementation that may be explicitly completed by setting its
value through setResult. |
Class and Description |
---|
CountingMigrationAwareService
A
MigrationAwareService that delegates to another MigrationAwareService and keeps track of the number of
migrations concerning the partition owner (either as current or new replica index) currently in-flight. |
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AbstractNamedOperation |
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
AbstractNamedOperation |
Class and Description |
---|
AbstractNamedOperation |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AbstractCompletableFuture
A base
ICompletableFuture implementation that may be explicitly completed by setting its
value through setResult. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
MutatingOperation
Marker interface for operations that change state/data.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
PartitionSpecificRunnable
A
Runnable for a specific partition. |
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AbstractNamedOperation |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AllowedDuringPassiveState
Marker interface for operations those are allowed to be executed or invoked during
Node 's NodeState.PASSIVE state. |
Class and Description |
---|
NodeEngineImpl
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
Class and Description |
---|
AbstractCompletableFuture
A base
ICompletableFuture implementation that may be explicitly completed by setting its
value through setResult. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.