net.lag.kestrel.thrift.Kestrel

get_args

object get_args extends ThriftStructCodec[get_args] with Serializable

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

Type Members

  1. class Immutable extends get_args

    The default read-only implementation of get_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 AutoAbortMsecField: TField

  7. object Immutable extends ThriftStructCodec[get_args] with Serializable

  8. val MaxItemsField: TField

  9. val QueueNameField: TField

  10. val Struct: TStruct

  11. val TimeoutMsecField: TField

  12. def apply(queueName: String, maxItems: Int, timeoutMsec: Int = 0, autoAbortMsec: Int = 0): get_args

  13. def apply(_iprot: TProtocol): get_args

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

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

    Definition Classes
    get_args → ThriftStructCodec
  17. def encode(_item: get_args, _oproto: TProtocol): Unit

    Definition Classes
    get_args → ThriftStructCodec
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def readResolve(): AnyRef

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def unapply(_item: get_args): Option[Product4[String, Int, Int, Int]]

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec[get_args]

Inherited from AnyRef

Inherited from Any