|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ProxyServiceLoad
A ProxyServiceLoad encapsulates information about the current utilization of a ProxyService. It can be used to implement load balancing algorithms that control the distribution of clients across individual instances of a clustered ProxyService.
ProxyServiceLoadBalancer| Method Summary | |
|---|---|
int |
getConnectionCount()Return the connection count. |
int |
getConnectionLimit()Return the maximum number of simultaneous connections allowed. |
int |
getConnectionPendingCount()Return the number of connections that are pending. |
int |
getDaemonActiveCount()Return the number of daemon threads that are currently processing messages. |
int |
getDaemonCount()Return number of daemon threads that are used to process messages. |
int |
getMessageBacklogIncoming()Return the number of messages that are queued for processing. |
int |
getMessageBacklogOutgoing()Return the number of messages that are queued for delivery. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int getConnectionCount()
int getConnectionPendingCount()
int getConnectionLimit()
int getDaemonCount()
int getDaemonActiveCount()
int getMessageBacklogIncoming()
int getMessageBacklogOutgoing()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||