Packages

p

ophan.thrift

benchmark

package benchmark

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BenchmarkData extends ThriftStruct with Product2[BenchmarkType, Long] with HasThriftStructCodec3[BenchmarkData] with Serializable

    Prefer the companion object's ophan.thrift.benchmark.BenchmarkData.apply for construction if you don't need to specify passthrough fields.

  2. sealed trait BenchmarkType extends ThriftEnum with Serializable
    Annotations
    @Generated()
  3. sealed trait ConnectionType extends ThriftEnum with Serializable
    Annotations
    @Generated()
  4. trait NetworkOperationData extends ThriftStruct with Product4[RequestType, Long, Option[ConnectionType], Boolean] with HasThriftStructCodec3[NetworkOperationData] with Serializable

    Prefer the companion object's ophan.thrift.benchmark.NetworkOperationData.apply for construction if you don't need to specify passthrough fields.

  5. sealed trait RequestType extends ThriftEnum with Serializable
    Annotations
    @Generated()

Value Members

  1. object BenchmarkData extends ThriftStructCodec3[BenchmarkData] with Serializable
  2. object BenchmarkType extends Product with Serializable
    Annotations
    @Generated()
  3. object ConnectionType extends Product with Serializable
    Annotations
    @Generated()
  4. object NetworkOperationData extends ThriftStructCodec3[NetworkOperationData] with Serializable
  5. object RequestType extends Product with Serializable
    Annotations
    @Generated()

Ungrouped