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