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