public class SocketClusterStatus extends Object
| Constructor and Description |
|---|
SocketClusterStatus(int currentGroupSize,
int txnIncoming,
int txnOutgoing) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentGroupSize()
Return the number of members of the cluster currently online.
|
int |
getTxnIncoming()
Return the number of Remote transactions received.
|
int |
getTxtOutgoing()
Return the number of transactions sent to the cluster.
|
public SocketClusterStatus(int currentGroupSize,
int txnIncoming,
int txnOutgoing)
public int getCurrentGroupSize()
public int getTxnIncoming()
public int getTxtOutgoing()
Copyright © 2014. All Rights Reserved.