Uses of Class
otherns.Subrecord
Packages that use Subrecord
-
Uses of Subrecord in otherns
Modifier and TypeMethodDescriptionSubrecord.Builder.build()static SubrecordSubrecord.fromByteBuffer(ByteBuffer b) Deserializes a Subrecord from a ByteBuffer.Modifier and TypeMethodDescriptionstatic 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 specifiedSchemaStore.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.Modifier and TypeMethodDescriptionstatic Subrecord.BuilderSubrecord.newBuilder(Subrecord other) Creates a new Subrecord RecordBuilder by copying an existing Subrecord instance.