Package com.iizix.comm.statistics
Class SessionConnectionStatistics.Global
java.lang.Object
com.iizix.comm.statistics.SessionConnectionStatistics.Global
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- SessionConnectionStatistics
The cloneable global values class for the server.
- Method SummaryModifier and TypeMethodDescription- longGets the size of data received.- longGets the size of data sent.- longGets the count of transactions received.- longGets the count of transactions sent.
- Method Details- getBytesSentpublic long getBytesSent()Gets the size of data sent.
- getBytesReceivedpublic long getBytesReceived()Gets the size of data received.
- getTransactionsSentpublic long getTransactionsSent()Gets the count of transactions sent.
- getTransactionsReceivedpublic long getTransactionsReceived()Gets the count of transactions received.