Uses of Class
org.apache.accumulo.core.iterators.system.HeapIterator

Packages that use HeapIterator
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators.system   
 

Uses of HeapIterator in org.apache.accumulo.core.file.rfile
 

Subclasses of HeapIterator in org.apache.accumulo.core.file.rfile
static class RFile.Reader
           
 

Uses of HeapIterator in org.apache.accumulo.core.iterators.system
 

Subclasses of HeapIterator in org.apache.accumulo.core.iterators.system
 class LocalityGroupIterator
           
 class MultiIterator
          An iterator capable of iterating over other iterators in sorted order.
 

Methods in org.apache.accumulo.core.iterators.system with parameters of type HeapIterator
static int LocalityGroupIterator.seek(HeapIterator hiter, LocalityGroupIterator.LocalityGroup[] groups, Set<ByteSequence> nonDefaultColumnFamilies, Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.