com.foursquare.spindle

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. case class BinaryUValue(value: ByteBuffer) extends UValue with Product with Serializable

  2. case class BoolUValue(value: Boolean) extends UValue with Product with Serializable

  3. case class ByteUValue(value: Byte) extends UValue with Product with Serializable

  4. case class DoubleUValue(value: Double) extends UValue with Product with Serializable

  5. case class I16UValue(value: Short) extends UValue with Product with Serializable

  6. case class I32UValue(value: Int) extends UValue with Product with Serializable

  7. case class I64UValue(value: Long) extends UValue with Product with Serializable

  8. case class ListUValue(tlist: TList, value: Vector[UValue]) extends UValue with Product with Serializable

  9. case class MapUValue(tmap: TMap, value: Map[UValue, UValue]) extends UValue with Product with Serializable

  10. class MurmurHash[T] extends (T) ⇒ Unit

    A class designed to generate well-distributed non-cryptographic hashes.

  11. case class SetUValue(tset: TSet, value: Set[UValue]) extends UValue with Product with Serializable

  12. case class StringUValue(value: String) extends UValue with Product with Serializable

  13. case class StructUValue(tstruct: TStruct, value: UnknownFields) extends UValue with Product with Serializable

  14. trait UValue extends AnyRef

  15. case class UnknownField(tfield: TField, value: UValue) extends Product with Serializable

  16. case class UnknownFields(rec: TBase[_, _] with Record[_], inputProtocolName: String, stashList: List[UnknownField] = immutable.this.Nil) extends Product with Serializable

  17. class UnknownFieldsBlob extends AnyRef

Value Members

  1. object KnownTProtocolNames

  2. object MurmurHash

    An object designed to generate well-distributed non-cryptographic hashes.

  3. object TProtocolInfo

  4. object UValue

  5. object UnknownFieldsBlob

Ungrouped