| Modifier and Type | Method and Description |
|---|---|
ResultPartitionType |
ResultPartitionDeploymentDescriptor.getPartitionType() |
| Constructor and Description |
|---|
ResultPartitionDeploymentDescriptor(IntermediateDataSetID resultId,
IntermediateResultPartitionID partitionId,
ResultPartitionType partitionType,
int numberOfSubpartitions,
boolean eagerlyDeployConsumers) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionType |
IntermediateResult.getResultType() |
| Constructor and Description |
|---|
IntermediateResult(IntermediateDataSetID id,
ExecutionJobVertex producer,
int numParallelProducers,
ResultPartitionType resultType,
boolean eagerlyDeployConsumers) |
| Modifier and Type | Method and Description |
|---|---|
static ResultPartitionType |
ResultPartitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultPartitionType[] |
ResultPartitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ResultPartition(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ResultPartitionID partitionId,
ResultPartitionType partitionType,
boolean eagerlyDeployConsumers,
int numberOfSubpartitions,
ResultPartitionManager partitionManager,
ResultPartitionConsumableNotifier partitionConsumableNotifier,
IOManager ioManager,
IOManager.IOMode defaultIoMode) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionType |
IntermediateDataSet.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
JobEdge |
JobVertex.connectNewDataSetAsInput(JobVertex input,
DistributionPattern distPattern,
ResultPartitionType partitionType) |
JobEdge |
JobVertex.connectNewDataSetAsInput(JobVertex input,
DistributionPattern distPattern,
ResultPartitionType partitionType,
boolean eagerlyDeployConsumers) |
IntermediateDataSet |
JobVertex.createAndAddResultDataSet(IntermediateDataSetID id,
ResultPartitionType partitionType) |
IntermediateDataSet |
JobVertex.createAndAddResultDataSet(ResultPartitionType partitionType) |
| Constructor and Description |
|---|
IntermediateDataSet(IntermediateDataSetID id,
ResultPartitionType resultType,
JobVertex producer) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.