A ClientIterator for iterating remote rows.
@Deprecated public class ClientRowIterator extends ClientIterator implements RowIterator
| Constructor and Description | 
|---|
| ClientRowIterator(Session session,
                 RemoteIterator iterator,
                 LocalAdapterFactory factory)Deprecated.  Creates a ClientRowIterator instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | getObject(Object remote)Deprecated.  Creates and returns a local adapter for the given remote row. | 
| Row | nextRow()Deprecated.  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–2024 The Apache Software Foundation. All rights reserved.