| Package | Description |
|---|---|
| otherns |
| Modifier and Type | Method and Description |
|---|---|
Subrecord |
Subrecord.Builder.build() |
static Subrecord |
Subrecord.fromByteBuffer(ByteBuffer b)
Deserializes a Subrecord from a ByteBuffer.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Subrecord.Builder |
Subrecord.newBuilder(Subrecord other)
Creates a new Subrecord RecordBuilder by copying an existing Subrecord instance.
|
Copyright © 2026 Confluent, Inc.. All rights reserved.