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