public class AsyncClusterSender extends SyncClusterSender
| Constructor and Description |
|---|
AsyncClusterSender() |
| Modifier and Type | Method and Description |
|---|---|
long |
getInQueueCounter()
Gets the in queue counter.
|
long |
getOutQueueCounter()
Gets the out queue counter.
|
long |
getQueuedNrOfBytes()
Gets the queued nr of bytes.
|
long |
getQueueSize()
Gets the queue size.
|
void |
setInQueueCounter(long inQueueCounter)
Sets the in queue counter.
|
void |
setOutQueueCounter(long outQueueCounter)
Sets the out queue counter.
|
void |
setQueuedNrOfBytes(long queuedNrOfBytes)
Sets the queued nr of bytes.
|
void |
setQueueSize(long queueSize)
Sets the queue size.
|
getDataFailureCounter, getDataResendCounter, getSocketCloseCounter, getSocketOpenCounter, getSocketOpenFailureCounter, setDataFailureCounter, setDataResendCounter, setSocketCloseCounter, setSocketOpenCounter, setSocketOpenFailureCountergetAddress, getAvgMessageSize, getAvgProcessingTime, getConnectCounter, getDisconnectCounter, getKeepAliveTimeout, getNrOfRequests, getPort, getTotalBytes, isConnected, isResend, isSuspect, setAddress, setAvgMessageSize, setAvgProcessingTime, setConnectCounter, setConnected, setDisconnectCounter, setKeepAliveTimeout, setNrOfRequests, setPort, setResend, setSuspect, setTotalBytespublic long getInQueueCounter()
public void setInQueueCounter(long inQueueCounter)
inQueueCounter - the new in queue counterpublic long getOutQueueCounter()
public void setOutQueueCounter(long outQueueCounter)
outQueueCounter - the new out queue counterpublic long getQueueSize()
public void setQueueSize(long queueSize)
queueSize - the new queue sizepublic long getQueuedNrOfBytes()
public void setQueuedNrOfBytes(long queuedNrOfBytes)
queuedNrOfBytes - the new queued nr of bytesCopyright © 2009–2020 psi-probe. All rights reserved.