public interface JmxMonitorListener
Modifier and Type | Method and Description |
---|---|
void |
onNewMetrics(long sampleTime,
ServiceMetrics[] metrics)
Provides metrics for all UIMA AS services collected during a checkpoint.
|
void onNewMetrics(long sampleTime, ServiceMetrics[] metrics)
JmxMonitor
after each checkpoint with the latest metrics. The metrics are deltas
except for queue depth attribute.sampleTime
- - last checkpoint timemetrics
- - an array of ServiceMetrics objects, each holding metrics for a specific UIMA AS
service.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.