| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Method and Description |
|---|---|
BytesAvro |
BytesAvro.Builder.build() |
BytesAvro |
BytesAvro.decode(Decoder _decoder)
Reads record from Avro Decoder.
|
BytesAvro |
BytesAvro.freeze() |
BytesAvro |
Bytes.Avro.get() |
BytesAvro |
NestedAvro.Builder.getStructField()
Gets the value of the 'struct_field' field.
|
| Modifier and Type | Method and Description |
|---|---|
Bytes<BytesAvro> |
Bytes.AvroBuilder.build() |
Bytes.Builder<BytesAvro> |
Bytes.AvroBuilder.clearBytesField() |
Bytes.Builder<BytesAvro> |
Bytes.AvroBuilder.clearBytesList() |
Bytes.Builder<BytesAvro> |
Bytes.AvroBuilder.clearBytesMap() |
static Bytes<BytesAvro> |
Bytes.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Class<BytesAvro> |
Bytes.getAvroClass()
Returns Avro record class.
|
GenericData.Array<BytesAvro> |
NestedAvro.Builder.getStructListField()
Gets the value of the 'struct_list_field' field.
|
HashMap<Utf8,BytesAvro> |
NestedAvro.Builder.getStructMapField()
Gets the value of the 'struct_map_field' field.
|
GenericData.Array<BytesAvro> |
NestedAvro.Builder.getStructSetField()
Gets the value of the 'struct_set_field' field.
|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder()
Returns new Avro builder instance with default values.
|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder(Bytes<?> other)
Returns new Avro builder instance based on existing prototype Bytes.
|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder(BytesAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder(BytesAvro other)
Returns new Avro builder instance based on existing prototype.
|
Bytes.Builder<BytesAvro> |
Bytes.Avro.newBuilder() |
Bytes.Builder<BytesAvro> |
Bytes.AvroBuilder.setBytesField(Supplier<byte[]> value) |
Bytes.Builder<BytesAvro> |
Bytes.AvroBuilder.setBytesList(List<Supplier<byte[]>> value) |
Bytes.Builder<BytesAvro> |
Bytes.AvroBuilder.setBytesMap(Map<String,Supplier<byte[]>> value) |
| Modifier and Type | Method and Description |
|---|---|
static Bytes.Avro |
Bytes.avro(BytesAvro wrapped)
Wraps an existing Avro record.
|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder(BytesAvro other)
Returns new Avro builder instance based on existing prototype.
|
static BytesAvro.Builder |
BytesAvro.newBuilder(BytesAvro other)
Creates a new BytesAvro RecordBuilder by copying an existing BytesAvro instance.
|
NestedAvro.Builder |
NestedAvro.Builder.setStructField(BytesAvro value)
Sets the value of the 'struct_field' field.
|
| Modifier and Type | Method and Description |
|---|---|
NestedAvro.Builder |
NestedAvro.Builder.setStructListField(GenericData.Array<BytesAvro> value)
Sets the value of the 'struct_list_field' field.
|
NestedAvro.Builder |
NestedAvro.Builder.setStructMapField(HashMap<Utf8,BytesAvro> value)
Sets the value of the 'struct_map_field' field.
|
NestedAvro.Builder |
NestedAvro.Builder.setStructSetField(GenericData.Array<BytesAvro> value)
Sets the value of the 'struct_set_field' field.
|
| Constructor and Description |
|---|
Builder(BytesAvro other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.