com.neeve.server.controller
Class SrvControllerConstants

java.lang.Object
  extended by com.neeve.server.controller.SrvControllerConstants

public class SrvControllerConstants
extends Object

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

SERVER_STATS_ENABLE_PROP

@Deprecated
public static final String SERVER_STATS_ENABLE_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_ENABLE_PROP, Constant Field Values

SERVER_STATS_ENABLE_DEFAULT

@Deprecated
public static final boolean SERVER_STATS_ENABLE_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_ENABLE_DEFAULT, Constant Field Values

SERVER_STATS_INTERVAL_PROP

@Deprecated
public static final String SERVER_STATS_INTERVAL_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_INTERVAL_PROP, Constant Field Values

SERVER_STATS_INTERVAL_DEFAULT

@Deprecated
public static final String SERVER_STATS_INTERVAL_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_ENABLE_PROP, Constant Field Values

SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP

@Deprecated
public static final String SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP, Constant Field Values

SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT

@Deprecated
public static final float SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT, Constant Field Values

SERVER_STATS_INCLUDE_SERIES_PROP

@Deprecated
public static final String SERVER_STATS_INCLUDE_SERIES_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_PROP, Constant Field Values

SERVER_STATS_INCLUDE_SERIES_DEFAULT

@Deprecated
public static final boolean SERVER_STATS_INCLUDE_SERIES_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_DEFAULT, Constant Field Values

SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP

@Deprecated
public static final String SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP, Constant Field Values

SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT

@Deprecated
public static final boolean SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT, Constant Field Values

SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP

@Deprecated
public static final String SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP, Constant Field Values

SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT

@Deprecated
public static final int SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT
Deprecated. Preferred way to enable server stats is via SrvConfigDescriptor or DDL.
See Also:
SrvConfigDescriptor.SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT

SERVER_STATS_SYSTEM_TRACE_LOGGER

public static final String SERVER_STATS_SYSTEM_TRACE_LOGGER
Constant defining the trace logger name bound to emitting sys statistics.

See Also:
Constant Field Values

SERVER_STATS_SYS_STATS_TRACE_LEVEL_PROP

public static final String SERVER_STATS_SYS_STATS_TRACE_LEVEL_PROP
Property controls the level of the system stats trace logger.

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"

See Also:
Constant Field Values

SERVER_STATS_SYS_STATS_TRACE_LEVEL_DEFAULT

public static final String SERVER_STATS_SYS_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.sys.trace": "config".

Note that sys stats are only traced at 'debug' or higher, so with the default value sys stats are not traced.

See Also:
Constant Field Values

SERVER_STATS_POOL_TRACE_LOGGER

public static final String SERVER_STATS_POOL_TRACE_LOGGER
Constant defining the trace logger name bound to emitting pool statistics.

See Also:
Constant Field Values

SERVER_STATS_POOL_STATS_TRACE_LEVEL_PROP

public static final String SERVER_STATS_POOL_STATS_TRACE_LEVEL_PROP
Property controls the level of the pool stats trace logger.

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"

See Also:
Constant Field Values

SERVER_STATS_POOL_STATS_TRACE_LEVEL_DEFAULT

public static final String SERVER_STATS_POOL_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.pool.trace": "config".

Note that pool stats are only traced at 'debug' or higher, so with the default value pool stats are not traced.

See Also:
Constant Field Values

SERVER_STATS_THREAD_TRACE_LOGGER

public static final String SERVER_STATS_THREAD_TRACE_LOGGER
Constant defining the trace logger name bound to emitting thread statistics.

See Also:
Constant Field Values

SERVER_STATS_THREAD_STATS_TRACE_LEVEL_PROP

public static final String SERVER_STATS_THREAD_STATS_TRACE_LEVEL_PROP
Property controls the level of the thread stats trace logger.

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"

See Also:
Constant Field Values

SERVER_STATS_THREAD_STATS_TRACE_LEVEL_DEFAULT

public static final String SERVER_STATS_THREAD_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.thread.trace": "config".

Note that thread stats are only traced at 'debug' or higher, so with the default value thread stats are not traced.

See Also:
Constant Field Values

SERVER_STATS_ADMINCLIENT_TRACE_LOGGER

public static final String SERVER_STATS_ADMINCLIENT_TRACE_LOGGER
Constant defining the trace logger name bound to emitting admin client statistics.

See Also:
Constant Field Values

SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_PROP

public static final String SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_PROP
Property controls the level of the admin client stats trace logger.

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"

See Also:
Constant Field Values

SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_DEFAULT

public static final String SERVER_STATS_ADMINCLIENT_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.adminclient.trace": "config".

Note that admin client stats are only traced at 'debug' or higher, so with the default value admin client stats are not traced.

See Also:
Constant Field Values

SERVER_STATS_APP_TRACE_LOGGER

public static final String SERVER_STATS_APP_TRACE_LOGGER
Constant defining the trace logger name bound to emitting app statistics.

See Also:
Constant Field Values

SERVER_STATS_APP_STATS_TRACE_LEVEL_PROP

public static final String SERVER_STATS_APP_STATS_TRACE_LEVEL_PROP
Property controls the level of the app stats trace logger.

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"

See Also:
Constant Field Values

SERVER_STATS_APP_STATS_TRACE_LEVEL_DEFAULT

public static final String SERVER_STATS_APP_STATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.app.trace": "config".

Note that app stats are only traced at 'debug' or higher, so with the default value app stats are not traced.

See Also:
Constant Field Values

SERVER_STATS_USERSTATS_TRACE_LOGGER

public static final String SERVER_STATS_USERSTATS_TRACE_LOGGER
Constant defining the trace logger name bound to emitting user statistics.

See Also:
Constant Field Values

SERVER_STATS_USERSTATS_TRACE_LEVEL_PROP

public static final String SERVER_STATS_USERSTATS_TRACE_LEVEL_PROP
Property controls the level of the user stats trace logger.

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"

See Also:
Constant Field Values

SERVER_STATS_USERSTATS_TRACE_LEVEL_DEFAULT

public static final String SERVER_STATS_USERSTATS_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.stats.userstats.trace": "config".

Note that user stats are only traced at 'debug' or higher, so with the default value user stats are not traced.

See Also:
Constant Field Values

SERVER_HEARTBEAT_TRACE_LOGGER

public static final String SERVER_HEARTBEAT_TRACE_LOGGER
Constant defining the trace logger name bound to tracing server heartbeats.

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).

See Also:
Constant Field Values

SERVER_HEARTBEAT_TRACE_LEVEL_PROP

public static final String SERVER_HEARTBEAT_TRACE_LEVEL_PROP
Property controls the trace level of the heartbeat tracer.

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"

See Also:
Constant Field Values

SERVER_HEARTBEAT_TRACE_LEVEL_DEFAULT

public static final String SERVER_HEARTBEAT_TRACE_LEVEL_DEFAULT
The default trace level for "nv.server.heartbeat.trace": "info".

Note that heartbeats traced at 'info' level.

See Also:
Constant Field Values
Constructor Detail

SrvControllerConstants

public SrvControllerConstants()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.