Class ClearSharedPartitionOperation

java.lang.Object
io.debezium.connector.spanner.task.operation.ClearSharedPartitionOperation
All Implemented Interfaces:
Operation

public class ClearSharedPartitionOperation extends Object implements Operation
Clear partition from the shared section of the task state, after partition was picked up by another task
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • isRequiredPublishSyncEvent

      private boolean isRequiredPublishSyncEvent
  • Constructor Details

    • ClearSharedPartitionOperation

      public ClearSharedPartitionOperation()
  • Method Details