Interface | 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 changes map state/data.
|
PacketHandler |
The
PacketHandler is responsible for handling packets. |
PartitionSpecificRunnable |
A
Runnable for a specific partition. |
SerializationServiceSupport |
Class | Description |
---|---|
AbstractCompletableFuture<V> |
A base
ICompletableFuture implementation that may be explicitly completed by setting its
value through setResult. |
AbstractInvocationFuture<V> |
todo:
- thread value protection
The long term goal is that this whole class can be ripped out and replaced by the
java.util.concurrent.CompletableFuture . |
AbstractNamedOperation | |
BinaryOperationFactory | |
DelegatingMigrationAwareService |
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. |
NodeEngineImpl |
The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place.
|
OperationResponseHandlerFactory | |
PortableCachePartitionLostEvent | |
PortableCollection | |
PortableDistributedObjectEvent | |
PortableEntryEvent | |
PortableItemEvent | |
PortableMapPartitionLostEvent | |
PortablePartitionLostEvent | |
SerializableList | |
SimpleExecutionCallback<E> |
A ExecutionCallback implementation that simplifies the implementation of the ExecutionCallback by only
needing to implement a single method.
|
SpiDataSerializerHook | |
SpiPortableHook | |
UnmodifiableLazyList<E> |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.