This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class GoraInputSplit
java.lang.Object
   org.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.mapreduce.InputSplit
       org.apache.gora.mapreduce.GoraInputSplit
org.apache.gora.mapreduce.GoraInputSplit
- All Implemented Interfaces: 
- org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.Writable
- public class GoraInputSplit 
- extends org.apache.hadoop.mapreduce.InputSplit- implements org.apache.hadoop.io.Writable, org.apache.hadoop.conf.Configurable
InputSplit using PartitionQuerys.
 
 
 
 
query
protected PartitionQuery<?,?> query
GoraInputSplit
public GoraInputSplit()
GoraInputSplit
public GoraInputSplit(org.apache.hadoop.conf.Configuration conf,
                      PartitionQuery<?,?> query)
getConf
public org.apache.hadoop.conf.Configuration getConf()
- 
- Specified by:
- getConfin interface- org.apache.hadoop.conf.Configurable
 
- 
 
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
- 
- Specified by:
- setConfin interface- org.apache.hadoop.conf.Configurable
 
- 
 
getLength
public long getLength()
               throws IOException,
                      InterruptedException
- 
- Specified by:
- getLengthin class- org.apache.hadoop.mapreduce.InputSplit
 
- 
- Throws:
- IOException
- InterruptedException
 
getLocations
public String[] getLocations()
- 
- Specified by:
- getLocationsin class- org.apache.hadoop.mapreduce.InputSplit
 
- 
 
getQuery
public PartitionQuery<?,?> getQuery()
- 
 
- 
 
readFields
public void readFields(DataInput in)
                throws IOException
- 
- Specified by:
- readFieldsin interface- org.apache.hadoop.io.Writable
 
- 
- Throws:
- IOException
 
write
public void write(DataOutput out)
           throws IOException
- 
- Specified by:
- writein interface- org.apache.hadoop.io.Writable
 
- 
- Throws:
- IOException
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.