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