Uses of Interface
org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider
-
-
Uses of PartitionProducerStateProvider in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type PartitionProducerStateProvider Modifier and Type Method Description List<SingleInputGate>NettyShuffleEnvironment. createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) -
Uses of PartitionProducerStateProvider in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type PartitionProducerStateProvider Modifier and Type Method Description SingleInputGateSingleInputGateFactory. create(ShuffleIOOwnerContext owner, int gateIndex, InputGateDeploymentDescriptor igdd, PartitionProducerStateProvider partitionProducerStateProvider, InputChannelMetrics metrics)Creates an input gate and all of its input channels.Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type PartitionProducerStateProvider Constructor Description SingleInputGate(String owningTaskName, int gateIndex, IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, int numberOfInputChannels, PartitionProducerStateProvider partitionProducerStateProvider, org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory, BufferDecompressor bufferDecompressor, org.apache.flink.core.memory.MemorySegmentProvider memorySegmentProvider, int segmentSize, ThroughputCalculator throughputCalculator, BufferDebloater bufferDebloater) -
Uses of PartitionProducerStateProvider in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle with parameters of type PartitionProducerStateProvider Modifier and Type Method Description List<G>ShuffleEnvironment. createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors)Factory method for theInputGatesto consume result partitions. -
Uses of PartitionProducerStateProvider in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement PartitionProducerStateProvider Modifier and Type Class Description classTaskThe Task represents one execution of a parallel subtask on a TaskManager.
-