public class Manager
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Manager()
Default Constructor for Manager.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAdministratorPingInterval() |
int |
getCacheSize() |
java.lang.String |
getCentralizedLogger() |
double |
getClientPingInterval() |
java.lang.String |
getCommandLine() |
double |
getContainerPingInterval() |
java.lang.String |
getExecute() |
double |
getHeartbeatTimeout() |
LoggingConfig |
getLoggingConfig() |
int |
getMaxCachePriority() |
int |
getMinCachePriority() |
int |
getServerThreads() |
java.lang.String |
getServiceComponents() |
java.lang.String |
getServiceDaemons() |
java.lang.String |
getStartup() |
double |
getTimeout() |
void |
setAdministratorPingInterval(double administratorPingInterval) |
void |
setCacheSize(int cacheSize) |
void |
setCentralizedLogger(java.lang.String centralizedLogger) |
void |
setClientPingInterval(double clientPingInterval) |
void |
setCommandLine(java.lang.String commandLine) |
void |
setContainerPingInterval(double containerPingInterval) |
void |
setExecute(java.lang.String execute) |
void |
setHeartbeatTimeout(double heartbeatTimeout) |
void |
setLoggingConfig(LoggingConfig loggingConfig) |
void |
setMaxCachePriority(int maxCachePriority) |
void |
setMinCachePriority(int minCachePriority) |
void |
setServerThreads(int serverThreads) |
void |
setServiceComponents(java.lang.String serviceComponents) |
void |
setServiceDaemons(java.lang.String serviceDaemons) |
void |
setStartup(java.lang.String startup) |
void |
setTimeout(double timeout) |
public Manager()
public double getAdministratorPingInterval()
public void setAdministratorPingInterval(double administratorPingInterval)
administratorPingInterval - the administratorPingInterval to setpublic double getClientPingInterval()
public void setClientPingInterval(double clientPingInterval)
clientPingInterval - the clientPingInterval to setpublic java.lang.String getCommandLine()
public void setCommandLine(java.lang.String commandLine)
commandLine - the commandLine to setpublic double getContainerPingInterval()
public void setContainerPingInterval(double containerPingInterval)
containerPingInterval - the containerPingInterval to setpublic java.lang.String getExecute()
public void setExecute(java.lang.String execute)
execute - the execute to setpublic double getHeartbeatTimeout()
public void setHeartbeatTimeout(double heartbeatTimeout)
heartbeatTimeout - the heartbeatTimeout to setpublic LoggingConfig getLoggingConfig()
public void setLoggingConfig(LoggingConfig loggingConfig)
loggingConfig - the loggingConfig to setpublic int getServerThreads()
public void setServerThreads(int serverThreads)
serverThreads - the serverThreads to setpublic java.lang.String getServiceComponents()
public void setServiceComponents(java.lang.String serviceComponents)
serviceComponents - the serviceComponents to setpublic java.lang.String getServiceDaemons()
public void setServiceDaemons(java.lang.String serviceDaemons)
serviceDaemons - the serviceDaemons to setpublic java.lang.String getStartup()
public void setStartup(java.lang.String startup)
startup - the startup to setpublic double getTimeout()
public void setTimeout(double timeout)
timeout - the timeout to setpublic int getCacheSize()
public void setCacheSize(int cacheSize)
cacheSize - the cacheSize to setpublic java.lang.String getCentralizedLogger()
public void setCentralizedLogger(java.lang.String centralizedLogger)
centralizedLogger - the centralizedLogger to setpublic int getMaxCachePriority()
public void setMaxCachePriority(int maxCachePriority)
maxCachePriority - the maxCachePriority to setpublic int getMinCachePriority()
public void setMinCachePriority(int minCachePriority)
minCachePriority - the minCachePriority to set