object MemberStatus
- Source
 - Member.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- MemberStatus
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -    def down: MemberStatus
Java API: retrieve the
Downstatus singleton -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def exiting: MemberStatus
Java API: retrieve the
Exitingstatus singleton -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def joining: MemberStatus
Java API: retrieve the
Joiningstatus singleton -    def leaving: MemberStatus
Java API: retrieve the
Leavingstatus singleton -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def removed: MemberStatus
Java API: retrieve the
Removedstatus singleton -    def shutDown: MemberStatus
Java API: retrieve the
ShutDownstatus singleton -    def shuttingDown: MemberStatus
Java API: retrieve the
ShuttingDownstatus singleton -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def up: MemberStatus
Java API: retrieve the
Upstatus singleton -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    def weaklyUp: MemberStatus
Java API: retrieve the
WeaklyUpstatus singleton. -    case object Down extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object Exiting extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object Joining extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object Leaving extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object PreparingForShutdown extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object ReadyForShutdown extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object Removed extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object Up extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()
 
 -    case object WeaklyUp extends MemberStatus with Product with Serializable
- Annotations
 - @SerialVersionUID()