@InterfaceAudience.Public
@InterfaceStability.Evolving
public class TezGroupedSplit
extends org.apache.hadoop.mapreduce.InputSplit
implements org.apache.hadoop.io.Writable, org.apache.hadoop.conf.Configurable
| Constructor and Description | 
|---|
TezGroupedSplit()  | 
TezGroupedSplit(int numSplits,
               String wrappedInputFormatName,
               String[] locations)  | 
TezGroupedSplit(int numSplits,
               String wrappedInputFormatName,
               String[] locations,
               String rack)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addSplit(org.apache.hadoop.mapreduce.InputSplit split)  | 
org.apache.hadoop.conf.Configuration | 
getConf()  | 
List<org.apache.hadoop.mapreduce.InputSplit> | 
getGroupedSplits()  | 
long | 
getLength()  | 
String[] | 
getLocations()  | 
String | 
getRack()  | 
void | 
readFields(DataInput in)  | 
void | 
setConf(org.apache.hadoop.conf.Configuration conf)  | 
void | 
write(DataOutput out)  | 
public TezGroupedSplit()
public TezGroupedSplit(int numSplits,
               String wrappedInputFormatName,
               String[] locations,
               String rack)
public void addSplit(org.apache.hadoop.mapreduce.InputSplit split)
public List<org.apache.hadoop.mapreduce.InputSplit> getGroupedSplits()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic long getLength()
               throws IOException,
                      InterruptedException
getLength in class org.apache.hadoop.mapreduce.InputSplitIOExceptionInterruptedExceptionpublic String[] getLocations() throws IOException, InterruptedException
getLocations in class org.apache.hadoop.mapreduce.InputSplitIOExceptionInterruptedExceptionpublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic String getRack()
Copyright © 2015 Apache Software Foundation. All rights reserved.