Packages

final class NodeFlags extends AnyVal

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

Instance Constructors

  1. new NodeFlags(raw: Int)

Value Members

  1. def &(other: NodeFlags): NodeFlags
  2. def ^(other: NodeFlags): NodeFlags
  3. def fail: Boolean
  4. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  5. def handshake: Boolean
  6. def master: Boolean
  7. def myself: Boolean
  8. def noaddr: Boolean
  9. def pfail: Boolean
  10. val raw: Int
  11. def slave: Boolean
  12. def toString(): String
    Definition Classes
    NodeFlags → Any
  13. def unary_~: NodeFlags
  14. def |(other: NodeFlags): NodeFlags