public class ClusterSender extends Object
| Constructor and Description |
|---|
ClusterSender() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the address.
|
long |
getAvgMessageSize()
Gets the avg message size.
|
long |
getAvgProcessingTime()
Gets the avg processing time.
|
long |
getConnectCounter()
Gets the connect counter.
|
long |
getDisconnectCounter()
Gets the disconnect counter.
|
long |
getKeepAliveTimeout()
Gets the keep alive timeout.
|
long |
getNrOfRequests()
Gets the nr of requests.
|
int |
getPort()
Gets the port.
|
long |
getTotalBytes()
Gets the total bytes.
|
boolean |
isConnected()
Checks if is connected.
|
boolean |
isResend()
Checks if is resend.
|
boolean |
isSuspect()
Checks if is suspect.
|
void |
setAddress(String address)
Sets the address.
|
void |
setAvgMessageSize(long avgMessageSize)
Sets the avg message size.
|
void |
setAvgProcessingTime(long avgProcessingTime)
Sets the avg processing time.
|
void |
setConnectCounter(long connectCounter)
Sets the connect counter.
|
void |
setConnected(boolean connected)
Sets the connected.
|
void |
setDisconnectCounter(long disconnectCounter)
Sets the disconnect counter.
|
void |
setKeepAliveTimeout(long keepAliveTimeout)
Sets the keep alive timeout.
|
void |
setNrOfRequests(long nrOfRequests)
Sets the nr of requests.
|
void |
setPort(int port)
Sets the port.
|
void |
setResend(boolean resend)
Sets the resend.
|
void |
setSuspect(boolean suspect)
Sets the suspect.
|
void |
setTotalBytes(long totalBytes)
Sets the total bytes.
|
public String getAddress()
public void setAddress(String address)
address - the new addresspublic int getPort()
public void setPort(int port)
port - the new portpublic long getAvgMessageSize()
public void setAvgMessageSize(long avgMessageSize)
avgMessageSize - the new avg message sizepublic long getConnectCounter()
public void setConnectCounter(long connectCounter)
connectCounter - the new connect counterpublic long getDisconnectCounter()
public void setDisconnectCounter(long disconnectCounter)
disconnectCounter - the new disconnect counterpublic boolean isConnected()
public void setConnected(boolean connected)
connected - the new connectedpublic long getKeepAliveTimeout()
public void setKeepAliveTimeout(long keepAliveTimeout)
keepAliveTimeout - the new keep alive timeoutpublic long getNrOfRequests()
public void setNrOfRequests(long nrOfRequests)
nrOfRequests - the new nr of requestspublic long getTotalBytes()
public void setTotalBytes(long totalBytes)
totalBytes - the new total bytespublic boolean isResend()
public void setResend(boolean resend)
resend - the new resendpublic boolean isSuspect()
public void setSuspect(boolean suspect)
suspect - the new suspectpublic long getAvgProcessingTime()
public void setAvgProcessingTime(long avgProcessingTime)
avgProcessingTime - the new avg processing timeCopyright © 2009–2020 psi-probe. All rights reserved.