| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
BytesWrapper.Builder |
BytesWrapper.Builder.clearValue()
Clears the value of the 'value' field.
|
static BytesWrapper.Builder |
BytesWrapper.newBuilder()
Creates a new BytesWrapper RecordBuilder.
|
static BytesWrapper.Builder |
BytesWrapper.newBuilder(BytesWrapper.Builder other)
Creates a new BytesWrapper RecordBuilder by copying an existing Builder.
|
static BytesWrapper.Builder |
BytesWrapper.newBuilder(BytesWrapper other)
Creates a new BytesWrapper RecordBuilder by copying an existing BytesWrapper instance.
|
BytesWrapper.Builder |
BytesWrapper.Builder.setValue(ByteBuffer value)
Sets the value of the 'value' field.
|
| Modifier and Type | Method and Description |
|---|---|
static BytesWrapper.Builder |
BytesWrapper.newBuilder(BytesWrapper.Builder other)
Creates a new BytesWrapper RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.