net.lag.kestrel.thrift.Kestrel

put_args

object put_args extends ThriftStructCodec[put_args] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec[put_args], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. put_args
  2. Serializable
  3. Serializable
  4. ThriftStructCodec
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends put_args

    The default read-only implementation of put_args.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ExpirationMsecField: TField

  7. object Immutable extends ThriftStructCodec[put_args] with Serializable

  8. val ItemsField: TField

  9. val QueueNameField: TField

  10. val Struct: TStruct

  11. def apply(queueName: String, items: Seq[ByteBuffer] = Seq[ByteBuffer](), expirationMsec: Int = 0): put_args

  12. def apply(_iprot: TProtocol): put_args

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def decode(_iprot: TProtocol): Immutable

    Definition Classes
    put_args → ThriftStructCodec
  16. def encode(_item: put_args, _oproto: TProtocol): Unit

    Definition Classes
    put_args → ThriftStructCodec
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  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
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def readResolve(): AnyRef

    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def unapply(_item: put_args): Option[Product3[String, Seq[ByteBuffer], Int]]

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec[put_args]

Inherited from AnyRef

Inherited from Any