Package | Description |
---|---|
org.apache.uima.aae.jmx.monitor |
Modifier and Type | Method and Description |
---|---|
protected ServiceMetrics[] |
JmxMonitor.collectStats(boolean initial,
long uptime) |
Modifier and Type | Method and Description |
---|---|
void |
JmxMonitor.notifyListeners(long uptime,
ServiceMetrics[] metrics)
Passes metrics to all registered
JmxMonitorListener objects |
void |
JmxMonitorListener.onNewMetrics(long sampleTime,
ServiceMetrics[] metrics)
Provides metrics for all UIMA AS services collected during a checkpoint.
|
void |
BasicUimaJmxMonitorListener.onNewMetrics(long sampleTime,
ServiceMetrics[] metrics)
Callback method called by the JmxMonitor after each checkpoint.
|
void |
SingleLineUimaJmxMonitorListener.onNewMetrics(long sampleTime,
ServiceMetrics[] metrics)
Callback method called by the JmxMonitor after each checkpoint.
|
Copyright © 2017. All rights reserved.