public static interface ProcedureStore.ProcedureIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if the iterator has more elements.
|
boolean |
isNextFinished() |
Procedure |
next()
Returns the next procedure in the iteration.
|
void |
reset()
Reset the Iterator by seeking to the beginning of the list.
|
void |
skipNext()
Skip the next procedure
|
void reset()
boolean hasNext()
boolean isNextFinished()
void skipNext()
Procedure next() throws IOException
IOException - if there was an error fetching/deserializing the procedureCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.