public class SrvControllerConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HEARTBEAT_VERSION_CURRENT
Current heartbeat version
|
static int |
HEARTBEAT_VERSION_V4
Heartbeat version 4 (heartbeart version introduced by Rumi v4.0)
|
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_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.
|
| Constructor and Description |
|---|
SrvControllerConstants() |
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_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).
public static final int HEARTBEAT_VERSION_V4
public static final int HEARTBEAT_VERSION_CURRENT
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.