|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeekingIterator | |
---|---|
org.apache.accumulo.core.client.mapred | |
org.apache.accumulo.core.client.mapreduce | |
org.apache.accumulo.core.util | |
org.apache.accumulo.examples.simple.filedata |
Uses of PeekingIterator in org.apache.accumulo.core.client.mapred |
---|
Methods in org.apache.accumulo.core.client.mapred that return types with arguments of type PeekingIterator | |
---|---|
org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.Text,PeekingIterator<Map.Entry<Key,Value>>> |
AccumuloRowInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,
org.apache.hadoop.mapred.Reporter reporter)
|
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.core.util |
---|
Methods in org.apache.accumulo.core.util that return PeekingIterator | |
---|---|
PeekingIterator<E> |
PeekingIterator.initialize(Iterator<E> source)
Initializes this iterator, to be used with PeekingIterator() . |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |