public static interface SrvMonAdminClientStats.Deserializer.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
handleFlushesExecuted(long val) |
void |
handleFlushesScheduled(long val) |
void |
handleHeartbeatsDropped(long val) |
void |
handleHeartbeatsSent(long val) |
void |
handleLifecyclesSent(long val) |
void |
handleName(XStringDeserializer val) |
void |
handleOutboundQueueCapacity(int val) |
void |
handleOutboundQueueCount(int val) |
void |
handleOutboundQueueFlushCount(long val) |
void |
handleOutboundQueueFlushSize(long val) |
void |
handleOutboundQueueSize(int val) |
void |
handleTracesDropped(long val) |
void |
handleTracesSent(long val) |
void handleLifecyclesSent(long val)
void handleHeartbeatsSent(long val)
void handleHeartbeatsDropped(long val)
void handleTracesSent(long val)
void handleTracesDropped(long val)
void handleOutboundQueueCapacity(int val)
void handleOutboundQueueSize(int val)
void handleOutboundQueueCount(int val)
void handleOutboundQueueFlushSize(long val)
void handleOutboundQueueFlushCount(long val)
void handleFlushesScheduled(long val)
void handleFlushesExecuted(long val)
void handleName(XStringDeserializer val)
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.