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