Package io.debezium.connector.spanner
Interface PartitionManager
- All Known Implementing Classes:
SynchronizedPartitionManager
public interface PartitionManager
Provides API for operations on Spanner partitions
-
Method Summary
Modifier and TypeMethodDescriptionvoidnewChildPartitions(List<Partition> partitions) voidupdateToFinished(String token) voidupdateToReadyForStreaming(String token) voidupdateToRunning(String token)
-
Method Details
-
newChildPartitions
- Throws:
InterruptedException
-
updateToFinished
- Throws:
InterruptedException
-
updateToRunning
- Throws:
InterruptedException
-
updateToReadyForStreaming
- Throws:
InterruptedException
-