public class ClusterFactory extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
List<ClientArray> |
clientArray() |
ClientArray |
clientArray(int idx) |
void |
close() |
Cluster |
cluster() |
ClusterTool |
clusterTool() |
ConfigTool |
configTool() |
ClientArray |
firstClientArray() |
ClusterMonitor |
monitor() |
Tms |
tms() |
Tsa |
tsa() |
Voter |
voter() |
public Cluster cluster()
public Tsa tsa()
public Tms tms()
public ClusterTool clusterTool()
public ConfigTool configTool()
public Voter voter()
public ClientArray firstClientArray()
public ClientArray clientArray(int idx)
public List<ClientArray> clientArray()
public ClusterMonitor monitor()
public void close()
close in interface AutoCloseableCopyright © 2023. All rights reserved.