public class SrvControllerConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_COMMAND_TRACE_LOGGER
Constant defining the trace logger name bound to tracing admin client commands.
|
static String |
SERVER_HEARTBEAT_TRACE_LOGGER
Constant defining the trace logger name bound to tracing server heartbeats.
|
static String |
SERVER_STATS_ADMINCLIENT_TRACE_LOGGER
Constant defining the trace logger name bound to emitting admin client statistics.
|
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_TRACE_LOGGER
Constant defining the trace logger name bound to emitting pool statistics.
|
static String |
SERVER_STATS_SYSTEM_TRACE_LOGGER
Constant defining the trace logger name bound to emitting sys statistics.
|
static String |
SERVER_STATS_THREAD_TRACE_LOGGER
Constant defining the trace logger name bound to emitting thread statistics.
|
static String |
SERVER_STATS_USERSTATS_TRACE_LOGGER
Constant defining the trace logger name bound to emitting user statistics.
|
| Constructor and Description |
|---|
SrvControllerConstants() |
@Deprecated public static final String SERVER_STATS_ENABLE_PROP
SrvConfigDescriptor or DDL.@Deprecated public static final boolean SERVER_STATS_ENABLE_DEFAULT
SrvConfigDescriptor or DDL.@Deprecated public static final String SERVER_STATS_INTERVAL_PROP
SrvConfigDescriptor or DDL.@Deprecated public static final String SERVER_STATS_INTERVAL_DEFAULT
SrvConfigDescriptor or DDL.@Deprecated public static final String SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP
SrvConfigDescriptor or DDL.@Deprecated public static final float SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT
SrvConfigDescriptor or DDL.@Deprecated public static final String SERVER_STATS_INCLUDE_SERIES_PROP
SrvConfigDescriptor or DDL.@Deprecated public static final boolean SERVER_STATS_INCLUDE_SERIES_DEFAULT
SrvConfigDescriptor or DDL.@Deprecated public static final String SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP
SrvConfigDescriptor or DDL.@Deprecated public static final boolean SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT
SrvConfigDescriptor or DDL.@Deprecated public static final String SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP
SrvConfigDescriptor or DDL.@Deprecated public static final int SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT
SrvConfigDescriptor or DDL.public static final String SERVER_STATS_SYSTEM_TRACE_LOGGER
public static final String SERVER_STATS_POOL_TRACE_LOGGER
public static final String SERVER_STATS_THREAD_TRACE_LOGGER
public static final String SERVER_STATS_ADMINCLIENT_TRACE_LOGGER
public static final String SERVER_STATS_APP_TRACE_LOGGER
public static final String SERVER_STATS_USERSTATS_TRACE_LOGGER
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_COMMAND_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).
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.