401402403404405406407
* Creates a {@link ServerRowIterator} instance. {@inheritDoc} */ public RemoteIterator getRemoteRowIterator(RowIterator iterator) throws RemoteException { return optimizeIterator( new ServerRowIterator(iterator, this, bufferSize)); }
400401402403404405406
433434435436437438439440
/** * Creates a {@link ServerRowIterator} instance. {@inheritDoc} */ public RemoteIterator getRemoteRowIterator(RowIterator iterator) throws RemoteException { return optimizeIterator(new ServerRowIterator(iterator, this, bufferSize)); }
396397398399400401402
439440441442443444445446
427428429430431432433
402403404405406407408