| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Method and Description |
|---|---|
BytesAvro.Builder |
BytesAvro.Builder.clearBytesField()
Clears the value of the 'bytes_field' field.
|
BytesAvro.Builder |
BytesAvro.Builder.clearBytesList()
Clears the value of the 'bytes_list' field.
|
BytesAvro.Builder |
BytesAvro.Builder.clearBytesMap()
Clears the value of the 'bytes_map' field.
|
static BytesAvro.Builder |
BytesAvro.newBuilder()
Creates a new BytesAvro RecordBuilder.
|
static BytesAvro.Builder |
BytesAvro.newBuilder(BytesAvro.Builder other)
Creates a new BytesAvro RecordBuilder by copying an existing BytesAvro.Builder instance.
|
static BytesAvro.Builder |
BytesAvro.newBuilder(BytesAvro other)
Creates a new BytesAvro RecordBuilder by copying an existing BytesAvro instance.
|
BytesAvro.Builder |
BytesAvro.Builder.setBytesField(ByteBuffer value)
Sets the value of the 'bytes_field' field.
|
BytesAvro.Builder |
BytesAvro.Builder.setBytesList(GenericData.Array<ByteBuffer> value)
Sets the value of the 'bytes_list' field.
|
BytesAvro.Builder |
BytesAvro.Builder.setBytesMap(HashMap<Utf8,ByteBuffer> value)
Sets the value of the 'bytes_map' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder(BytesAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static BytesAvro.Builder |
BytesAvro.newBuilder(BytesAvro.Builder other)
Creates a new BytesAvro RecordBuilder by copying an existing BytesAvro.Builder instance.
|
| Constructor and Description |
|---|
AvroBuilder(BytesAvro.Builder builder)
Only use this if you know what you are doing.
|
Builder(BytesAvro.Builder other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.