Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextFreeze-IndexNotFoundException
prevFreeze-EvictorDeactivatedException
Section


Freeze::EvictorIterator

Overview

local interface EvictorIterator

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.

Used By
See Also

Operation Index

hasNext — Determines if the iteration has more elements.
next — Obtains the next identity in the iteration.

Ztop

Operations

bool
Anchor
hasNext
hasNext
hasNext()

Determines if the iteration has more elements.

Return Value

True if the iterator has more elements, false otherwise.

Exceptions

Freeze::DatabaseException — Raised if a database failure occurs while retrieving a batch of objects.

Ice::Identity
Anchor
next
next
next()

Obtains the next identity in the iteration.

Return Value

The next identity in the iteration.

Exceptions

Freeze::NoSuchElementException — Raised if there is no further elements in the iteration.
Freeze::DatabaseException — Raised if a database failure occurs while retrieving a batch of objects.

Ztop

Znav
nextFreeze-IndexNotFoundException
prevFreeze-EvictorDeactivatedException
Section