public class Cluster extends Object
| Constructor and Description |
|---|
Cluster() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo()
Gets the info.
|
String |
getManagerClassName()
Gets the manager class name.
|
String |
getMcastAddress()
Gets the mcast address.
|
String |
getMcastBindAddress()
Gets the mcast bind address.
|
String |
getMcastClusterDomain()
Gets the mcast cluster domain.
|
long |
getMcastDropTime()
Gets the mcast drop time.
|
long |
getMcastFrequency()
Gets the mcast frequency.
|
int |
getMcastPort()
Gets the mcast port.
|
int |
getMcastSoTimeout()
Gets the mcast so timeout.
|
int |
getMcastTtl()
Gets the mcast ttl.
|
List<ClusterSender> |
getMembers()
Gets the members.
|
String |
getName()
Gets the name.
|
long |
getNrOfMsgsReceived()
Gets the nr of msgs received.
|
long |
getSenderAckTimeout()
Gets the sender ack timeout.
|
long |
getSenderFailureCounter()
Gets the sender failure counter.
|
long |
getSenderNrOfRequests()
Gets the sender nr of requests.
|
String |
getSenderReplicationMode()
Gets the sender replication mode.
|
long |
getSenderTotalBytes()
Gets the sender total bytes.
|
String |
getTcpListenAddress()
Gets the tcp listen address.
|
int |
getTcpListenPort()
Gets the tcp listen port.
|
long |
getTcpSelectorTimeout()
Gets the tcp selector timeout.
|
int |
getTcpThreadCount()
Gets the tcp thread count.
|
long |
getTotalReceivedBytes()
Gets the total received bytes.
|
boolean |
isSenderAutoConnect()
Checks if is sender auto connect.
|
void |
setInfo(String info)
Sets the info.
|
void |
setManagerClassName(String managerClassName)
Sets the manager class name.
|
void |
setMcastAddress(String mcastAddress)
Sets the mcast address.
|
void |
setMcastBindAddress(String mcastBindAddress)
Sets the mcast bind address.
|
void |
setMcastClusterDomain(String mcastClusterDomain)
Sets the mcast cluster domain.
|
void |
setMcastDropTime(long mcastDropTime)
Sets the mcast drop time.
|
void |
setMcastFrequency(long mcastFrequency)
Sets the mcast frequency.
|
void |
setMcastPort(int mcastPort)
Sets the mcast port.
|
void |
setMcastSoTimeout(int mcastSoTimeout)
Sets the mcast so timeout.
|
void |
setMcastTtl(int mcastTtl)
Sets the mcast ttl.
|
void |
setMembers(List<ClusterSender> members)
Sets the members.
|
void |
setName(String name)
Sets the name.
|
void |
setNrOfMsgsReceived(long nrOfMsgsReceived)
Sets the nr of msgs received.
|
void |
setSenderAckTimeout(long senderAckTimeout)
Sets the sender ack timeout.
|
void |
setSenderAutoConnect(boolean senderAutoConnect)
Sets the sender auto connect.
|
void |
setSenderFailureCounter(long senderFailureCounter)
Sets the sender failure counter.
|
void |
setSenderNrOfRequests(long senderNrOfRequests)
Sets the sender nr of requests.
|
void |
setSenderReplicationMode(String senderReplicationMode)
Sets the sender replication mode.
|
void |
setSenderTotalBytes(long senderTotalBytes)
Sets the sender total bytes.
|
void |
setTcpListenAddress(String tcpListenAddress)
Sets the tcp listen address.
|
void |
setTcpListenPort(int tcpListenPort)
Sets the tcp listen port.
|
void |
setTcpSelectorTimeout(long tcpSelectorTimeout)
Sets the tcp selector timeout.
|
void |
setTcpThreadCount(int tcpThreadCount)
Sets the tcp thread count.
|
void |
setTotalReceivedBytes(long totalReceivedBytes)
Sets the total received bytes.
|
public String getName()
public void setName(String name)
name - the new namepublic String getInfo()
public void setInfo(String info)
info - the new infopublic String getManagerClassName()
public void setManagerClassName(String managerClassName)
managerClassName - the new manager class namepublic String getMcastAddress()
public void setMcastAddress(String mcastAddress)
mcastAddress - the new mcast addresspublic String getMcastBindAddress()
public void setMcastBindAddress(String mcastBindAddress)
mcastBindAddress - the new mcast bind addresspublic String getMcastClusterDomain()
public void setMcastClusterDomain(String mcastClusterDomain)
mcastClusterDomain - the new mcast cluster domainpublic List<ClusterSender> getMembers()
public void setMembers(List<ClusterSender> members)
members - the new memberspublic String getTcpListenAddress()
public void setTcpListenAddress(String tcpListenAddress)
tcpListenAddress - the new tcp listen addresspublic int getTcpListenPort()
public void setTcpListenPort(int tcpListenPort)
tcpListenPort - the new tcp listen portpublic long getTcpSelectorTimeout()
public void setTcpSelectorTimeout(long tcpSelectorTimeout)
tcpSelectorTimeout - the new tcp selector timeoutpublic long getNrOfMsgsReceived()
public void setNrOfMsgsReceived(long nrOfMsgsReceived)
nrOfMsgsReceived - the new nr of msgs receivedpublic long getSenderAckTimeout()
public void setSenderAckTimeout(long senderAckTimeout)
senderAckTimeout - the new sender ack timeoutpublic boolean isSenderAutoConnect()
public void setSenderAutoConnect(boolean senderAutoConnect)
senderAutoConnect - the new sender auto connectpublic long getSenderFailureCounter()
public void setSenderFailureCounter(long senderFailureCounter)
senderFailureCounter - the new sender failure counterpublic long getSenderNrOfRequests()
public void setSenderNrOfRequests(long senderNrOfRequests)
senderNrOfRequests - the new sender nr of requestspublic String getSenderReplicationMode()
public void setSenderReplicationMode(String senderReplicationMode)
senderReplicationMode - the new sender replication modepublic long getSenderTotalBytes()
public void setSenderTotalBytes(long senderTotalBytes)
senderTotalBytes - the new sender total bytespublic long getMcastDropTime()
public void setMcastDropTime(long mcastDropTime)
mcastDropTime - the new mcast drop timepublic long getMcastFrequency()
public void setMcastFrequency(long mcastFrequency)
mcastFrequency - the new mcast frequencypublic int getMcastPort()
public void setMcastPort(int mcastPort)
mcastPort - the new mcast portpublic int getMcastSoTimeout()
public void setMcastSoTimeout(int mcastSoTimeout)
mcastSoTimeout - the new mcast so timeoutpublic int getMcastTtl()
public void setMcastTtl(int mcastTtl)
mcastTtl - the new mcast ttlpublic int getTcpThreadCount()
public void setTcpThreadCount(int tcpThreadCount)
tcpThreadCount - the new tcp thread countpublic long getTotalReceivedBytes()
public void setTotalReceivedBytes(long totalReceivedBytes)
totalReceivedBytes - the new total received bytesCopyright © 2009–2020 psi-probe. All rights reserved.