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