@FunctionalInterface @Experimental public interface ApplyPartitionFunction<OUT> extends org.apache.flink.api.common.functions.Function
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Collector<OUT> collector,
PartitionedContext ctx)
The actual method to be applied to each partition.
|
void apply(Collector<OUT> collector, PartitionedContext ctx) throws Exception
collector - to output data.ctx - runtime context in which this function is executed.ExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.