| Modifier and Type | Method and Description |
|---|---|
Collection<SingleInputGate> |
NettyShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext,
PartitionProducerStateProvider partitionProducerStateProvider,
Collection<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
SingleInputGate |
SingleInputGateFactory.create(String owningTaskName,
InputGateDeploymentDescriptor igdd,
PartitionProducerStateProvider partitionProducerStateProvider,
InputChannelMetrics metrics)
Creates an input gate and all of its input channels.
|
| Constructor and Description |
|---|
SingleInputGate(String owningTaskName,
IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
int consumedSubpartitionIndex,
int numberOfInputChannels,
PartitionProducerStateProvider partitionProducerStateProvider,
org.apache.flink.util.function.SupplierWithException<BufferPool,IOException> bufferPoolFactory,
BufferDecompressor bufferDecompressor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<G> |
ShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext,
PartitionProducerStateProvider partitionProducerStateProvider,
Collection<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors)
Factory method for the
InputGates to consume result partitions. |
| Modifier and Type | Class and Description |
|---|---|
class |
Task
The Task represents one execution of a parallel subtask on a TaskManager.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.