object Deadline extends Key[Deadline] with Serializable
A broadcast context for deadlines.
- Alphabetic
- By Inheritance
- Deadline
- Serializable
- Key
- AnyRef
- Any
- Hide All
- Show All
- 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]) @native()
- def combined(d1: Deadline, d2: Deadline): Deadline
Construct a new deadline, representing the combined deadline
d1
andd2
.Construct a new deadline, representing the combined deadline
d1
andd2
. Specifically, the returned deadline has the earliest deadline but the latest timestamp. This represents the strictest deadline and the latest observation. - def current: Option[Deadline]
Returns the current request's deadline, if set.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: String
- Definition Classes
- Key
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def marshal(deadline: Deadline): Buf
Marshal deadline to byte buffer, deadline.timestamp and deadline.deadline must not be Time.Top, Time.Bottom or Time.Undefined
- final val marshalId: Buf
A unique identifier defining this marshaller.
A unique identifier defining this marshaller. This is transmitted together with marshalled values in order to pick the the appropriate unmarshaller for a given value.
- Definition Classes
- Key
- 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()
- def ofTimeout(timeout: Duration): Deadline
Construct a deadline from a timeout.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryUnmarshal(body: Buf): Try[Deadline]
Attempt to unmarshal an A-typed context value.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()