| Package | Description |
|---|---|
| org.apache.hudi.client.transaction |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BucketIndexConcurrentFileWritesConflictResolutionStrategy.hasConflict(ConcurrentOperation thisOperation,
ConcurrentOperation otherOperation) |
boolean |
SimpleConcurrentFileWritesConflictResolutionStrategy.hasConflict(ConcurrentOperation thisOperation,
ConcurrentOperation otherOperation) |
boolean |
ConflictResolutionStrategy.hasConflict(ConcurrentOperation thisOperation,
ConcurrentOperation otherOperation)
Implementations of this method will determine whether a conflict exists between 2 commits.
|
Option<HoodieCommitMetadata> |
SimpleConcurrentFileWritesConflictResolutionStrategy.resolveConflict(HoodieTable table,
ConcurrentOperation thisOperation,
ConcurrentOperation otherOperation) |
Option<HoodieCommitMetadata> |
ConflictResolutionStrategy.resolveConflict(HoodieTable table,
ConcurrentOperation thisOperation,
ConcurrentOperation otherOperation)
Implementations of this method will determine how to resolve a conflict between 2 commits.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.