| Modifier and Type | Method and Description |
|---|---|
IntermediateDataSetID |
InputGateDeploymentDescriptor.getConsumedResultId() |
IntermediateDataSetID |
ResultPartitionDeploymentDescriptor.getResultId() |
IntermediateDataSetID |
PartialInputChannelDeploymentDescriptor.getResultId() |
| Constructor and Description |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
int consumedSubpartitionIndex,
InputChannelDeploymentDescriptor[] inputChannels) |
PartialInputChannelDeploymentDescriptor(IntermediateDataSetID resultId,
ResultPartitionID partitionID,
InstanceConnectionInfo partitionConnectionInfo,
int partitionConnectionIndex) |
ResultPartitionDeploymentDescriptor(IntermediateDataSetID resultId,
IntermediateResultPartitionID partitionId,
ResultPartitionType partitionType,
int numberOfSubpartitions,
boolean eagerlyDeployConsumers) |
| Modifier and Type | Method and Description |
|---|---|
IntermediateDataSetID |
IntermediateResult.getId() |
| Modifier and Type | Method and Description |
|---|---|
Map<IntermediateDataSetID,IntermediateResult> |
ExecutionGraph.getAllIntermediateResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionJobVertex.connectToPredecessors(Map<IntermediateDataSetID,IntermediateResult> intermediateDataSets) |
| Constructor and Description |
|---|
IntermediateResult(IntermediateDataSetID id,
ExecutionJobVertex producer,
int numParallelProducers,
ResultPartitionType resultType,
boolean eagerlyDeployConsumers) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionStateChecker.triggerPartitionStateCheck(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionId,
IntermediateDataSetID resultId,
ResultPartitionID partitionId) |
| Modifier and Type | Method and Description |
|---|---|
IntermediateDataSetID |
SingleInputGate.getConsumedResultId() |
| Constructor and Description |
|---|
SingleInputGate(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionId,
IntermediateDataSetID consumedResultId,
int consumedSubpartitionIndex,
int numberOfInputChannels,
PartitionStateChecker partitionStateChecker,
IOMetricGroup metrics) |
| Modifier and Type | Method and Description |
|---|---|
IntermediateDataSetID |
IntermediateDataSet.getId() |
IntermediateDataSetID |
JobEdge.getSourceId()
Gets the ID of the consumed data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobVertex.connectIdInput(IntermediateDataSetID dataSetId,
DistributionPattern distPattern) |
IntermediateDataSet |
JobVertex.createAndAddResultDataSet(IntermediateDataSetID id,
ResultPartitionType partitionType) |
| Constructor and Description |
|---|
IntermediateDataSet(IntermediateDataSetID id,
JobVertex producer) |
IntermediateDataSet(IntermediateDataSetID id,
ResultPartitionType resultType,
JobVertex producer) |
JobEdge(IntermediateDataSetID sourceId,
JobVertex target,
DistributionPattern distributionPattern)
Constructs a new job edge that refers to an intermediate result via the Id, rather than directly through
the intermediate data set structure.
|
| Modifier and Type | Method and Description |
|---|---|
SingleInputGate |
Task.getInputGateById(IntermediateDataSetID id) |
void |
Task.onPartitionStateUpdate(IntermediateDataSetID resultId,
IntermediateResultPartitionID partitionId,
ExecutionState partitionState)
Answer to a partition state check issued after a failed partition request.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.