| Package | Description |
|---|---|
| com.adgear.anoa.test.ad_exchange |
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEvent.Avro |
static class |
LogEvent.NativeImpl |
static class |
LogEvent.Protobuf |
static class |
LogEvent.Thrift |
| Modifier and Type | Method and Description |
|---|---|
LogEvent<T> |
LogEvent.Builder.build() |
LogEvent<LogEventAvro> |
LogEvent.AvroBuilder.build() |
LogEvent<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.build() |
LogEvent<LogEventThrift> |
LogEvent.ThriftBuilder.build() |
static LogEvent<LogEventAvro> |
LogEvent.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static LogEvent<AdExchangeProtobuf.LogEvent> |
LogEvent.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<LogEvent<?>> |
LogEvent.getComparator()
Returns comparator instance for LogEvent objects.
|
| Modifier and Type | Method and Description |
|---|---|
static LogEvent.Avro |
LogEvent.avro(LogEvent<?> instance)
Returns a wrapped Avro record based on an instance of LogEvent.
|
int |
LogEvent.Comparator.compare(LogEvent<?> a,
LogEvent<?> b) |
int |
LogEvent.Comparator.compare(LogEvent<?> a,
LogEvent<?> b) |
default int |
LogEvent.compareTo(LogEvent<?> other) |
static LogEvent.NativeImpl |
LogEvent.nativeImpl(LogEvent<?> instance)
Returns a POJO based on an instance of LogEvent.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEvent<?> other)
Returns new Avro builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEvent.NativeImpl> |
LogEvent.newNativeImplBuilder(LogEvent<?> other)
Returns a POJO builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.newProtobufBuilder(LogEvent<?> other)
Returns new Protobuf builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder(LogEvent<?> other)
Returns new Thrift builder instance based on existing prototype LogEvent.
|
static LogEvent.Protobuf |
LogEvent.protobuf(LogEvent<?> instance)
Returns a wrapped Protobuf message based on an instance of LogEvent.
|
static LogEvent.Thrift |
LogEvent.thrift(LogEvent<?> instance)
Returns a wrapped Thrift struct based on an instance of LogEvent.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.