Packages

c

com.twitter.util

CompactThriftCodec

class CompactThriftCodec[T <: TBase[_, _]] extends ThriftCodec[T, Factory]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompactThriftCodec
  2. ThriftCodec
  3. ThriftSerializer
  4. StringEncoder
  5. Codec
  6. Decoder
  7. Encoder
  8. Function1
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CompactThriftCodec()(implicit arg0: ClassTag[T])

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. def andThen[A](g: (Array[Byte]) => A): (T) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(t: T): Array[Byte]
    Definition Classes
    Encoder → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def compose[A](g: (A) => T): (A) => Array[Byte]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def decode(bytes: Array[Byte]): T
    Definition Classes
    ThriftCodecDecoder
  10. def decode(str: String): Array[Byte]
    Definition Classes
    StringEncoder
  11. def encode(item: T): Array[Byte]
    Definition Classes
    ThriftCodecEncoder
  12. def encode(bytes: Array[Byte]): String
    Definition Classes
    StringEncoder
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def fromBytes(obj: TBase[_, _], bytes: Array[Byte]): Unit
    Definition Classes
    ThriftSerializer
  17. def fromInputStream(obj: TBase[_, _], stream: InputStream): Unit
    Definition Classes
    ThriftSerializer
  18. def fromString(obj: TBase[_, _], str: String): Unit
    Definition Classes
    ThriftSerializer
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def invert(s: Array[Byte]): T
    Definition Classes
    Decoder
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. lazy val protocolFactory: TProtocolFactory
    Definition Classes
    ThriftCodecThriftSerializer
  27. lazy val prototype: T
    Attributes
    protected
    Definition Classes
    ThriftCodec
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toBytes(obj: TBase[_, _]): Array[Byte]
    Definition Classes
    ThriftSerializer
  30. def toBytes(obj: TBase[_, _], bufSize: Int): Array[Byte]
    Definition Classes
    ThriftSerializer
  31. def toString(obj: TBase[_, _]): String
    Definition Classes
    ThriftSerializer
  32. def toString(obj: TBase[_, _], bufSize: Int): String
    Definition Classes
    ThriftSerializer
  33. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ThriftCodec[T, Factory]

Inherited from ThriftSerializer

Inherited from StringEncoder

Inherited from Codec[T, Array[Byte]]

Inherited from Decoder[T, Array[Byte]]

Inherited from Encoder[T, Array[Byte]]

Inherited from (T) => Array[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped