Package io.gem.config
Class GemConfig
java.lang.Object
io.gem.config.GemConfig
Class GemConfig.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String BIN_DIR = "bin"
.boolean
boolean copy
.boolean
boolean delete
.static final String
String DESC = "Storage Benchmark Kit - Group Execution Monitor"
.boolean
boolean fork
.String gempass
.int
int gemport
.String gemuse
.static final String
String LOCAL_HOST = "localhost"
.int
int maxIterations
.static final String
String NAME = "sbk-gem"
.String nodes
.String remoteDir
.long
long remoteTimeoutSeconds
.static final String
String SBK_GEM_APP_NAME = "sbk.gem.applicationName
.static final String
String SBK_GEM_LOGGER_PACKAGE_NAME = "io.sbm.logger"
.String sbkcommand
.String sbkdir
.int
int timeoutSeconds
. -
Constructor Summary
-
Method Summary
-
Field Details
-
SBK_GEM_APP_NAME
String SBK_GEM_APP_NAME = "sbk.gem.applicationName
.- See Also:
-
NAME
String NAME = "sbk-gem"
.- See Also:
-
DESC
String DESC = "Storage Benchmark Kit - Group Execution Monitor"
.- See Also:
-
BIN_DIR
String BIN_DIR = "bin"
.- See Also:
-
LOCAL_HOST
String LOCAL_HOST = "localhost"
.- See Also:
-
SBK_GEM_LOGGER_PACKAGE_NAME
String SBK_GEM_LOGGER_PACKAGE_NAME = "io.sbm.logger"
.- See Also:
-
nodes
String nodes
. -
gemuser
String gemuse
. -
gempass
String gempass
. -
gemport
public int gemportint gemport
. -
sbkdir
String sbkdir
. -
sbkcommand
String sbkcommand
. -
copy
public boolean copyboolean copy
. -
delete
public boolean deleteboolean delete
. -
remoteTimeoutSeconds
public long remoteTimeoutSecondslong remoteTimeoutSeconds
. -
timeoutSeconds
public int timeoutSecondsint timeoutSeconds
. -
maxIterations
public int maxIterationsint maxIterations
. -
remoteDir
String remoteDir
. -
fork
public boolean forkboolean fork
.
-
-
Constructor Details
-
GemConfig
public GemConfig()
-