| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
BytesWrapper |
BytesWrapper.Builder.build() |
static BytesWrapper |
BytesWrapper.fromByteBuffer(ByteBuffer b)
Deserializes a BytesWrapper from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<BytesWrapper> |
BytesWrapper.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<BytesWrapper> |
BytesWrapper.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static BytesWrapper.Builder |
BytesWrapper.newBuilder(BytesWrapper other)
Creates a new BytesWrapper RecordBuilder by copying an existing BytesWrapper instance.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.