Uses of Interface
io.debezium.connector.spanner.task.operation.Operation
Packages that use Operation
-
Uses of Operation in io.debezium.connector.spanner.task
Methods in io.debezium.connector.spanner.task with parameters of type OperationModifier and TypeMethodDescriptionprivate TaskSyncContextTaskStateChangeEventHandler.performOperation(Operation... operations) -
Uses of Operation in io.debezium.connector.spanner.task.operation
Classes in io.debezium.connector.spanner.task.operation that implement OperationModifier and TypeClassDescriptionclassCheck if the same partition is already streaming by other tasks.classThis operation finds out whether new partition will be processing by the current task or shared with otherclassClear partition from the shared section of the task state, after partition was picked up by another taskclassNotify user about the finishing of connector workclassChecks what partitions are ready for streamingclassChange the status of partition:PartitionStateEnumclassRemove finished partition from the task state, as it is not needed anymoreclassCheck what partitions are ready to and schedule them for streamingclassTake partition to work, which was shared by other task