| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.io.network.partition.consumer |
| 限定符和类型 | 方法和说明 |
|---|---|
static SubpartitionIndexRange |
TaskDeploymentDescriptorFactory.computeConsumedSubpartitionRange(IntermediateResultPartition resultPartition,
int consumerSubtaskIndex) |
SubpartitionIndexRange |
InputGateDeploymentDescriptor.getConsumedSubpartitionIndexRange()
Return the index range of the the consumed subpartitions.
|
| 构造器和说明 |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
SubpartitionIndexRange consumedSubpartitionIndexRange,
TaskDeploymentDescriptor.MaybeOffloaded<ShuffleDescriptor[]> serializedInputChannels) |
| 构造器和说明 |
|---|
SingleInputGate(String owningTaskName,
int gateIndex,
IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
SubpartitionIndexRange subpartitionIndexRange,
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) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.