Uses of Class
example.avro.User

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

    Methods in example.avro that return User
    Modifier and Type
    Method
    Description
    User.Builder.build()
     
    static User
    Deserializes a User from a ByteBuffer.
    Methods in example.avro that return types with arguments of type User
    Modifier and Type
    Method
    Description
    static org.apache.avro.message.BinaryMessageDecoder<User>
    User.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<User>
    User.getDecoder()
    Return the BinaryMessageDecoder instance used by this class.
    static org.apache.avro.message.BinaryMessageEncoder<User>
    User.getEncoder()
    Return the BinaryMessageEncoder instance used by this class.
    Methods in example.avro with parameters of type User
    Modifier and Type
    Method
    Description
    User.newBuilder(User other)
    Creates a new User RecordBuilder by copying an existing User instance.