Uses of Class
example.avro.User
-
Packages that use User Package Description example.avro -
-
Uses of User in example.avro
Methods in example.avro that return User Modifier and Type Method Description User
User.Builder. build()
static User
User. fromByteBuffer(ByteBuffer b)
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 specifiedSchemaStore
.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 static User.Builder
User. newBuilder(User other)
Creates a new User RecordBuilder by copying an existing User instance.
-