Package org.jgroups.protocols.pbcast
Class GmsImpl.Request
- java.lang.Object
-
- org.jgroups.protocols.pbcast.GmsImpl.Request
-
- Enclosing class:
- GmsImpl
public static class GmsImpl.Request extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBeProcessedTogether(GmsImpl.Request other)Specifies whether this request can be processed with other request simultaneouslyintgetType()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public int getType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
canBeProcessedTogether
public boolean canBeProcessedTogether(GmsImpl.Request other)
Specifies whether this request can be processed with other request simultaneously
-
-