@Internal public class GenerateInitialPartitionsAction extends java.lang.Object
DetectNewPartitionsDoFn
.Constructor and Description |
---|
GenerateInitialPartitionsAction(ChangeStreamMetrics metrics,
ChangeStreamDao changeStreamDao,
Instant endTime) |
Modifier and Type | Method and Description |
---|---|
void |
run(DoFn.OutputReceiver<PartitionRecord> receiver,
Instant startTime)
The very first step of the pipeline when there are no partitions being streamed yet.
|
public GenerateInitialPartitionsAction(ChangeStreamMetrics metrics, ChangeStreamDao changeStreamDao, @Nullable Instant endTime)
public void run(DoFn.OutputReceiver<PartitionRecord> receiver, Instant startTime)