public class HpsHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CMD_RESTART_HPS |
protected AHCNodeClientFactory |
nodeClientFactory |
| Constructor and Description |
|---|
HpsHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ItemValue<Server>> |
hpsNodes(BmContext context) |
protected java.lang.String |
nodeRead(Server server,
java.lang.String path) |
protected void |
nodeWrite(Server server,
java.lang.String path,
byte[] content) |
protected void |
nodeWrite(Server server,
java.lang.String path,
java.lang.String content) |
protected void |
reloadHps(java.lang.String origin) |
protected void |
restartHps(Server server) |
protected AHCNodeClientFactory nodeClientFactory
public static final java.lang.String CMD_RESTART_HPS
protected void restartHps(Server server) throws ServerFault
ServerFaultprotected void reloadHps(java.lang.String origin)
protected void nodeWrite(Server server, java.lang.String path, java.lang.String content) throws ServerFault
ServerFaultprotected void nodeWrite(Server server, java.lang.String path, byte[] content) throws ServerFault
ServerFaultprotected java.lang.String nodeRead(Server server, java.lang.String path) throws ServerFault
ServerFaultprotected java.util.List<ItemValue<Server>> hpsNodes(BmContext context) throws ServerFault
ServerFaultCopyright © 2021. All Rights Reserved.