public class ClientHealthStatus extends Object
Constructor and Description |
---|
ClientHealthStatus() |
Modifier and Type | Method and Description |
---|---|
int |
getClientCQCount() |
String |
getClientId()
Returns the ID of the client.
|
int |
getCpus()
Returns the number of CPUs available to the client.
|
String |
getHostName()
Returns the name of the host on which the client is running.
|
String |
getName()
Returns the name of the client.
|
int |
getNumOfCacheListenerCalls()
Returns the number of times a cache listener call has completed.
|
int |
getNumOfGets()
Returns the number of times a successful get operation has occurred.
|
int |
getNumOfMisses()
Returns the number of times a cache miss has occurred.
|
int |
getNumOfPuts()
Returns the number of times an entry was added or replaced in this cache as a result of a local
operation.
|
int |
getNumOfThreads()
Returns the number of threads currently in use.
|
Map<String,String> |
getPoolStats() |
long |
getProcessCpuTime()
Returns the amount of time (in nanoseconds) used by the client process.
|
int |
getQueueSize()
Returns the client queue size.
|
boolean |
getSubscriptionEnabled() |
long |
getUpTime()
Returns the amount of time (in seconds) that the client has been running.
|
boolean |
isConnected() |
void |
setClientCQCount(int clientCQCount) |
void |
setClientId(String clientId)
Sets the ID of the client.
|
void |
setConnected(boolean connected) |
void |
setCpus(int cpus)
Sets the number of CPUs available to the client.
|
void |
setHostName(String hostName)
Sets the name of the host on which the client is running.
|
void |
setName(String name)
Sets the name of the client.
|
void |
setNumOfCacheListenerCalls(int numOfCacheListenerCalls)
Sets the number of times a cache listener call has completed.
|
void |
setNumOfGets(int numOfGets)
Sets the number of times a successful get operation has occurred.
|
void |
setNumOfMisses(int numOfMisses)
Sets the number of times a cache miss has occurred.
|
void |
setNumOfPuts(int numOfPuts)
Set the number of times an entry was added or replaced in this cache as a result of a local
operation.
|
void |
setNumOfThreads(int numOfThreads)
Sets the number of threads currently in use.
|
void |
setPoolStats(Map<String,String> map) |
void |
setProcessCpuTime(long processCpuTime)
Sets the amount of time (in nanoseconds) used by the client process.
|
void |
setQueueSize(int queueSize)
Sets the client queue size.
|
void |
setSubscriptionEnabled(boolean subscriptionEnabled) |
void |
setUpTime(long upTime)
Sets the amount of time (in seconds) that the client has been running.
|
String |
toString() |
public int getNumOfGets()
public int getNumOfPuts()
public int getNumOfMisses()
public int getNumOfCacheListenerCalls()
public int getNumOfThreads()
public long getProcessCpuTime()
public int getCpus()
public long getUpTime()
public String getClientId()
public void setNumOfGets(int numOfGets)
public void setNumOfPuts(int numOfPuts)
public void setNumOfMisses(int numOfMisses)
public void setNumOfCacheListenerCalls(int numOfCacheListenerCalls)
public void setNumOfThreads(int numOfThreads)
public void setProcessCpuTime(long processCpuTime)
public void setCpus(int cpus)
public void setUpTime(long upTime)
public void setQueueSize(int queueSize)
public void setClientId(String clientId)
public int getQueueSize()
public String getName()
public String getHostName()
public void setName(String name)
public void setHostName(String hostName)
public boolean isConnected()
public void setConnected(boolean connected)
public boolean getSubscriptionEnabled()
public int getClientCQCount()
public void setSubscriptionEnabled(boolean subscriptionEnabled)
public void setClientCQCount(int clientCQCount)