@NotThreadSafe public static interface NodeSequence.Batch extends NodeSequence.RowAccessor
NodeSequence.nextBatch()
Modifier and Type | Method and Description |
---|---|
String |
getWorkspaceName()
Get the name of the workspace in which exists all nodes in this batch.
|
boolean |
hasNext()
Determine if there are more rows in this batch.
|
boolean |
isEmpty()
Determine whether this batch is empty.
|
void |
nextRow()
Move to the next row in this batch.
|
long |
rowCount()
Get the number of rows in the batch, if that information is available.
|
String getWorkspaceName()
long rowCount()
boolean isEmpty()
boolean hasNext()
void nextRow()
NoSuchElementException
- if there is no current rowCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.