public class TransactionStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionStats.OpType
Cache operation type.
|
| Constructor and Description |
|---|
TransactionStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount(TransactionStats.OpType op) |
org.apache.commons.math3.stat.descriptive.SummaryStatistics |
getTimings(TransactionStats.OpType op) |
void |
record(long start,
long end,
TransactionStats.OpType op) |
public long getCount(TransactionStats.OpType op)
public org.apache.commons.math3.stat.descriptive.SummaryStatistics getTimings(TransactionStats.OpType op)
public void record(long start,
long end,
TransactionStats.OpType op)
Copyright © 2005–2018 Alfresco Software. All rights reserved.