Packages

object MemberStatus

Source
Member.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberStatus
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def down: MemberStatus

    Java API: retrieve the Down status singleton

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def exiting: MemberStatus

    Java API: retrieve the Exiting status singleton

  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def joining: MemberStatus

    Java API: retrieve the Joining status singleton

  14. def leaving: MemberStatus

    Java API: retrieve the Leaving status singleton

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def removed: MemberStatus

    Java API: retrieve the Removed status singleton

  19. def shutDown: MemberStatus

    Java API: retrieve the ShutDown status singleton

  20. def shuttingDown: MemberStatus

    Java API: retrieve the ShuttingDown status singleton

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def up: MemberStatus

    Java API: retrieve the Up status singleton

  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def weaklyUp: MemberStatus

    Java API: retrieve the WeaklyUp status singleton.

  28. case object Down extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  29. case object Exiting extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  30. case object Joining extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  31. case object Leaving extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  32. case object PreparingForShutdown extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  33. case object ReadyForShutdown extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  34. case object Removed extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  35. case object Up extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()
  36. case object WeaklyUp extends MemberStatus with Product with Serializable
    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped