Class GmsImpl.Request

java.lang.Object
org.jgroups.protocols.pbcast.GmsImpl.Request
Enclosing class:
GmsImpl

public static class GmsImpl.Request extends Object
  • Field Details

  • Constructor Details

    • Request

      public Request(int type)
    • Request

      public Request(int type, Address mbr)
    • Request

      public Request(int type, Address mbr, Map<Address,View> views, boolean useFlushPresent)
    • Request

      public Request(int type, Address mbr, Map<Address,View> views)
  • Method Details

    • getType

      public int getType()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • canBeProcessedTogether

      public boolean canBeProcessedTogether(GmsImpl.Request other)
      Specifies whether this request can be processed with other request simultaneously