| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Producer.Avro |
static class |
Producer.NativeImpl |
static class |
Producer.Protobuf |
static class |
Producer.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Producer<T> |
Producer.Builder.build() |
Producer<ProducerAvro> |
Producer.AvroBuilder.build() |
Producer<OpenRtbProtobuf.Producer> |
Producer.ProtobufBuilder.build() |
Producer<ProducerThrift> |
Producer.ThriftBuilder.build() |
static Producer<ProducerAvro> |
Producer.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Producer<OpenRtbProtobuf.Producer> |
Producer.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Producer<?> |
Content.getProducer()
See Producer Object.
|
Producer<?> |
Content.NativeImpl.getProducer() |
Producer<?> |
Content.Avro.getProducer() |
Producer<?> |
Content.Protobuf.getProducer() |
Producer<?> |
Content.Thrift.getProducer() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Producer<?>> |
Producer.getComparator()
Returns comparator instance for Producer objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Producer.Avro |
Producer.avro(Producer<?> instance)
Returns a wrapped Avro record based on an instance of Producer.
|
int |
Producer.Comparator.compare(Producer<?> a,
Producer<?> b) |
int |
Producer.Comparator.compare(Producer<?> a,
Producer<?> b) |
default int |
Producer.compareTo(Producer<?> other) |
static Producer.NativeImpl |
Producer.nativeImpl(Producer<?> instance)
Returns a POJO based on an instance of Producer.
|
static Producer.Builder<ProducerAvro> |
Producer.newAvroBuilder(Producer<?> other)
Returns new Avro builder instance based on existing prototype Producer.
|
static Producer.Builder<Producer.NativeImpl> |
Producer.newNativeImplBuilder(Producer<?> other)
Returns a POJO builder instance based on existing prototype Producer.
|
static Producer.Builder<OpenRtbProtobuf.Producer> |
Producer.newProtobufBuilder(Producer<?> other)
Returns new Protobuf builder instance based on existing prototype Producer.
|
static Producer.Builder<ProducerThrift> |
Producer.newThriftBuilder(Producer<?> other)
Returns new Thrift builder instance based on existing prototype Producer.
|
static Producer.Protobuf |
Producer.protobuf(Producer<?> instance)
Returns a wrapped Protobuf message based on an instance of Producer.
|
Content.Builder<T> |
Content.Builder.setProducer(Producer<?> value) |
Content.Builder<ContentAvro> |
Content.AvroBuilder.setProducer(Producer<?> value) |
Content.Builder<OpenRtbProtobuf.Content> |
Content.ProtobufBuilder.setProducer(Producer<?> value) |
Content.Builder<ContentThrift> |
Content.ThriftBuilder.setProducer(Producer<?> value) |
static Producer.Thrift |
Producer.thrift(Producer<?> instance)
Returns a wrapped Thrift struct based on an instance of Producer.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.