Interface | Description |
---|---|
IClusterCallable<T> |
A executable that can be ran over the cluster.
|
IClusterCommand<T extends Serializable> |
Represents a command, that when sent through the cluster framework is executed in the destination nodes.
|
IClusterCommandSPI<T extends Serializable> |
A cluster command that allows to get the inner callable.
|
IClusterConfig |
Contains the configurations for the cluster.
|
IClusterManager |
Provides operations on the portal cluster.
|
IClusterMember |
A cluster member represents a LumisXP server inside a cluster.
|
IClusterMessage |
Represents a message that may be sent through the cluster framework.
|
IClusterTransmission |
Contains information that may be transmitted through the cluster framework.
|
ITransmissionResult<T> |
Transmission result.
|
Class | Description |
---|---|
AbstractClusterManager |
Generic implementation for
IClusterManager ,
independent of communication form. |
SingleServerClusterManager |
The cluster manager implementation for single server (without cluster) deployment.
|
TransmissionResult<T> |
Transmission result holder.
|
Enum | Description |
---|---|
IClusterTransmission.Flag |
Enumerates the flags that may be set in a
IClusterTransmission . |
Exception | Description |
---|---|
ClusterInvocationException |
Exception thrown when some server thrown an exception during a cluster invoke.
|
The entry point for this package is the
IClusterManager
, available at
ManagerFactory.getClusterManager()
.
ManagerFactory.getClusterManager()
,
IClusterManager
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.