Package com.exedio.cope
Class ClusterListenerInfo
- java.lang.Object
-
- com.exedio.cope.ClusterListenerInfo
-
public final class ClusterListenerInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterListenerInfo.Node
static class
ClusterListenerInfo.RoundTrip
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getException()
long
getFromMyself()
long
getMissingMagic()
List<ClusterListenerInfo.Node>
getNodes()
int
getReceiveBufferSize()
long
getWrongSecret()
-
-
-
Method Detail
-
getReceiveBufferSize
public int getReceiveBufferSize()
-
getException
public long getException()
-
getMissingMagic
public long getMissingMagic()
-
getWrongSecret
public long getWrongSecret()
-
getFromMyself
public long getFromMyself()
-
getNodes
public List<ClusterListenerInfo.Node> getNodes()
-
-