Uses of Class
org.apache.accumulo.core.util.PeekingIterator

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

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

Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type PeekingIterator
 org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,PeekingIterator<Map.Entry<Key,Value>>> AccumuloRowInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 

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

Fields in org.apache.accumulo.examples.simple.filedata declared as PeekingIterator
protected  PeekingIterator<Map.Entry<Key,Value>> ChunkInputStream.source
           
 

Methods in org.apache.accumulo.examples.simple.filedata with parameters of type PeekingIterator
 void ChunkInputStream.setSource(PeekingIterator<Map.Entry<Key,Value>> in)
           
 

Constructors in org.apache.accumulo.examples.simple.filedata with parameters of type PeekingIterator
ChunkInputStream(PeekingIterator<Map.Entry<Key,Value>> in)
           
 



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