|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.mapreduce.InputSplit org.apache.accumulo.core.client.mapreduce.RangeInputSplit
public class RangeInputSplit
The Class RangeInputSplit. Encapsulates an Accumulo range for use in Map Reduce jobs.
Constructor Summary | |
---|---|
|
RangeInputSplit()
|
|
RangeInputSplit(RangeInputSplit split)
|
protected |
RangeInputSplit(String table,
String tableId,
Range range,
String[] locations)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RangeInputSplit()
public RangeInputSplit(RangeInputSplit split) throws IOException
IOException
protected RangeInputSplit(String table, String tableId, Range range, String[] locations)
Method Detail |
---|
public Range getRange()
public static float getProgress(ByteSequence start, ByteSequence end, ByteSequence position)
public float getProgress(Key currentKey)
public long getLength() throws IOException
getLength
in class org.apache.hadoop.mapreduce.InputSplit
IOException
public String[] getLocations() throws IOException
getLocations
in class org.apache.hadoop.mapreduce.InputSplit
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public String toString()
toString
in class Object
@Deprecated public String getTable()
getTableName()
public String getTableName()
@Deprecated public void setTable(String table)
setTableName(java.lang.String)
public void setTableName(String table)
public void setTableId(String tableId)
public String getTableId()
public Instance getInstance()
public String getInstanceName()
public void setInstanceName(String instanceName)
public String getZooKeepers()
public void setZooKeepers(String zooKeepers)
public String getPrincipal()
public void setPrincipal(String principal)
public AuthenticationToken getToken()
public void setToken(AuthenticationToken token)
public void setToken(String tokenFile)
public Boolean isOffline()
public void setOffline(Boolean offline)
public void setLocations(String[] locations)
public Boolean isMockInstance()
public void setMockInstance(Boolean mockInstance)
public Boolean isIsolatedScan()
public void setIsolatedScan(Boolean isolatedScan)
public Authorizations getAuths()
public void setAuths(Authorizations auths)
public void setRange(Range range)
public Boolean usesLocalIterators()
public void setUsesLocalIterators(Boolean localIterators)
public Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> getFetchedColumns()
public void setFetchedColumns(Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> fetchedColumns)
public void setFetchedColumns(Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> fetchedColumns)
public List<IteratorSetting> getIterators()
public void setIterators(List<IteratorSetting> iterators)
public org.apache.log4j.Level getLogLevel()
public void setLogLevel(org.apache.log4j.Level level)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |