Class SessionOptions

java.lang.Object
org.restheart.mongodb.db.sessions.SessionOptions

public class SessionOptions extends Object
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Field Details

  • Constructor Details

    • SessionOptions

      public SessionOptions(boolean causallyConsistent)
      Parameters:
      causallyConsistent -
    • SessionOptions

      public SessionOptions()
    • SessionOptions

      public SessionOptions(UUID sid)
      Parameters:
      sid -
  • Method Details

    • isCausallyConsistent

      public boolean isCausallyConsistent()
      Returns:
      the causallyConsistent
    • 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