Class TaskConflictResolver
java.lang.Object
io.debezium.connector.spanner.task.TaskConflictResolver
When merge of partitions happens, it is possible
that several tasks will process the same child partition.
This class introduces the algorithm to understand,
who should be the owner of the partition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPriorityTask(Set<String> taskUids) static booleanhasPriority(String testedTaskUid, Set<String> taskUids)
-
Constructor Details
-
TaskConflictResolver
private TaskConflictResolver()
-
-
Method Details
-
hasPriority
-
getPriorityTask
-