public class ConnectorMonitoringEvent extends MonitoringEvent
Constructor and Description |
---|
ConnectorMonitoringEvent() |
Modifier and Type | Method and Description |
---|---|
Long |
getBytesReceived() |
Long |
getBytesSent() |
Long |
getConnectionCount() |
String |
getConnectorName() |
int |
getCurrentThreadCount() |
int |
getCurrentThreadsBusy() |
int |
getErrorCount() |
int |
getKeepAliveCount() |
int |
getPort() |
Long |
getProcessingTime() |
int |
getRequestCount() |
String |
getScheme() |
long |
getTimestamp() |
void |
setBytesReceived(Long bytesReceived) |
void |
setBytesSent(Long bytesSent) |
void |
setConnectionCount(Long connectionCount) |
void |
setConnectorName(String connectorName) |
void |
setCurrentThreadCount(int currentThreadCount) |
void |
setCurrentThreadsBusy(int currentThreadsBusy) |
void |
setErrorCount(int errorCount) |
void |
setKeepAliveCount(int keepAliveCount) |
void |
setPort(int port) |
void |
setProcessingTime(Long processingTime) |
void |
setRequestCount(int requestCount) |
void |
setScheme(String scheme) |
void |
setTimestamp(long timestamp) |
String |
toString() |
getClusterDomain, getClusterSubDomain, getServerAddress, getServerName, setClusterDomain, setClusterSubDomain, setServerAddress, setServerName
public String getConnectorName()
public void setConnectorName(String connectorName)
public int getPort()
public void setPort(int port)
public String getScheme()
public void setScheme(String scheme)
public Long getBytesSent()
public void setBytesSent(Long bytesSent)
public Long getBytesReceived()
public void setBytesReceived(Long bytesReceived)
public int getErrorCount()
public void setErrorCount(int errorCount)
public Long getProcessingTime()
public void setProcessingTime(Long processingTime)
public int getRequestCount()
public void setRequestCount(int requestCount)
public Long getConnectionCount()
public void setConnectionCount(Long connectionCount)
public int getCurrentThreadCount()
public void setCurrentThreadCount(int currentThreadCount)
public int getCurrentThreadsBusy()
public void setCurrentThreadsBusy(int currentThreadsBusy)
public int getKeepAliveCount()
public void setKeepAliveCount(int keepAliveCount)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String toString()
toString
in class MonitoringEvent
Copyright © 2019 WSO2. All rights reserved.