public class AggregateConnectorStatistics extends Object implements ConnectorStatistics
Constructor and Description |
---|
AggregateConnectorStatistics(ConnectorStatistics[] connectorStatistics) |
Modifier and Type | Method and Description |
---|---|
long | getBytesReceived() |
long | getBytesSent() |
long | getErrorCount() |
long | getMaxProcessingTime() |
long | getProcessingTime() |
long | getRequestCount() |
void | reset() Resets all values to zero |
public AggregateConnectorStatistics(ConnectorStatistics[] connectorStatistics)
public long getRequestCount()
getRequestCount
in interface ConnectorStatistics
public long getBytesSent()
getBytesSent
in interface ConnectorStatistics
public long getBytesReceived()
getBytesReceived
in interface ConnectorStatistics
public long getErrorCount()
getErrorCount
in interface ConnectorStatistics
public long getProcessingTime()
getProcessingTime
in interface ConnectorStatistics
public long getMaxProcessingTime()
getMaxProcessingTime
in interface ConnectorStatistics
public void reset()
ConnectorStatistics
reset
in interface ConnectorStatistics
Copyright © 2015 JBoss by Red Hat. All rights reserved.