org.apache.accumulo.core.client.mapreduce
Class InputFormatBase.RangeInputSplit

java.lang.Object
  extended by org.apache.hadoop.mapreduce.InputSplit
      extended by org.apache.accumulo.core.client.mapreduce.RangeInputSplit
          extended by org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
InputFormatBase<K,V>

Deprecated. since 1.5.2; Use RangeInputSplit instead.

@Deprecated
public static class InputFormatBase.RangeInputSplit
extends RangeInputSplit

See Also:
RangeInputSplit

Constructor Summary
  InputFormatBase.RangeInputSplit()
          Deprecated.  
  InputFormatBase.RangeInputSplit(InputFormatBase.RangeInputSplit other)
          Deprecated.  
protected InputFormatBase.RangeInputSplit(String table, Range range, String[] locations)
          Deprecated.  
  InputFormatBase.RangeInputSplit(String table, String tableId, Range range, String[] locations)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
getAuths, getFetchedColumns, getInstance, getInstanceName, getIterators, getLength, getLocations, getLogLevel, getPrincipal, getProgress, getProgress, getRange, getTable, getTableId, getTableName, getToken, getZooKeepers, isIsolatedScan, isMockInstance, isOffline, readFields, setAuths, setFetchedColumns, setFetchedColumns, setInstanceName, setIsolatedScan, setIterators, setLocations, setLogLevel, setMockInstance, setOffline, setPrincipal, setRange, setTable, setTableId, setTableName, setToken, setToken, setUsesLocalIterators, setZooKeepers, toString, usesLocalIterators, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputFormatBase.RangeInputSplit

public InputFormatBase.RangeInputSplit()
Deprecated. 

InputFormatBase.RangeInputSplit

public InputFormatBase.RangeInputSplit(InputFormatBase.RangeInputSplit other)
                                throws IOException
Deprecated. 
Throws:
IOException

InputFormatBase.RangeInputSplit

protected InputFormatBase.RangeInputSplit(String table,
                                          Range range,
                                          String[] locations)
Deprecated. 

InputFormatBase.RangeInputSplit

public InputFormatBase.RangeInputSplit(String table,
                                       String tableId,
                                       Range range,
                                       String[] locations)
Deprecated. 


Copyright © 2015 Apache Accumulo Project. All rights reserved.