Uses of Class
org.apache.accumulo.core.client.mapred.AbstractInputFormat

Packages that use AbstractInputFormat
org.apache.accumulo.core.client.mapred   
 

Uses of AbstractInputFormat in org.apache.accumulo.core.client.mapred
 

Subclasses of AbstractInputFormat in org.apache.accumulo.core.client.mapred
 class AccumuloInputFormat
          This class allows MapReduce jobs to use Accumulo as the source of data.
 class AccumuloMultiTableInputFormat
          This class allows MapReduce jobs to use multiple Accumulo tables as the source of data.
 class AccumuloRowInputFormat
          This class allows MapReduce jobs to use Accumulo as the source of data.
 class InputFormatBase<K,V>
          This abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.