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 long
getCountTotal()
java.lang.String
getName()
long
getNanoTotal()
long
getRecordsTotal()
void
print(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
-
-