Uses of Class
org.apache.blur.manager.results.PeekableIterator

Packages that use PeekableIterator
org.apache.blur.manager.results   
org.apache.blur.utils   
 

Uses of PeekableIterator in org.apache.blur.manager.results
 

Methods in org.apache.blur.manager.results that return PeekableIterator
static
<T,E extends Exception>
PeekableIterator<T,E>
PeekableIterator.wrap(BlurIterator<T,E> iterator)
           
 

Methods in org.apache.blur.manager.results with parameters of type PeekableIterator
 int BlurResultPeekableIteratorComparator.compare(PeekableIterator<BlurResult,BlurException> o1, PeekableIterator<BlurResult,BlurException> o2)
           
 int BlurResultPeekableIteratorComparator.compare(PeekableIterator<BlurResult,BlurException> o1, PeekableIterator<BlurResult,BlurException> o2)
           
 

Uses of PeekableIterator in org.apache.blur.utils
 

Fields in org.apache.blur.utils with type parameters of type PeekableIterator
static Comparator<? super PeekableIterator<BlurResult,BlurException>> BlurUtil.HITS_PEEKABLE_ITERATOR_COMPARATOR
           
 



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