Uses of Class
org.apache.flink.datastream.impl.stream.KeyedPartitionStreamImpl
Packages that use KeyedPartitionStreamImpl
-
Uses of KeyedPartitionStreamImpl in org.apache.flink.datastream.impl.stream
Methods in org.apache.flink.datastream.impl.stream that return KeyedPartitionStreamImplModifier and TypeMethodDescriptionProcessConfigurableAndKeyedPartitionStreamImpl.getKeyedPartitionStream()Constructors in org.apache.flink.datastream.impl.stream with parameters of type KeyedPartitionStreamImplModifierConstructorDescriptionProcessConfigurableAndTwoKeyedPartitionStreamsImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, KeyedPartitionStreamImpl<K, OUT1> firstStream, KeyedPartitionStreamImpl<K, OUT2> secondStream) -
Uses of KeyedPartitionStreamImpl in org.apache.flink.datastream.impl.utils
Methods in org.apache.flink.datastream.impl.utils with parameters of type KeyedPartitionStreamImplModifier and TypeMethodDescriptionstatic <K,T> org.apache.flink.datastream.api.stream.KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K, T> StreamUtils.wrapWithConfigureHandle(KeyedPartitionStreamImpl<K, T> stream) Wrap aKeyedPartitionStreamImplwith configure handle.