Packages

object ClientId extends ValidatingThriftStructCodec3[ClientId] with StructBuilderFactory[ClientId] with Serializable

At connection time, we can let the server know who we are so they can book keep and optionally reject unknown clients.

Linear Supertypes
Serializable, Serializable, StructBuilderFactory[ClientId], ValidatingThriftStructCodec3[ClientId], ThriftStructCodec3[ClientId], ThriftStructCodec[ClientId], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientId
  2. Serializable
  3. Serializable
  4. StructBuilderFactory
  5. ValidatingThriftStructCodec3
  6. ThriftStructCodec3
  7. ThriftStructCodec
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends ClientId

    The default read-only implementation of ClientId.

    The default read-only implementation of ClientId. You typically should not need to directly reference this class; instead, use the ClientId.apply method to construct new instances.

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. val NameField: TField
  5. val NameFieldManifest: Manifest[String]
  6. val Struct: TStruct
  7. def apply(name: String): ClientId
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def decode(_iprot: TProtocol): ClientId
    Definition Classes
    ClientId → ThriftStructCodec
  11. def encode(_item: ClientId, _oproto: TProtocol): Unit
    Definition Classes
    ClientId → ThriftStructCodec
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val metaData: ThriftStructMetaData[ClientId]
    Definition Classes
    ClientId → ThriftStructCodec
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newBuilder(): StructBuilder[ClientId]
    Definition Classes
    ClientId → StructBuilderFactory
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val structAnnotations: Map[String, String]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  28. def unapply(_item: ClientId): Option[String]
  29. lazy val unsafeEmpty: ClientId
  30. def validate(_item: ClientId): Unit

    Checks that all required fields are non-null.

  31. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  32. def validateNewInstance(item: ClientId): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    ClientId → ValidatingThriftStructCodec3
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def withoutPassthroughFields(original: ClientId): ClientId
  37. object Immutable extends ThriftStructCodec3[ClientId] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[ClientId]

Inherited from ValidatingThriftStructCodec3[ClientId]

Inherited from ThriftStructCodec3[ClientId]

Inherited from ThriftStructCodec[ClientId]

Inherited from AnyRef

Inherited from Any

Ungrouped