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)
sampleTime - - last checkpoint timemetrics - - an array of ServiceMetrics objects, each holding metrics for a specific UIMA AS
          service.Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.