@InterfaceAudience.Private public interface ProcedureMetrics
Modifier and Type | Method and Description |
---|---|
Counter |
getFailedCounter()
Returns Total number of instances failed for a type of a procedure
|
Counter |
getSubmittedCounter()
Returns Total number of instances submitted for a type of a procedure
|
Histogram |
getTimeHisto()
Returns Histogram of runtimes for all successfully completed instances of a type of a procedure
|
Counter getSubmittedCounter()
Histogram getTimeHisto()
Counter getFailedCounter()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.