GigaSpaces XAP 7.1 API

com.j_spaces.javax.cache
Interface CacheIterator<E>

Type Parameters:
E - Type of elements returned by a call to Iterator.next().
All Superinterfaces:
Iterator<E>

Deprecated. Use DataIterator.

public interface CacheIterator<E>
extends Iterator<E>

An iterator over a collection of candidates to be loaded into the space.

Since:
5.1
Version:
1.0
Author:
moran

Method Summary
 void close()
          Deprecated. Closes the iteration.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()
Deprecated. 
Closes the iteration. Called when enough candidates have been found to satisfy the query limit. Implementors should free up all excess resources.


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.