OutT - public static interface BundleManager.BundleProgressListener<OutT>
BundleManager for definition on
when a bundle is considered complete. 3. onWatermark - Invoked when watermark is ready to be
propagated to downstream DAG. Refer to the docs under BundleManager on when watermark
is held vs propagated.| Modifier and Type | Method and Description |
|---|---|
void |
onBundleFinished(OpEmitter<OutT> emitter) |
void |
onBundleStarted() |
void |
onWatermark(org.joda.time.Instant watermark,
OpEmitter<OutT> emitter) |