All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
close() |
ClusterToolExecutionResult |
clusterTool(TerracottaCommandLineEnvironment env,
String... arguments) |
ConfigToolExecutionResult |
configTool(TerracottaCommandLineEnvironment env,
String... arguments) |
void |
configure(String clusterName,
String licensePath,
Topology topology,
Map<ServerSymbolicName,Integer> proxyTsaPorts,
SecurityRootDirectory securityRootDirectory,
TerracottaCommandLineEnvironment env,
boolean verbose) |
void |
create(TerracottaCommandLineEnvironment env,
List<String> startUpArgs) |
void |
disrupt(Collection<TerracottaServer> targets) |
Distribution |
getDistribution() |
File |
getKitDir() |
File |
getLicenseFileLocation() |
Map<ServerSymbolicName,Integer> |
getProxiedPorts() |
TerracottaServerState |
getTerracottaServerState() |
File |
getWorkingDir() |
ToolExecutionResult |
jcmd(TerracottaCommandLineEnvironment env,
String... arguments) |
void |
stop() |
void |
undisrupt(Collection<TerracottaServer> targets) |
void |
waitForState(Set<TerracottaServerState> terracottaServerStates) |