@FunctionalInterface @Experimental public interface ApplyPartitionFunction<OUT> extends org.apache.flink.api.common.functions.Function
void apply(Collector<OUT> collector, PartitionedContext ctx) throws Exception
collector - to output data.ctx - runtime context in which this function is executed.ExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.