public class ClientRowIterator extends ClientIterator implements RowIterator
Constructor and Description |
---|
ClientRowIterator(Session session,
RemoteIterator iterator,
LocalAdapterFactory factory)
Creates a ClientRowIterator instance.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
getObject(Object remote)
Creates and returns a local adapter for the given remote row.
|
Row |
nextRow()
Returns the next row in this iteration.
|
getPosition, getSize, hasNext, next, remove, skip
getFactory, getItem, getNode, getNodeTypeArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPosition, getSize, skip
forEachRemaining, hasNext, next, remove
public ClientRowIterator(Session session, RemoteIterator iterator, LocalAdapterFactory factory)
iterator
- remote iteratorfactory
- local adapter factoryprotected Object getObject(Object remote)
getObject
in class ClientIterator
remote
- remote referenceClientIterator.getObject(Object)
public Row nextRow()
nextRow
in interface RowIterator
RowIterator.nextRow()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.