| Package | Description |
|---|---|
| com.adgear.anoa.test | |
| com.adgear.anoa.test.ad_exchange |
| Modifier and Type | Field and Description |
|---|---|
Class<LogEventThrift> |
AnoaTestSample.thriftClass |
Supplier<LogEventThrift> |
AnoaTestSample.thriftSupplier |
| Modifier and Type | Method and Description |
|---|---|
Stream<LogEventThrift> |
AnoaTestSample.thrift() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnoaTestSample.assertThriftObjects(Stream<LogEventThrift> stream) |
| Modifier and Type | Method and Description |
|---|---|
LogEventThrift |
LogEventThrift.deepCopy() |
LogEventThrift |
LogEvent.Thrift.get() |
LogEventThrift |
LogEventThrift.setProperties(Map<String,String> properties)
Log event custom properties.
|
LogEventThrift |
LogEventThrift.setRequest(BidRequestThrift request) |
LogEventThrift |
LogEventThrift.setResponse(BidResponseThrift response)
Bid response submitted to the real-time bidding ad exchange.
|
LogEventThrift |
LogEventThrift.setTimestamp(long timestamp)
Log event timestamp, in milliseconds from epoch.
|
LogEventThrift |
LogEventThrift.setType(LogEventTypeThrift type)
Log event type.
|
LogEventThrift |
LogEventThrift.setUuid(byte[] uuid)
Log event unique identifier.
|
LogEventThrift |
LogEventThrift.setUuid(ByteBuffer uuid) |
| Modifier and Type | Method and Description |
|---|---|
LogEvent<LogEventThrift> |
LogEvent.ThriftBuilder.build() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearProperties() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearRequest() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearResponse() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearTimestamp() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearType() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearUuid() |
static Class<LogEventThrift> |
LogEvent.getThriftClass()
Returns Thrift class for this struct.
|
LogEvent.Builder<LogEventThrift> |
LogEvent.Thrift.newBuilder() |
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder(LogEvent<?> other)
Returns new Thrift builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder(LogEventThrift other)
Returns new Thrift builder instance based on existing prototype.
|
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setProperties(Map<String,String> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setRequest(BidRequest<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setTimestamp(long value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setUuid(Supplier<byte[]> value) |
| Modifier and Type | Method and Description |
|---|---|
int |
LogEventThrift.compareTo(LogEventThrift other) |
boolean |
LogEventThrift.equals(LogEventThrift that) |
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder(LogEventThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static LogEvent.Thrift |
LogEvent.thrift(LogEventThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Constructor and Description |
|---|
LogEventThrift(LogEventThrift other)
Performs a deep copy on other.
|
Thrift(LogEventThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(LogEventThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.