Packages

final class ClientFlags extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientFlags
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClientFlags(raw: Int)

Value Members

  1. def &(other: ClientFlags): ClientFlags
  2. def ^(other: ClientFlags): ClientFlags
  3. def closingASAP: Boolean
  4. def closingAfterReply: Boolean
  5. def clusterReadonly: Boolean
  6. def dirty: Boolean
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. def master: Boolean
  9. val raw: Int
  10. def slave: Boolean
  11. def slaveMonitor: Boolean
  12. def toString(): String
    Definition Classes
    ClientFlags → Any
  13. def transaction: Boolean
  14. def unary_~: ClientFlags
  15. def unblocked: Boolean
  16. def unixSocket: Boolean
  17. def waitingBlocking: Boolean
  18. def waitingVMIO: Boolean
  19. def |(other: ClientFlags): ClientFlags