public class TezEdgeDescriptor
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
PhysicalPlan |
combinePlan |
org.apache.tez.dag.api.EdgeProperty.DataMovementType |
dataMovementType |
org.apache.tez.dag.api.EdgeProperty.DataSourceType |
dataSourceType |
java.lang.String |
inputClassName |
java.lang.String |
outputClassName |
java.lang.Class<? extends org.apache.hadoop.mapreduce.Partitioner> |
partitionerClass |
org.apache.tez.dag.api.EdgeProperty.SchedulingType |
schedulingType |
Constructor and Description |
---|
TezEdgeDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCombinerInMap() |
java.lang.Boolean |
getCombinerInReducer() |
java.lang.String |
getIntermediateOutputKeyClass() |
java.lang.String |
getIntermediateOutputKeyComparatorClass() |
java.lang.String |
getIntermediateOutputValueClass() |
boolean[] |
getSecondarySortOrder() |
boolean |
isUseSecondaryKey() |
boolean |
needsDistinctCombiner() |
void |
setCombinerInMap(java.lang.Boolean combinerInMap) |
void |
setCombinerInReducer(java.lang.Boolean combinerInReducer) |
void |
setIntermediateOutputKeyClass(java.lang.String intermediateOutputKeyClass) |
void |
setIntermediateOutputKeyComparatorClass(java.lang.String intermediateOutputKeyComparatorClass) |
void |
setIntermediateOutputValueClass(java.lang.String intermediateOutputValueClass) |
void |
setNeedsDistinctCombiner(boolean nic) |
void |
setSecondarySortOrder(boolean[] secondarySortOrder) |
void |
setUseSecondaryKey(boolean useSecondaryKey) |
public transient PhysicalPlan combinePlan
public java.lang.String inputClassName
public java.lang.String outputClassName
public org.apache.tez.dag.api.EdgeProperty.SchedulingType schedulingType
public org.apache.tez.dag.api.EdgeProperty.DataSourceType dataSourceType
public org.apache.tez.dag.api.EdgeProperty.DataMovementType dataMovementType
public java.lang.Class<? extends org.apache.hadoop.mapreduce.Partitioner> partitionerClass
public boolean needsDistinctCombiner()
public void setNeedsDistinctCombiner(boolean nic)
public java.lang.Boolean getCombinerInMap()
public void setCombinerInMap(java.lang.Boolean combinerInMap)
public java.lang.Boolean getCombinerInReducer()
public void setCombinerInReducer(java.lang.Boolean combinerInReducer)
public boolean isUseSecondaryKey()
public void setUseSecondaryKey(boolean useSecondaryKey)
public boolean[] getSecondarySortOrder()
public void setSecondarySortOrder(boolean[] secondarySortOrder)
public java.lang.String getIntermediateOutputKeyClass()
public void setIntermediateOutputKeyClass(java.lang.String intermediateOutputKeyClass)
public java.lang.String getIntermediateOutputValueClass()
public void setIntermediateOutputValueClass(java.lang.String intermediateOutputValueClass)
public java.lang.String getIntermediateOutputKeyComparatorClass()
public void setIntermediateOutputKeyComparatorClass(java.lang.String intermediateOutputKeyComparatorClass)
Copyright © 2007-2025 The Apache Software Foundation