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