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