| 限定符和类型 | 方法和说明 |
|---|---|
IndexRange |
InputGateDeploymentDescriptor.getConsumedSubpartitionIndexRange()
Return the index range of the the consumed subpartitions.
|
| 构造器和说明 |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange consumedSubpartitionIndexRange,
int numberOfInputChannels,
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]>> serializedInputChannels) |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexRange |
ExecutionVertexInputInfo.getPartitionIndexRange()
Get the partition range this subtask should consume.
|
IndexRange |
ExecutionVertexInputInfo.getSubpartitionIndexRange()
Get the subpartition range this subtask should consume.
|
| 构造器和说明 |
|---|
ExecutionVertexInputInfo(int subtaskIndex,
IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
| 构造器和说明 |
|---|
SingleInputGate(String owningTaskName,
int gateIndex,
IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange 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) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
PointwiseBlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
long |
AllToAllBlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
long |
BlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange)
Return the aggregated num of bytes according to the index range for partition and
subpartition.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.