| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Segment.Avro |
static class |
Segment.NativeImpl |
static class |
Segment.Protobuf |
static class |
Segment.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Segment<T> |
Segment.Builder.build() |
Segment<SegmentAvro> |
Segment.AvroBuilder.build() |
Segment<OpenRtbProtobuf.Segment> |
Segment.ProtobufBuilder.build() |
Segment<SegmentThrift> |
Segment.ThriftBuilder.build() |
static Segment<SegmentAvro> |
Segment.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Segment<OpenRtbProtobuf.Segment> |
Segment.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Segment<?>> |
Segment.getComparator()
Returns comparator instance for Segment objects.
|
List<Segment<?>> |
Data.getSegment()
Array of segment objects.
|
List<Segment<?>> |
Data.NativeImpl.getSegment() |
List<Segment<?>> |
Data.Avro.getSegment() |
List<Segment<?>> |
Data.Protobuf.getSegment() |
List<Segment<?>> |
Data.Thrift.getSegment() |
| Modifier and Type | Method and Description |
|---|---|
static Segment.Avro |
Segment.avro(Segment<?> instance)
Returns a wrapped Avro record based on an instance of Segment.
|
int |
Segment.Comparator.compare(Segment<?> a,
Segment<?> b) |
int |
Segment.Comparator.compare(Segment<?> a,
Segment<?> b) |
default int |
Segment.compareTo(Segment<?> other) |
static Segment.NativeImpl |
Segment.nativeImpl(Segment<?> instance)
Returns a POJO based on an instance of Segment.
|
static Segment.Builder<SegmentAvro> |
Segment.newAvroBuilder(Segment<?> other)
Returns new Avro builder instance based on existing prototype Segment.
|
static Segment.Builder<Segment.NativeImpl> |
Segment.newNativeImplBuilder(Segment<?> other)
Returns a POJO builder instance based on existing prototype Segment.
|
static Segment.Builder<OpenRtbProtobuf.Segment> |
Segment.newProtobufBuilder(Segment<?> other)
Returns new Protobuf builder instance based on existing prototype Segment.
|
static Segment.Builder<SegmentThrift> |
Segment.newThriftBuilder(Segment<?> other)
Returns new Thrift builder instance based on existing prototype Segment.
|
static Segment.Protobuf |
Segment.protobuf(Segment<?> instance)
Returns a wrapped Protobuf message based on an instance of Segment.
|
static Segment.Thrift |
Segment.thrift(Segment<?> instance)
Returns a wrapped Thrift struct based on an instance of Segment.
|
| Modifier and Type | Method and Description |
|---|---|
Data.Builder<T> |
Data.Builder.setSegment(List<Segment<?>> value) |
Data.Builder<DataAvro> |
Data.AvroBuilder.setSegment(List<Segment<?>> value) |
Data.Builder<OpenRtbProtobuf.Data> |
Data.ProtobufBuilder.setSegment(List<Segment<?>> value) |
Data.Builder<DataThrift> |
Data.ThriftBuilder.setSegment(List<Segment<?>> value) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.