Ice 3.6 Slice API Reference
|
An iterator for the objects managed by the evictor. More...
Defined in <Freeze/Evictor.ice>
local interface EvictorIterator { ... }
Operations | |
bool | hasNext () |
Determines if the iteration has more elements. More... | |
Ice::Identity | next () |
Obtains the next identity in the iteration. More... | |
An iterator for the objects managed by the evictor.
Note that an EvictorIterator is not thread-safe: the application needs to serialize access to a given EvictorIterator, for example by using it in just one thread.
bool hasNext | ( | ) |
Determines if the iteration has more elements.
DatabaseException | Raised if a database failure occurs while retrieving a batch of objects. |
Ice::Identity next | ( | ) |
Obtains the next identity in the iteration.
NoSuchElementException | Raised if there is no further elements in the iteration. |
DatabaseException | Raised if a database failure occurs while retrieving a batch of objects. |