| Package | Description |
|---|---|
| com.adgear.anoa.test.ad_exchange |
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEventType.Avro |
static class |
LogEventType.NativeImpl |
static class |
LogEventType.Protobuf |
static class |
LogEventType.Thrift |
| Modifier and Type | Method and Description |
|---|---|
LogEventType<?> |
LogEvent.getType()
Log event type.
|
LogEventType<?> |
LogEvent.NativeImpl.getType() |
LogEventType<?> |
LogEvent.Avro.getType() |
LogEventType<?> |
LogEvent.Protobuf.getType() |
LogEventType<?> |
LogEvent.Thrift.getType() |
| Modifier and Type | Method and Description |
|---|---|
static LogEventType.Avro |
LogEventType.avro(LogEventType<?> instance)
Returns enum instance for the given LogEventType.
|
static LogEventType.NativeImpl |
LogEventType.nativeImpl(LogEventType<?> instance)
Returns enum instance for the given LogEventType.
|
static LogEventType.Protobuf |
LogEventType.protobuf(LogEventType<?> instance)
Returns enum instance for the given LogEventType.
|
LogEvent.Builder<T> |
LogEvent.Builder.setType(LogEventType<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setType(LogEventType<?> value) |
static LogEventType.Thrift |
LogEventType.thrift(LogEventType<?> instance)
Returns enum instance for the given LogEventType.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.