package thriftscala
- Alphabetic
- Public
- All
Type Members
-
trait
LogEntry extends ThriftStruct with Product2[String, String] with ValidatingThriftStruct[LogEntry] with Serializable
Prefer the companion object's com.twitter.finagle.thrift.scribe.thriftscala.LogEntry.apply for construction if you don't need to specify passthrough fields.
-
sealed
trait
ResultCode extends ThriftEnum with Serializable
- Annotations
- @Generated()
-
class
Scribe$FinagleClient extends MethodPerEndpoint
- Annotations
- @Generated()
-
class
Scribe$FinagleService extends Service[Array[Byte], Array[Byte]]
- Annotations
- @Generated()
Value Members
- object LogEntry extends ValidatingThriftStructCodec3[LogEntry] with StructBuilderFactory[LogEntry] with Serializable
-
object
ResultCode extends ThriftEnumObject[ResultCode] with Serializable
- Annotations
- @Generated()
-
object
Scribe extends GeneratedThriftService
- Annotations
- @Generated()