|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rackspace.cloudloadbalancers.v1.domain.LoadBalancerStats
public final class LoadBalancerStats
| Constructor Summary | |
|---|---|
protected |
LoadBalancerStats(int connectTimeOut,
int connectError,
int connectFailure,
int dataTimedOut,
int keepAliveTimedOut,
int maxConn)
|
| Method Summary | |
|---|---|
int |
getConnectError()
Number of transaction or protocol errors in this load balancer. |
int |
getConnectFailure()
Number of connection failures in this load balancer. |
int |
getConnectTimeOut()
Connections closed by this load balancer because the 'connect_timeout' interval was exceeded. |
int |
getDataTimedOut()
Connections closed by this load balancer because the 'timeout' interval was exceeded. |
int |
getKeepAliveTimedOut()
Connections closed by this load balancer because the 'keepalive_timeout' interval was exceeded. |
int |
getMaxConn()
Maximum number of simultaneous TCP connections this load balancer has processed at any one time. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"connectTimeOut","connectError","connectFailure","dataTimedOut","keepAliveTimedOut","maxConn"})
protected LoadBalancerStats(int connectTimeOut,
int connectError,
int connectFailure,
int dataTimedOut,
int keepAliveTimedOut,
int maxConn)
| Method Detail |
|---|
public int getConnectTimeOut()
public int getConnectError()
public int getConnectFailure()
public int getDataTimedOut()
public int getKeepAliveTimedOut()
public int getMaxConn()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||