Uses of Class
example.avro.Sms

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

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