Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query
Interface ResultIterator

All Superinterfaces:
Iterator<Object>
All Known Implementing Classes:
AbstractIterator, DistributedIterator, DistributedLazyIterator, EagerIterator, LazyIterator

public interface ResultIterator
extends Iterator<Object>

Iterates over query results

Author:
Marko Luksa

Method Summary
 void close()
          This method must be called on your iterator once you have finished so that any local or remote resources can be freed up.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()
This method must be called on your iterator once you have finished so that any local or remote resources can be freed up.


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.