Interface ChangeStream
- All Known Implementing Classes:
SpannerChangeStream
public interface ChangeStream
The
ChangeStream interface should be implemented by class
that querying partitions-
Method Summary
Modifier and TypeMethodDescriptionvoidrun(BooleanSupplier runningFlagSupplier, ChangeStreamEventConsumer changeStreamEventConsumer, PartitionEventListener partitionEventListener) voidstop()booleansubmitPartition(Partition partition)
-
Method Details
-
submitPartition
-
stop
void stop() -
run
void run(BooleanSupplier runningFlagSupplier, ChangeStreamEventConsumer changeStreamEventConsumer, PartitionEventListener partitionEventListener) throws ChangeStreamException, InterruptedException
-