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