The methods for the
CheckpointsInfoIterator are the following:
CheckpointsInfoIterator::
CheckpointInfo next()
CheckpointInfo[] nextBatch(int count)
void close()
Where:
-
The
next method returns the next
CheckpointInfo of the iteration, or
null if the end of the iteration has been reached.
-
The
nextBatch method returns the maximum number of
CheckpointInfo allowed for the iteration, or
less if the end of the iteration has been reached.
-
The
close method is used to close the iteration. The
close method must be called to release resources
dedicated to the iteration within the Indexing System and inside the Helper.
The command uses the standard HTTP responses. See
HTTP command response.