public class SingleOperationPerformanceInformation extends Object implements ShortDumpable
| Constructor and Description |
|---|
SingleOperationPerformanceInformation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInvocationCount() |
Long |
getMaxTime() |
Long |
getMinTime() |
long |
getTotalTime() |
void |
register(OperationInvocationRecord operation) |
void |
shortDump(StringBuilder sb)
Show the content of the object intended for diagnostics.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshortDump, shortDumpLazilypublic SingleOperationPerformanceInformation()
public int getInvocationCount()
public long getTotalTime()
public Long getMinTime()
public Long getMaxTime()
public void register(OperationInvocationRecord operation)
public void shortDump(StringBuilder sb)
ShortDumpableshortDump in interface ShortDumpablesb - StringBuilder to which to a compact one-line content of the object intended
for diagnostics by system administrator should be appended.Copyright © 2019 Evolveum. All rights reserved.