public class GridConfiguration extends StandaloneConfiguration
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
cleanUpCycle |
java.util.Map<java.lang.String,java.lang.String> |
custom |
java.lang.String |
host |
java.lang.Integer |
maxSession |
java.util.List<java.lang.String> |
servlets |
browserTimeout, debug, help, jettyThreads, log, logLongForm, port, role, timeout
Constructor and Description |
---|
GridConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
merge(GridConfiguration other)
replaces this instance of configuration value with the 'other' value if it's set.
|
java.lang.String |
toString(java.lang.String format) |
addJsonTypeAdapter, merge, toJson, toString, toString
public java.lang.Integer cleanUpCycle
public java.util.Map<java.lang.String,java.lang.String> custom
public java.lang.String host
public java.lang.Integer maxSession
public java.util.List<java.lang.String> servlets
public void merge(GridConfiguration other)
other
- public java.lang.String toString(java.lang.String format)
toString
in class StandaloneConfiguration