public class ResultPartitionDeploymentDescriptor extends Object implements Serializable
ResultPartition,
Serialized Form| Constructor and Description |
|---|
ResultPartitionDeploymentDescriptor(IntermediateDataSetID resultId,
IntermediateResultPartitionID partitionId,
ResultPartitionType partitionType,
int numberOfSubpartitions) |
| Modifier and Type | Method and Description |
|---|---|
static ResultPartitionDeploymentDescriptor |
from(IntermediateResultPartition partition) |
int |
getNumberOfSubpartitions() |
IntermediateResultPartitionID |
getPartitionId() |
ResultPartitionType |
getPartitionType() |
IntermediateDataSetID |
getResultId() |
String |
toString() |
public ResultPartitionDeploymentDescriptor(IntermediateDataSetID resultId, IntermediateResultPartitionID partitionId, ResultPartitionType partitionType, int numberOfSubpartitions)
public IntermediateDataSetID getResultId()
public IntermediateResultPartitionID getPartitionId()
public ResultPartitionType getPartitionType()
public int getNumberOfSubpartitions()
public static ResultPartitionDeploymentDescriptor from(IntermediateResultPartition partition)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.