public class HealthKeys extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HealthKeys.Constant
Annotation to mark public static final int fields that are to be used
as field keys in HealthStats.
|
static class |
HealthKeys.Constants
Class to gather the constants defined in a class full of constants and
build the key indices used by HealthStatsWriter and HealthStats.
|
Modifier and Type | Field and Description |
---|---|
static int |
BASE_PACKAGE |
static int |
BASE_PID |
static int |
BASE_PROCESS |
static int |
BASE_SERVICE |
static int |
BASE_UID |
static int |
TYPE_COUNT |
static int |
TYPE_MEASUREMENT |
static int |
TYPE_MEASUREMENTS |
static int |
TYPE_STATS |
static int |
TYPE_TIMER |
static int |
TYPE_TIMERS |
static int |
UNKNOWN_KEY
No valid key will ever be 0.
|
Constructor and Description |
---|
HealthKeys() |
public static final int UNKNOWN_KEY
public static final int BASE_UID
public static final int BASE_PID
public static final int BASE_PROCESS
public static final int BASE_PACKAGE
public static final int BASE_SERVICE
public static final int TYPE_TIMER
public static final int TYPE_MEASUREMENT
public static final int TYPE_STATS
public static final int TYPE_TIMERS
public static final int TYPE_MEASUREMENTS
public static final int TYPE_COUNT