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, skipgetFactory, getItem, getNode, getNodeTypeArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPosition, getSize, skipforEachRemaining, hasNext, next, removepublic ClientRowIterator(Session session, RemoteIterator iterator, LocalAdapterFactory factory)
iterator - remote iteratorfactory - local adapter factoryprotected Object getObject(Object remote)
getObject in class ClientIteratorremote - remote referenceClientIterator.getObject(Object)public Row nextRow()
nextRow in interface RowIteratorRowIterator.nextRow()Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.