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
ServerFault
protected void reloadHps(java.lang.String origin)
protected void nodeWrite(Server server, java.lang.String path, java.lang.String content) throws ServerFault
ServerFault
protected void nodeWrite(Server server, java.lang.String path, byte[] content) throws ServerFault
ServerFault
protected java.lang.String nodeRead(Server server, java.lang.String path) throws ServerFault
ServerFault
protected java.util.List<ItemValue<Server>> hpsNodes(BmContext context) throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.