public class WatcherData extends SystemData
SystemData to semantics required by Watcher. Further, Watcher events are deserialized
back to WatcherData.| Modifier and Type | Field and Description |
|---|---|
static char |
DETAILED_MESSAGE_PREFIX |
classLoading_loaded, classLoading_total, classLoading_unloaded, compilationTime, garbageCollector_count, garbageCollector_time, heap_commited, heap_max, heap_used, nonHeap_commited, nonHeap_max, nonHeap_used, objectPendingFinalizationCount, PROP_CLASS_LOADING, PROP_COMPILATION_TIME, PROP_FINALIZATION_COUNT, PROP_GARBAGE_COLLECTOR, PROP_HEAP, PROP_MEMORY, PROP_NON_HEAP, PROP_SYSTEM_LOAD, runtime_maxMemory, runtime_totalMemory, runtime_usedMemory, systemLoadEVENT_POSITION, EVENT_TIME, position, SESSION_UUID, sessionUuid, time| Modifier | Constructor and Description |
|---|---|
protected |
WatcherData() |
protected |
WatcherData(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
readableStringBuilder(StringBuilder builder)
Writes a concise, human readable string representation of the event into
the supplied StringBuilder.
|
collectManagedBeanStatus, collectPlatformStatus, collectRuntimeStatus, readJson5, resetImpl, writeJson5ImplencodedMessage, json5Message, readableMessage, reset, writeJson5public static final char DETAILED_MESSAGE_PREFIX
protected WatcherData()
protected WatcherData(String uuid)
public StringBuilder readableStringBuilder(StringBuilder builder)
EventDatareadableStringBuilder in class EventDatabuilder - The StringBuilder that receives the string representationCopyright © 2010–2025. All rights reserved.