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