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, eventPosition, SESSION_UUID, sessionUuid, time| Constructor and Description |
|---|
WatcherData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
read(java.lang.String message) |
java.lang.StringBuilder |
readableString(java.lang.StringBuilder builder)
Writes a concise, human readable string representation of the event into
the supplied StringBuilder.
|
java.lang.String |
readableWrite() |
java.lang.String |
write() |
collectManagedBeanStatus, collectPlatformStatus, collectRuntimeStatus, isCompletelyEqualsImpl, readPropertyImpl, resetImpl, writePropertiesImplgetEventPosition, getSessionUuid, getTime, isCompletelyEqualsTo, read, reset, writepublic static final char DETAILED_MESSAGE_PREFIX
public java.lang.StringBuilder readableString(java.lang.StringBuilder builder)
EventDatareadableString in class EventDatabuilder - The StringBuilder that receives the string representationpublic final boolean read(java.lang.String message)
public final java.lang.String write()
public final java.lang.String readableWrite()