Packages

object Log extends ThriftMethodIface with ThriftMethod

Linear Supertypes
ThriftMethod, ThriftMethodIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Log
  2. ThriftMethod
  3. ThriftMethodIface
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Args extends ThriftStruct with Product1[Seq[LogEntry]] with ValidatingThriftStruct[Args] with Serializable
  2. type FunctionType = (Args) ⇒ Future[ResultCode]
    Definition Classes
    Log → ThriftMethod
  3. type ReqRepFunctionType = (Request[Args]) ⇒ Future[Response[ResultCode]]
    Definition Classes
    Log → ThriftMethod
  4. type ReqRepServicePerEndpointServiceType = Service[Request[Args], Response[SuccessType]]
    Definition Classes
    Log → ThriftMethod
  5. class Result extends ThriftResponse[ResultCode] with ThriftStruct with Product1[Option[ResultCode]] with ValidatingThriftStruct[Result] with Serializable
  6. type ServicePerEndpointServiceType = Service[Args, SuccessType]
    Definition Classes
    Log → ThriftMethod
  7. type SuccessType = ResultCode
    Definition Classes
    Log → ThriftMethod

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val annotations: Map[String, String]
    Definition Classes
    Log → ThriftMethod
  5. val argsCodec: Args.type
    Definition Classes
    Log → ThriftMethod
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val name: String
    Definition Classes
    Log → ThriftMethodIface
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val oneway: Boolean
    Definition Classes
    Log → ThriftMethod
  19. val responseCodec: Result.type
    Definition Classes
    Log → ThriftMethod
  20. val serviceName: String
    Definition Classes
    Log → ThriftMethodIface
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toReqRepServicePerEndpointService(f: ReqRepFunctionType): ReqRepServicePerEndpointServiceType
    Definition Classes
    Log → ThriftMethod
  23. def toServicePerEndpointService(f: FunctionType): ServicePerEndpointServiceType
    Definition Classes
    Log → ThriftMethod
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. object Args extends ValidatingThriftStructCodec3[Args] with StructBuilderFactory[Args] with Serializable
  29. object Result extends ValidatingThriftStructCodec3[Result] with StructBuilderFactory[Result] with Serializable

Inherited from ThriftMethod

Inherited from ThriftMethodIface

Inherited from AnyRef

Inherited from Any

Ungrouped