public class InvocationMetrics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InvocationMetrics.Values |
Constructor and Description |
---|
InvocationMetrics() |
Modifier and Type | Method and Description |
---|---|
long |
getConcurrent() |
long |
getExecutionTime() |
long |
getInvocations() |
Map<String,InvocationMetrics.Values> |
getMethods() |
long |
getPeakConcurrent() |
long |
getWaitTime() |
public long getConcurrent()
public long getExecutionTime()
public long getInvocations()
public Map<String,InvocationMetrics.Values> getMethods()
public long getPeakConcurrent()
public long getWaitTime()
Copyright © 2017 JBoss by Red Hat. All rights reserved.