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 |
java.util.List<java.lang.String> |
withoutServlets |
browserTimeout, debug, help, jettyMaxThreads, log, logLongForm, port, role, timeout
Constructor and Description |
---|
GridConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
isWithOutServlet(java.lang.Class<? extends javax.servlet.Servlet> servlet) |
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, isMergeAble, 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 java.util.List<java.lang.String> withoutServlets
public void merge(GridConfiguration other)
other
- public boolean isWithOutServlet(java.lang.Class<? extends javax.servlet.Servlet> servlet)
servlet
- the Servlet
to look forpublic java.lang.String toString(java.lang.String format)
toString
in class StandaloneConfiguration