public class ClusterFactory extends Object implements AutoCloseable
| Constructor and Description |
|---|
ClusterFactory(ClusterAgent agent,
String idPrefix,
ConfigurationContext configurationContext) |
| Modifier and Type | Method and Description |
|---|---|
ClientArray |
clientArray() |
void |
close() |
Cluster |
cluster() |
ClusterTool |
clusterTool() |
ConfigTool |
configTool() |
ClusterMonitor |
monitor() |
Tms |
tms() |
Tsa |
tsa() |
Voter |
voter() |
public ClusterFactory(ClusterAgent agent, String idPrefix, ConfigurationContext configurationContext)
public Cluster cluster()
public Tsa tsa()
public Tms tms()
public ClusterTool clusterTool()
public ConfigTool configTool()
public Voter voter()
public ClientArray clientArray()
public ClusterMonitor monitor()
public void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2021. All rights reserved.