public static class Data.Thrift extends Object implements Data<DataThrift>
Data.Avro, Data.AvroBuilder, Data.Builder<T>, Data.Comparator, Data.NativeImpl, Data.Protobuf, Data.ProtobufBuilder, Data.Thrift, Data.ThriftBuilder| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Thrift()
Create a new wrapper.
|
Thrift(DataThrift wrapped)
Wraps an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
DataThrift |
get()
Returns underlying object.
|
String |
getId()
Exchange specific ID for the data provider.
|
String |
getName()
Data provider name.
|
List<Segment<?>> |
getSegment()
Array of segment objects.
|
int |
hashCode() |
boolean |
isDefaultId() |
boolean |
isDefaultName() |
boolean |
isDefaultSegment() |
Data.Builder<DataThrift> |
newBuilder()
Creates a new builder based on this object.
|
String |
toString() |
avro, avro, compareTo, getAvroClass, getAvroSchema, getComparator, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, getThriftMetadataMap, isDefault, nativeImpl, newAvroBuilder, newAvroBuilder, newAvroBuilder, newAvroBuilder, newNativeImplBuilder, newNativeImplBuilder, newProtobufBuilder, newProtobufBuilder, newProtobufBuilder, newThriftBuilder, newThriftBuilder, newThriftBuilder, protobuf, protobuf, thrift, thriftpublic static final long serialVersionUID
public Thrift(DataThrift wrapped)
public Thrift()
public DataThrift get()
Dataget in interface Supplier<DataThrift>get in interface Data<DataThrift>public Data.Builder<DataThrift> newBuilder()
DatanewBuilder in interface Data<DataThrift>public String getId()
DatagetId in interface Data<DataThrift>public boolean isDefaultId()
isDefaultId in interface Data<DataThrift>public String getName()
DatagetName in interface Data<DataThrift>public boolean isDefaultName()
isDefaultName in interface Data<DataThrift>public List<Segment<?>> getSegment()
DatagetSegment in interface Data<DataThrift>public boolean isDefaultSegment()
isDefaultSegment in interface Data<DataThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.