Class CollectSinkOperatorFactory<IN>

All Implemented Interfaces:
Serializable, CoordinatedOperatorFactory<Object>, StreamOperatorFactory<Object>, UdfStreamOperatorFactory<Object>, ProcessingTimeServiceAware

public class CollectSinkOperatorFactory<IN> extends SimpleUdfStreamOperatorFactory<Object> implements CoordinatedOperatorFactory<Object>
The Factory class for CollectSinkOperator.
See Also: