public class ClusterFactory extends Object implements AutoCloseable
| Constructor and Description |
|---|
ClusterFactory(String idPrefix,
ConfigurationContext configurationContext) |
ClusterFactory(String idPrefix,
ConfigurationContext configurationContext,
PortAllocator portAllocator) |
| 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(String idPrefix, ConfigurationContext configurationContext)
public ClusterFactory(String idPrefix, ConfigurationContext configurationContext, PortAllocator portAllocator)
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.