Uses of Interface
org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider
Packages that use PartitionProducerStateProvider
Package
Description
-
Uses of PartitionProducerStateProvider in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type PartitionProducerStateProviderModifier and TypeMethodDescriptionNettyShuffleEnvironment.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 PartitionProducerStateProviderModifier and TypeMethodDescriptionSingleInputGateFactory.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 PartitionProducerStateProviderModifierConstructorDescriptionSingleInputGate(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 PartitionProducerStateProviderModifier and TypeMethodDescriptionShuffleEnvironment.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 PartitionProducerStateProviderModifier and TypeClassDescriptionclassThe Task represents one execution of a parallel subtask on a TaskManager.