Interface BundleTriggerCallback
-
- All Known Implementing Classes:
AbstractMapBundleOperator
,KeyedMapBundleOperator
,MapBundleOperator
,MiniBatchStreamingJoinOperator
@Internal public interface BundleTriggerCallback
Interface for bundle trigger callbacks that can be registered to aBundleTrigger
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finishBundle()
This method is invoked to finish current bundle and start a new one when the trigger was fired.
-