Uses of Class
example.avro.Command
Packages that use Command
-
Uses of Command in example.avro
Methods in example.avro that return CommandModifier and TypeMethodDescriptionCommand.Builder.build()static CommandCommand.fromByteBuffer(ByteBuffer b) Deserializes a Command from a ByteBuffer.Methods in example.avro that return types with arguments of type CommandModifier and TypeMethodDescriptionstatic 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 specifiedSchemaStore.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.Methods in example.avro with parameters of type CommandModifier and TypeMethodDescriptionstatic Command.BuilderCommand.newBuilder(Command other) Creates a new Command RecordBuilder by copying an existing Command instance.