org.apache.blur.manager.results
Class BlurResultIterableClient.SearchIterator

java.lang.Object
  extended by org.apache.blur.manager.results.BlurResultIterableClient.SearchIterator
All Implemented Interfaces:
BlurIterator<BlurResult,BlurException>
Enclosing class:
BlurResultIterableClient

public class BlurResultIterableClient.SearchIterator
extends Object
implements BlurIterator<BlurResult,BlurException>


Constructor Summary
BlurResultIterableClient.SearchIterator()
           
 
Method Summary
 long getPosition()
           
 boolean hasNext()
           
 BlurResult next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlurResultIterableClient.SearchIterator

public BlurResultIterableClient.SearchIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface BlurIterator<BlurResult,BlurException>

next

public BlurResult next()
                throws BlurException
Specified by:
next in interface BlurIterator<BlurResult,BlurException>
Throws:
BlurException

getPosition

public long getPosition()
                 throws BlurException
Specified by:
getPosition in interface BlurIterator<BlurResult,BlurException>
Throws:
BlurException


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