| IAddress |
Class representing a network address of a cluster node.
|
| ICancellableMessage |
This interface purpose is solely to flag types of messages that have a cancellable serialization
method.
|
| ICancellableResultMessage |
This interface purpose is solely to flag types of messages that have a cancellable serialization
RESPONSE method.
|
| IClusterView |
An object that stores the state of a cluster (cluster members, associated viewId).
|
| ICurrentInstanceAware |
Interface for an object that needs to be aware of the instance on which its code is being
executed.
|
| IDataCubeAdapter |
Component that links the current data node to the topology it
exposes to the distributed application.
|
| IDistributedAgent |
|
| IDistributedExecutorService |
A kind of ForkJoinPool used for parallel and asynchronous message handling.
|
| IDistributedExecutorService.ITaskHandler |
Handler to be called when a new task is submitted to the pool.
|
| IDistributedHierarchyManager |
|
| IDistributedHierarchyManager.IDistributedExceptionHandler |
Interface for exception handlers to process an exception raised when consuming a message.
|
| IDistributedMessenger |
An object used to broadcast messages to other instances and process remote messages.
|
| IInstanceDistributionManager |
This class takes care when new members join the cluster and when a transaction is committed.
|