|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.controller.SrvControllerConstants
public class SrvControllerConstants
Defines the environment properties applicable to globally configuring servers.
Field Summary | |
---|---|
static String |
SERVER_HEARTBEAT_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.heartbeat.trace": "info". |
static String |
SERVER_HEARTBEAT_TRACE_LEVEL_PROP
Property controls the trace level of the heartbeat tracer. |
static String |
SERVER_HEARTBEAT_TRACE_LOGGER
Constant defining the trace logger name bound to tracing server heartbeats. |
static String |
SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.adminclient.trace": "config". |
static String |
SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_PROP
Property controls the level of the admin client stats trace logger. |
static String |
SERVER_STATS_ADMINCLIENT_TRACE_LOGGER
Constant defining the trace logger name bound to emitting admin client statistics. |
static String |
SERVER_STATS_APP_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.app.trace": "config". |
static String |
SERVER_STATS_APP_STATS_TRACE_LEVEL_PROP
Property controls the level of the app stats trace logger. |
static String |
SERVER_STATS_APP_TRACE_LOGGER
Constant defining the trace logger name bound to emitting app statistics. |
static boolean |
SERVER_STATS_ENABLE_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_ENABLE_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static boolean |
SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static boolean |
SERVER_STATS_INCLUDE_SERIES_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_INCLUDE_SERIES_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_INTERVAL_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_INTERVAL_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static int |
SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static float |
SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL. |
static String |
SERVER_STATS_POOL_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.pool.trace": "config". |
static String |
SERVER_STATS_POOL_STATS_TRACE_LEVEL_PROP
Property controls the level of the pool stats trace logger. |
static String |
SERVER_STATS_POOL_TRACE_LOGGER
Constant defining the trace logger name bound to emitting pool statistics. |
static String |
SERVER_STATS_SYS_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.sys.trace": "config". |
static String |
SERVER_STATS_SYS_STATS_TRACE_LEVEL_PROP
Property controls the level of the system stats trace logger. |
static String |
SERVER_STATS_SYSTEM_TRACE_LOGGER
Constant defining the trace logger name bound to emitting sys statistics. |
static String |
SERVER_STATS_THREAD_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.thread.trace": "config". |
static String |
SERVER_STATS_THREAD_STATS_TRACE_LEVEL_PROP
Property controls the level of the thread stats trace logger. |
static String |
SERVER_STATS_THREAD_TRACE_LOGGER
Constant defining the trace logger name bound to emitting thread statistics. |
static String |
SERVER_STATS_USERSTATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.userstats.trace": "config". |
static String |
SERVER_STATS_USERSTATS_TRACE_LEVEL_PROP
Property controls the level of the user stats trace logger. |
static String |
SERVER_STATS_USERSTATS_TRACE_LOGGER
Constant defining the trace logger name bound to emitting user statistics. |
Constructor Summary | |
---|---|
SrvControllerConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final String SERVER_STATS_ENABLE_PROP
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_ENABLE_PROP
,
Constant Field Values@Deprecated public static final boolean SERVER_STATS_ENABLE_DEFAULT
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_ENABLE_DEFAULT
,
Constant Field Values@Deprecated public static final String SERVER_STATS_INTERVAL_PROP
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_INTERVAL_PROP
,
Constant Field Values@Deprecated public static final String SERVER_STATS_INTERVAL_DEFAULT
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_ENABLE_PROP
,
Constant Field Values@Deprecated public static final String SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP
,
Constant Field Values@Deprecated public static final float SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT
,
Constant Field Values@Deprecated public static final String SERVER_STATS_INCLUDE_SERIES_PROP
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_PROP
,
Constant Field Values@Deprecated public static final boolean SERVER_STATS_INCLUDE_SERIES_DEFAULT
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_DEFAULT
,
Constant Field Values@Deprecated public static final String SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP
,
Constant Field Values@Deprecated public static final boolean SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT
,
Constant Field Values@Deprecated public static final String SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP
,
Constant Field Values@Deprecated public static final int SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT
SrvConfigDescriptor
or DDL.SrvConfigDescriptor.SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT
public static final String SERVER_STATS_SYSTEM_TRACE_LOGGER
public static final String SERVER_STATS_SYS_STATS_TRACE_LEVEL_PROP
When the trace Level is set to 'debug' or higher system stats are traced to the logger "nv.server.stats.sys" trace logger.
Property name: "nv.server.stats.sys.trace".
Default value: "config"
public static final String SERVER_STATS_SYS_STATS_TRACE_LEVEL_DEFAULT
Note that sys stats are only traced at 'debug' or higher, so with the default value sys stats are not traced.
public static final String SERVER_STATS_POOL_TRACE_LOGGER
public static final String SERVER_STATS_POOL_STATS_TRACE_LEVEL_PROP
When the trace Level is set to 'debug' or higher pool stats are traced to the logger "nv.server.stats.pool" trace logger.
Property name: "nv.server.stats.pool.trace".
Default value: "config"
public static final String SERVER_STATS_POOL_STATS_TRACE_LEVEL_DEFAULT
Note that pool stats are only traced at 'debug' or higher, so with the default value pool stats are not traced.
public static final String SERVER_STATS_THREAD_TRACE_LOGGER
public static final String SERVER_STATS_THREAD_STATS_TRACE_LEVEL_PROP
When the trace Level is set to 'debug' or higher thread stats are traced to the logger "nv.server.stats.thread" trace logger.
Property name: "nv.server.stats.thread.trace".
Default value: "config"
public static final String SERVER_STATS_THREAD_STATS_TRACE_LEVEL_DEFAULT
Note that thread stats are only traced at 'debug' or higher, so with the default value thread stats are not traced.
public static final String SERVER_STATS_ADMINCLIENT_TRACE_LOGGER
public static final String SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_PROP
When the trace Level is set to 'debug' or higher admin client stats are traced to the logger "nv.server.stats.adminclient" trace logger.
Property name: "nv.server.stats.adminclient.trace".
Default value: "config"
public static final String SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_DEFAULT
Note that admin client stats are only traced at 'debug' or higher, so with the default value admin client stats are not traced.
public static final String SERVER_STATS_APP_TRACE_LOGGER
public static final String SERVER_STATS_APP_STATS_TRACE_LEVEL_PROP
When the trace Level is set to 'debug' or higher app stats are traced to the logger "nv.server.stats.app" trace logger.
Property name: "nv.server.stats.app.trace".
Default value: "config"
public static final String SERVER_STATS_APP_STATS_TRACE_LEVEL_DEFAULT
Note that app stats are only traced at 'debug' or higher, so with the default value app stats are not traced.
public static final String SERVER_STATS_USERSTATS_TRACE_LOGGER
public static final String SERVER_STATS_USERSTATS_TRACE_LEVEL_PROP
When the trace Level is set to 'debug' or higher user stats are traced to the logger "nv.server.stats.userstats" trace logger.
Property name: "nv.server.stats.userstats.trace".
Default value: "config"
public static final String SERVER_STATS_USERSTATS_TRACE_LEVEL_DEFAULT
Note that user stats are only traced at 'debug' or higher, so with the default value user stats are not traced.
public static final String SERVER_HEARTBEAT_TRACE_LOGGER
This property is separate from the lower level individual stats tracers. This property controls
tracing of emitted heartbeats. Enablement of heartbeat tracing is configured via
SrcConfigDescriptor#HeartbeatTracing
(which is populated
by DDL configuration).
public static final String SERVER_HEARTBEAT_TRACE_LEVEL_PROP
When the trace Level is set to 'info' or higher heartbeats are traced to the logger "nv.server.heartbeat" trace logger.
Property name: "nv.server.heartbeat.trace".
Default value: "info"
public static final String SERVER_HEARTBEAT_TRACE_LEVEL_DEFAULT
Note that heartbeats traced at 'info' level.
Constructor Detail |
---|
public SrvControllerConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |