public class BucketIndexConcurrentFileWritesConflictResolutionStrategy extends SimpleConcurrentFileWritesConflictResolutionStrategy
ConflictResolutionStrategy using bucket index.| Constructor and Description |
|---|
BucketIndexConcurrentFileWritesConflictResolutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasConflict(ConcurrentOperation thisOperation,
ConcurrentOperation otherOperation)
Implementations of this method will determine whether a conflict exists between 2 commits.
|
getCandidateInstants, isPreCommitRequired, resolveConflictpublic BucketIndexConcurrentFileWritesConflictResolutionStrategy()
public boolean hasConflict(ConcurrentOperation thisOperation, ConcurrentOperation otherOperation)
ConflictResolutionStrategyhasConflict in interface ConflictResolutionStrategyhasConflict in class SimpleConcurrentFileWritesConflictResolutionStrategyCopyright © 2024 The Apache Software Foundation. All rights reserved.