| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.common.model |
| Modifier and Type | Field and Description |
|---|---|
List<HoodieSliceInfo> |
HoodieClusteringGroup.slices
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieSliceInfo |
HoodieSliceInfo.Builder.build() |
static HoodieSliceInfo |
HoodieSliceInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieSliceInfo from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieSliceInfo> |
HoodieSliceInfo.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<HoodieSliceInfo> |
HoodieSliceInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<HoodieSliceInfo> |
HoodieClusteringGroup.getSlices()
Gets the value of the 'slices' field.
|
List<HoodieSliceInfo> |
HoodieClusteringGroup.Builder.getSlices()
Gets the value of the 'slices' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieSliceInfo.Builder |
HoodieSliceInfo.newBuilder(HoodieSliceInfo other)
Creates a new HoodieSliceInfo RecordBuilder by copying an existing HoodieSliceInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieClusteringGroup.setSlices(List<HoodieSliceInfo> value)
Sets the value of the 'slices' field.
|
HoodieClusteringGroup.Builder |
HoodieClusteringGroup.Builder.setSlices(List<HoodieSliceInfo> value)
Sets the value of the 'slices' field.
|
| Constructor and Description |
|---|
HoodieClusteringGroup(List<HoodieSliceInfo> slices,
Map<String,Double> metrics,
Integer numOutputFileGroups,
Map<String,String> extraMetadata,
Integer version)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusteringOperation |
ClusteringOperation.create(HoodieSliceInfo sliceInfo) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.