Uses of Class
org.apache.accumulo.core.client.mapreduce.InputFormatBase

Packages that use InputFormatBase
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.examples.simple.filedata   
 

Uses of InputFormatBase in org.apache.accumulo.core.client.mapreduce
 

Subclasses of InputFormatBase in org.apache.accumulo.core.client.mapreduce
 class AccumuloInputFormat
          This class allows MapReduce jobs to use Accumulo as the source of data.
 class AccumuloRowInputFormat
           
 

Uses of InputFormatBase in org.apache.accumulo.examples.simple.filedata
 

Subclasses of InputFormatBase in org.apache.accumulo.examples.simple.filedata
 class ChunkInputFormat
          An InputFormat that turns the file data ingested with FileDataIngest into an InputStream using ChunkInputStream.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.