Package | Description |
---|---|
org.apache.flink.avro.generated |
Modifier and Type | Method and Description |
---|---|
Address |
Address.Builder.build() |
static Address |
Address.fromByteBuffer(ByteBuffer b)
Deserializes a Address from a ByteBuffer.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<Address> |
Address.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore . |
static org.apache.avro.message.BinaryMessageDecoder<Address> |
Address.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<Address> |
Address.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
Modifier and Type | Method and Description |
---|---|
static Address.Builder |
Address.newBuilder(Address other)
Creates a new Address RecordBuilder by copying an existing Address instance.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.