public static class BatchManager.BatchResponse extends Object implements Iterator<BatchManager.OutputItem>
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
getSuccess() |
boolean |
hasNext() |
BatchManager.OutputItem |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean getSuccess()
public boolean hasNext()
hasNext
in interface Iterator<BatchManager.OutputItem>
public BatchManager.OutputItem next()
next
in interface Iterator<BatchManager.OutputItem>
public void remove()
remove
in interface Iterator<BatchManager.OutputItem>
public void close()
Copyright © 2013-2016 MarkLogic Corporation.