public interface PerformanceCollector
performanceMonitor
interceptor for communication with the
corresponding MBean of type PerformanceMonitorMBean
.Modifier and Type | Method and Description |
---|---|
void |
addMeasurement(org.apache.hivemind.service.MethodSignature method,
long executionTime)
Adds the measurement of a method execution
|
void addMeasurement(org.apache.hivemind.service.MethodSignature method, long executionTime)
method
- the executed methodexecutionTime
- the duration of the method execution