public interface CheckpointInfoIterator extends java.util.Iterator<CheckpointInfo>
Iterator
and exposes two
additional methods:
CheckpointInfo
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the iterator.
|
CheckpointInfo[] |
nextBatch(int count)
Gets a set of CheckpointInfo.
|
CheckpointInfo[] nextBatch(int count) throws UnknownErrorException
count
- the number of checkpoints to retrieveUnknownErrorException
- upon error.void close() throws UnknownErrorException
UnknownErrorException
- upon error.Copyright © 2021 Dassault Systèmes, All Rights Reserved.