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