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