Uses of Class
otherns.Subrecord

Packages that use Subrecord
Package
Description
 
  • Uses of Subrecord in otherns

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