public class ConfigTool extends Tool
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
attachAll() |
void |
attachNode(int stripeIndex,
TerracottaServer newServer) |
void |
attachStripe(TerracottaServer... newServers) |
void |
detachNode(int stripeIndex,
int serverIndex) |
void |
detachStripe(int stripeIndex) |
ToolExecutionResult |
executeCommand(String... arguments) |
void |
install() |
void |
setClientToServerDisruptionLinks(TerracottaServer terracottaServer) |
void |
setServerToServerDisruptionLinks(int stripeId,
int size) |
void |
uninstall() |
close, getProxyGroupPortsForServer, updateToProxiedPortspublic ToolExecutionResult executeCommand(String... arguments)
executeCommand in class Toolpublic void attachStripe(TerracottaServer... newServers)
public void detachStripe(int stripeIndex)
public void attachNode(int stripeIndex,
TerracottaServer newServer)
public void detachNode(int stripeIndex,
int serverIndex)
public void attachAll()
public void activate()
public void setClientToServerDisruptionLinks(TerracottaServer terracottaServer)
public void setServerToServerDisruptionLinks(int stripeId,
int size)
Copyright © 2020. All rights reserved.