| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
List<HoodieIndexPartitionInfo> |
HoodieIndexCommitMetadata.indexPartitionInfos
Deprecated.
|
List<HoodieIndexPartitionInfo> |
HoodieIndexPlan.indexPartitionInfos
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieIndexPartitionInfo |
HoodieIndexPartitionInfo.Builder.build() |
static HoodieIndexPartitionInfo |
HoodieIndexPartitionInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieIndexPartitionInfo from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieIndexPartitionInfo> |
HoodieIndexPartitionInfo.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<HoodieIndexPartitionInfo> |
HoodieIndexPartitionInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<HoodieIndexPartitionInfo> |
HoodieIndexCommitMetadata.getIndexPartitionInfos()
Gets the value of the 'indexPartitionInfos' field.
|
List<HoodieIndexPartitionInfo> |
HoodieIndexCommitMetadata.Builder.getIndexPartitionInfos()
Gets the value of the 'indexPartitionInfos' field.
|
List<HoodieIndexPartitionInfo> |
HoodieIndexPlan.getIndexPartitionInfos()
Gets the value of the 'indexPartitionInfos' field.
|
List<HoodieIndexPartitionInfo> |
HoodieIndexPlan.Builder.getIndexPartitionInfos()
Gets the value of the 'indexPartitionInfos' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieIndexPartitionInfo.Builder |
HoodieIndexPartitionInfo.newBuilder(HoodieIndexPartitionInfo other)
Creates a new HoodieIndexPartitionInfo RecordBuilder by copying an existing HoodieIndexPartitionInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieIndexCommitMetadata.setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
Sets the value of the 'indexPartitionInfos' field.
|
HoodieIndexCommitMetadata.Builder |
HoodieIndexCommitMetadata.Builder.setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
Sets the value of the 'indexPartitionInfos' field.
|
void |
HoodieIndexPlan.setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
Sets the value of the 'indexPartitionInfos' field.
|
HoodieIndexPlan.Builder |
HoodieIndexPlan.Builder.setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
Sets the value of the 'indexPartitionInfos' field.
|
| Constructor and Description |
|---|
HoodieIndexCommitMetadata(Integer version,
String operationType,
List<HoodieIndexPartitionInfo> indexPartitionInfos)
All-args constructor.
|
HoodieIndexPlan(Integer version,
List<HoodieIndexPartitionInfo> indexPartitionInfos)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.