| 限定符和类型 | 方法和说明 |
|---|---|
static MonitorEventInfo |
MonitorEventInfo.buildReceived(NodeInfo nodeInfo,
Target target,
EventInfo eventInfo,
Object eventResult) |
static MonitorEventInfo |
MonitorEventInfo.buildSend(NodeInfo nodeInfo,
PublisherGroup group,
Target target,
EventInfo eventInfo,
Object eventResult,
Exception e) |
static MonitorEventInfo |
MonitorEventInfo.buildWith(ListenerReceipt receipt,
NodeInfo nodeInfo,
Object eventArgs,
Object eventResult) |
static MonitorEventInfo |
MonitorEventInfo.buildWith(ListenerReceipt receipt,
NodeInfo nodeInfo,
Object eventArgs,
Object eventResult,
Date consumed) |
MonitorEventInfo |
InfoStorage.popEventInfo()
推出最早保存的监控的事件数据
|
MonitorEventInfo |
AdapterInfoStorage.popEventInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MonitorEventInfo> |
InfoStorage.popEventInfos(int maxSize)
将监控信息按照时间从早到晚推出来,推出之后,磁盘将会删除这些数据
|
List<MonitorEventInfo> |
AdapterInfoStorage.popEventInfos(int maxSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InfoStorage.pushEventInfo(MonitorEventInfo info)
保存单个监控信息
|
void |
AdapterInfoStorage.pushEventInfo(MonitorEventInfo info) |
void |
AbstractControlMonitor.saveEventInfo(MonitorEventInfo mei) |
void |
ControlMonitor.saveEventInfo(MonitorEventInfo mei)
保存事件消费完成之后的回执信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InfoForward.forwardEventInfo(List<MonitorEventInfo> infos)
推送已消费的事件信息
|
void |
InfoStorage.pushEventInfos(List<MonitorEventInfo> infos)
批量保存监控信息
|
void |
AdapterInfoStorage.pushEventInfos(List<MonitorEventInfo> infos) |
Copyright © 2018 Jue Ming. All rights reserved.