Package tilda.performance
Interface Info
-
- All Known Implementing Classes:
TableInfo,TransactionInfo
public interface Info
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCountTotal()java.lang.StringgetName()longgetNanoTotal()longgetRecordsTotal()voidprint(java.io.Writer out, long superCount, long superRecords, long superNano)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getNanoTotal
long getNanoTotal()
-
getCountTotal
long getCountTotal()
-
getRecordsTotal
long getRecordsTotal()
-
print
void print(java.io.Writer out, long superCount, long superRecords, long superNano) throws java.lang.Exception- Throws:
java.lang.Exception
-
-