| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Field and Description |
|---|---|
BytesThrift |
NestedThrift.struct_field |
| Modifier and Type | Field and Description |
|---|---|
List<BytesThrift> |
NestedThrift.struct_list_field |
Map<String,BytesThrift> |
NestedThrift.struct_map_field |
Set<BytesThrift> |
NestedThrift.struct_set_field |
| Modifier and Type | Method and Description |
|---|---|
BytesThrift |
BytesThrift.deepCopy() |
BytesThrift |
Bytes.Thrift.get() |
BytesThrift |
NestedThrift.getStruct_field() |
BytesThrift |
BytesThrift.setBytes_field(byte[] bytes_field) |
BytesThrift |
BytesThrift.setBytes_field(ByteBuffer bytes_field) |
BytesThrift |
BytesThrift.setBytes_list(List<ByteBuffer> bytes_list) |
BytesThrift |
BytesThrift.setBytes_map(Map<String,ByteBuffer> bytes_map) |
| Modifier and Type | Method and Description |
|---|---|
Bytes<BytesThrift> |
Bytes.ThriftBuilder.build() |
Bytes.Builder<BytesThrift> |
Bytes.ThriftBuilder.clearBytesField() |
Bytes.Builder<BytesThrift> |
Bytes.ThriftBuilder.clearBytesList() |
Bytes.Builder<BytesThrift> |
Bytes.ThriftBuilder.clearBytesMap() |
List<BytesThrift> |
NestedThrift.getStruct_list_field() |
Iterator<BytesThrift> |
NestedThrift.getStruct_list_fieldIterator() |
Map<String,BytesThrift> |
NestedThrift.getStruct_map_field() |
Set<BytesThrift> |
NestedThrift.getStruct_set_field() |
Iterator<BytesThrift> |
NestedThrift.getStruct_set_fieldIterator() |
static Class<BytesThrift> |
Bytes.getThriftClass()
Returns Thrift class for this struct.
|
Bytes.Builder<BytesThrift> |
Bytes.Thrift.newBuilder() |
static Bytes.Builder<BytesThrift> |
Bytes.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static Bytes.Builder<BytesThrift> |
Bytes.newThriftBuilder(Bytes<?> other)
Returns new Thrift builder instance based on existing prototype Bytes.
|
static Bytes.Builder<BytesThrift> |
Bytes.newThriftBuilder(BytesThrift other)
Returns new Thrift builder instance based on existing prototype.
|
Bytes.Builder<BytesThrift> |
Bytes.ThriftBuilder.setBytesField(Supplier<byte[]> value) |
Bytes.Builder<BytesThrift> |
Bytes.ThriftBuilder.setBytesList(List<Supplier<byte[]>> value) |
Bytes.Builder<BytesThrift> |
Bytes.ThriftBuilder.setBytesMap(Map<String,Supplier<byte[]>> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedThrift.addToStruct_list_field(BytesThrift elem) |
void |
NestedThrift.addToStruct_set_field(BytesThrift elem) |
int |
BytesThrift.compareTo(BytesThrift other) |
boolean |
BytesThrift.equals(BytesThrift that) |
static Bytes.Builder<BytesThrift> |
Bytes.newThriftBuilder(BytesThrift other)
Returns new Thrift builder instance based on existing prototype.
|
void |
NestedThrift.putToStruct_map_field(String key,
BytesThrift val) |
NestedThrift |
NestedThrift.setStruct_field(BytesThrift struct_field) |
static Bytes.Thrift |
Bytes.thrift(BytesThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
NestedThrift |
NestedThrift.setStruct_list_field(List<BytesThrift> struct_list_field) |
NestedThrift |
NestedThrift.setStruct_map_field(Map<String,BytesThrift> struct_map_field) |
NestedThrift |
NestedThrift.setStruct_set_field(Set<BytesThrift> struct_set_field) |
| Constructor and Description |
|---|
BytesThrift(BytesThrift other)
Performs a deep copy on other.
|
Thrift(BytesThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(BytesThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.