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 boolean
canBeProcessedTogether(GmsImpl.Request other)
Specifies whether this request can be processed with other request simultaneouslyint
getType()
java.lang.String
toString()
-
-
-
Method Detail
-
getType
public int getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
canBeProcessedTogether
public boolean canBeProcessedTogether(GmsImpl.Request other)
Specifies whether this request can be processed with other request simultaneously
-
-