public class SyncClusterSender extends ClusterSender
| Constructor and Description |
|---|
SyncClusterSender() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDataFailureCounter()
Gets the data failure counter.
|
long |
getDataResendCounter()
Gets the data resend counter.
|
long |
getSocketCloseCounter()
Gets the socket close counter.
|
long |
getSocketOpenCounter()
Gets the socket open counter.
|
long |
getSocketOpenFailureCounter()
Gets the socket open failure counter.
|
void |
setDataFailureCounter(long dataFailureCounter)
Sets the data failure counter.
|
void |
setDataResendCounter(long dataResendCounter)
Sets the data resend counter.
|
void |
setSocketCloseCounter(long socketCloseCounter)
Sets the socket close counter.
|
void |
setSocketOpenCounter(long socketOpenCounter)
Sets the socket open counter.
|
void |
setSocketOpenFailureCounter(long socketOpenFailureCounter)
Sets the socket open failure counter.
|
getAddress, getAvgMessageSize, getAvgProcessingTime, getConnectCounter, getDisconnectCounter, getKeepAliveTimeout, getNrOfRequests, getPort, getTotalBytes, isConnected, isResend, isSuspect, setAddress, setAvgMessageSize, setAvgProcessingTime, setConnectCounter, setConnected, setDisconnectCounter, setKeepAliveTimeout, setNrOfRequests, setPort, setResend, setSuspect, setTotalBytespublic long getDataFailureCounter()
public void setDataFailureCounter(long dataFailureCounter)
dataFailureCounter - the new data failure counterpublic long getDataResendCounter()
public void setDataResendCounter(long dataResendCounter)
dataResendCounter - the new data resend counterpublic long getSocketOpenCounter()
public void setSocketOpenCounter(long socketOpenCounter)
socketOpenCounter - the new socket open counterpublic long getSocketCloseCounter()
public void setSocketCloseCounter(long socketCloseCounter)
socketCloseCounter - the new socket close counterpublic long getSocketOpenFailureCounter()
public void setSocketOpenFailureCounter(long socketOpenFailureCounter)
socketOpenFailureCounter - the new socket open failure counterCopyright © 2009–2020 psi-probe. All rights reserved.