E
- The generic type of the elements visited by the source iterator.public interface IRemoteChunkedIterator<E> extends Remote
IChunkedIterator
with an object
that implements this interface, and then export a proxy for that object. On
the client, we wrap the proxy so as to hide the IOException
s and
regain our original interface signature.Modifier and Type | Method and Description |
---|---|
void |
close()
Close the remote iterator.
|
IRemoteChunk<E> |
nextChunk()
Return the next "chunk" from the iterator.
|
void close() throws IOException
IOException
IRemoteChunk<E> nextChunk() throws IOException
IRemoteChunk
.IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.