Object/Class

com.twitter.scrooge.internal

TProtocols

Related Docs: class TProtocols | package internal

Permalink

object TProtocols

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TProtocols
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  5. def apply(): TProtocols

    Permalink

    An instance of a TProtocols.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def finishReadingUnion(protocol: TProtocol, fieldType: Byte, result: ThriftUnion): Unit

    Permalink

    Note: result may be null.

    Note: result may be null.

    Note: there is no corresponding startReadingUnion method as there was no benefit today to factoring that part out.

  12. def finishWritingStruct(protocol: TProtocol, passthroughs: Map[Short, TFieldBlob]): Unit

    Permalink

    Note: there is no corresponding startWritingStruct method as there was no benefit today to factoring that part out.

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val readBinaryFn: (TProtocol) ⇒ ByteBuffer

    Permalink

    Function1 for reading a ByteBuffer from a TProtocol

  20. val readBoolFn: (TProtocol) ⇒ Boolean

    Permalink

    Function1 for reading a Boolean from a TProtocol

  21. val readByteFn: (TProtocol) ⇒ Byte

    Permalink

    Function1 for reading a Byte from a TProtocol

  22. val readDoubleFn: (TProtocol) ⇒ Double

    Permalink

    Function1 for reading a Double from a TProtocol

  23. val readI16Fn: (TProtocol) ⇒ Short

    Permalink

    Function1 for reading a Short from a TProtocol

  24. val readI32Fn: (TProtocol) ⇒ Int

    Permalink

    Function1 for reading an Int from a TProtocol

  25. val readI64Fn: (TProtocol) ⇒ Long

    Permalink

    Function1 for reading a Long from a TProtocol

  26. def readPassthroughField(protocol: TProtocol, field: TField, passthroughs: Builder[(Short, TFieldBlob), Map[Short, TFieldBlob]]): Builder[(Short, TFieldBlob), Map[Short, TFieldBlob]]

    Permalink

    Reads the next passthrough field into a TFieldBlob and returns it in a mutable Map Builder, keyed by the TField's id.

    Reads the next passthrough field into a TFieldBlob and returns it in a mutable Map Builder, keyed by the TField's id.

    Note: passthroughs may be null. If so, a new Builder will be returned. Otherwise, the Builder will be mutated.

  27. val readStringFn: (TProtocol) ⇒ String

    Permalink

    Function1 for reading a String from a TProtocol

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def throwMissingRequiredField(structName: String, fieldName: String): Unit

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def validateEnumFieldType(actual: Byte, fieldName: String): Unit

    Permalink
  32. def validateFieldType(expected: Byte, actual: Byte, fieldName: String): Unit

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val writeBinaryFn: (TProtocol, ByteBuffer) ⇒ Unit

    Permalink
  37. val writeBoolFn: (TProtocol, Boolean) ⇒ Unit

    Permalink
  38. val writeByteFn: (TProtocol, Byte) ⇒ Unit

    Permalink
  39. val writeDoubleFn: (TProtocol, Double) ⇒ Unit

    Permalink
  40. val writeEnumFn: (TProtocol, ThriftEnum) ⇒ Unit

    Permalink
  41. val writeI16Fn: (TProtocol, Short) ⇒ Unit

    Permalink
  42. val writeI32Fn: (TProtocol, Int) ⇒ Unit

    Permalink
  43. val writeI64Fn: (TProtocol, Long) ⇒ Unit

    Permalink
  44. val writeStringFn: (TProtocol, String) ⇒ Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped