final class Worker extends ProjectionSerializable
Metadata of a Worker. The existence of this data doesn't mean the actual worker
instance exists. This metadata identifies the tag this worker will consume, a
unique identifier (aka the key
) and both the requested and the observed status.
Both the requested and observed status are eventually consistent since this metadata is being replicated across the cluster and may have been edited in other nodes when being read in the local node.
- Annotations
- @ApiMayChange()
- Source
- State.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Worker
- ProjectionSerializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Worker, B)
-
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( ... ) @native()
- def ensuring(cond: (Worker) ⇒ Boolean, msg: ⇒ Any): Worker
- def ensuring(cond: (Worker) ⇒ Boolean): Worker
- def ensuring(cond: Boolean, msg: ⇒ Any): Worker
- def ensuring(cond: Boolean): Worker
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- Worker → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getKey(): String
- def getObservedStatus(): Status
- def getRequestedStatus(): Status
- def getTagName(): String
-
def
hashCode(): Int
- Definition Classes
- Worker → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val observedStatus: Status
- val requestedStatus: Status
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tagName: String
-
def
toString(): String
- Definition Classes
- Worker → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (Worker, B)