public class SocketClusterStatus extends Object
| Constructor and Description |
|---|
SocketClusterStatus(int currentGroupSize,
long incoming,
long txnOutgoing) |
| Modifier and Type | Method and Description |
|---|---|
long |
getIncoming()
Return the number of Remote transactions received.
|
long |
getOutgoing()
Return the number of transactions sent to the cluster.
|
int |
size()
Return the number of members of the cluster currently online.
|
public SocketClusterStatus(int currentGroupSize, long incoming, long txnOutgoing)
public int size()
public long getIncoming()
public long getOutgoing()
Copyright © 2016. All rights reserved.