Javadocs for ContainerProperties constants

This commit is contained in:
Gary Russell
2018-06-19 10:23:36 -04:00
parent d6c146b7a9
commit 7d85c56dc7

View File

@@ -92,12 +92,24 @@ public class ContainerProperties {
}
/**
* The default {@link #setPollTimeout(long) pollTimeout} (ms).
*/
public static final long DEFAULT_POLL_TIMEOUT = 1000L;
/**
* The default {@link #setShutdownTimeout(long) shutDownTimeout} (ms).
*/
public static final int DEFAULT_SHUTDOWN_TIMEOUT = 10000;
/**
* The default {@link #setMonitorInterval(int) monitorInterval} (s).
*/
public static final int DEFAULT_MONITOR_INTERVAL = 30;
/**
* The default {@link #setNoPollThreshold(float) noPollThreshold}.
*/
public static final float DEFAULT_NO_POLL_THRESHOLD = 3f;
/**