Package | Description |
---|---|
example.avro |
Modifier and Type | Method and Description |
---|---|
Email |
Email.Builder.build() |
static Email |
Email.fromByteBuffer(ByteBuffer b)
Deserializes a Email from a ByteBuffer.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<Email> |
Email.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<Email> |
Email.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<Email> |
Email.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
Modifier and Type | Method and Description |
---|---|
static Email.Builder |
Email.newBuilder(Email other)
Creates a new Email RecordBuilder by copying an existing Email instance.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.