Package tilda.performance
Class TransactionInfo
- java.lang.Object
-
- tilda.performance.TransactionInfo
-
-
Constructor Summary
Constructors Constructor Description TransactionInfo(TransactionType TT)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
add(long nano)
long
getCountTotal()
java.lang.String
getName()
static java.lang.String
getName(TransactionType TT)
long
getNanoTotal()
long
getRecordsTotal()
void
print(java.io.Writer out, long superCount, long superRecords, long superNano)
-
-
-
Constructor Detail
-
TransactionInfo
public TransactionInfo(TransactionType TT)
-
-
Method Detail
-
getName
public static java.lang.String getName(TransactionType TT)
-
add
protected void add(long nano)
-
getRecordsTotal
public long getRecordsTotal()
- Specified by:
getRecordsTotal
in interfaceInfo
-
getCountTotal
public long getCountTotal()
- Specified by:
getCountTotal
in interfaceInfo
-
getNanoTotal
public long getNanoTotal()
- Specified by:
getNanoTotal
in interfaceInfo
-
-