| Package | Description |
|---|---|
| com.adgear.anoa.test | |
| com.adgear.anoa.test.ad_exchange |
| Modifier and Type | Field and Description |
|---|---|
Class<LogEventAvro> |
AnoaTestSample.avroClass |
| Modifier and Type | Method and Description |
|---|---|
Stream<LogEventAvro> |
AnoaTestSample.avroSpecific() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnoaTestSample.assertAvroSpecifics(Stream<LogEventAvro> stream) |
| Modifier and Type | Method and Description |
|---|---|
LogEventAvro |
LogEventAvro.Builder.build() |
LogEventAvro |
LogEventAvro.decode(Decoder _decoder)
Reads record from Avro Decoder.
|
LogEventAvro |
LogEventAvro.freeze() |
LogEventAvro |
LogEvent.Avro.get() |
| Modifier and Type | Method and Description |
|---|---|
LogEvent<LogEventAvro> |
LogEvent.AvroBuilder.build() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearProperties() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearRequest() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearResponse() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearTimestamp() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearType() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearUuid() |
static LogEvent<LogEventAvro> |
LogEvent.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Class<LogEventAvro> |
LogEvent.getAvroClass()
Returns Avro record class.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder()
Returns new Avro builder instance with default values.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEvent<?> other)
Returns new Avro builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEventAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEventAvro other)
Returns new Avro builder instance based on existing prototype.
|
LogEvent.Builder<LogEventAvro> |
LogEvent.Avro.newBuilder() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setProperties(Map<String,String> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setRequest(BidRequest<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setTimestamp(long value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setUuid(Supplier<byte[]> value) |
| Modifier and Type | Method and Description |
|---|---|
static LogEvent.Avro |
LogEvent.avro(LogEventAvro wrapped)
Wraps an existing Avro record.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEventAvro other)
Returns new Avro builder instance based on existing prototype.
|
static LogEventAvro.Builder |
LogEventAvro.newBuilder(LogEventAvro other)
Creates a new LogEventAvro RecordBuilder by copying an existing LogEventAvro instance.
|
| Constructor and Description |
|---|
Builder(LogEventAvro other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.