Uses of Class
example.avro.Command

Packages that use Command
Package
Description
 
  • Uses of Command in example.avro

    Methods in example.avro that return Command
    Modifier and Type
    Method
    Description
    Command.Builder.build()
     
    static Command
    Deserializes a Command from a ByteBuffer.
    Methods in example.avro that return types with arguments of type Command
    Modifier and Type
    Method
    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.
    Methods in example.avro with parameters of type Command
    Modifier and Type
    Method
    Description
    Command.newBuilder(Command other)
    Creates a new Command RecordBuilder by copying an existing Command instance.