Class/Object

com.twitter.finagle.exception.thriftscala.Scribe.Log

Args

Related Docs: object Args | package Log

Permalink

class Args extends ThriftStruct with Product1[Seq[LogEntry]] with HasThriftStructCodec3[Args] with Serializable

Linear Supertypes
Serializable, HasThriftStructCodec3[Args], Product1[Seq[LogEntry]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Args
  2. Serializable
  3. HasThriftStructCodec3
  4. Product1
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Args(messages: Seq[LogEntry] = ...)

    Permalink
  2. new Args(messages: Seq[LogEntry], _passthroughFields: Map[Short, TFieldBlob])

    Permalink

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. def _1: Seq[LogEntry]

    Permalink
    Definition Classes
    Args → Product1
  5. def _codec: ThriftStructCodec3[Args]

    Permalink
    Definition Classes
    Args → HasThriftStructCodec3
  6. val _passthroughFields: Map[Short, TFieldBlob]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Args → Equals
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copy(messages: Seq[LogEntry] = this.messages, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Args

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Args → Equals → AnyRef → Any
  13. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  17. val messages: Seq[LogEntry]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def productArity: Int

    Permalink
    Definition Classes
    Args → Product1 → Product
  22. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Args → Product1 → Product
  23. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  24. def productPrefix: String

    Permalink
    Definition Classes
    Args → Product
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    Args → AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    Args → ThriftStruct

Inherited from Serializable

Inherited from HasThriftStructCodec3[Args]

Inherited from Product1[Seq[LogEntry]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped