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 ValidatingThriftStruct[Args] with Serializable

Linear Supertypes
Serializable, ValidatingThriftStruct[Args], HasThriftStructCodec3[Args], Product1[Seq[LogEntry]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Args
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product1
  6. Product
  7. Equals
  8. ThriftStruct
  9. AnyRef
  10. 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: ValidatingThriftStructCodec3[Args]

    Permalink
    Definition Classes
    Args → ValidatingThriftStruct → 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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def newBuilder(): StructBuilder[Args]

    Permalink
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  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(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink
    Definition Classes
    Args → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from ValidatingThriftStruct[Args]

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