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