Package | Description |
---|---|
com.bigdata.service.proxy |
This package provides implementations of proxy objects for commonly used
classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteChunk<E>
A chunk of elements materialized from a remote iterator together with some
metadata about the state of the remote iterator (whether or not it is
exhausted, what its
IKeyOrder is (if any)). |
Modifier and Type | Method and Description |
---|---|
IRemoteChunk<E> |
IRemoteChunkedIterator.nextChunk()
Return the next "chunk" from the iterator.
|
IRemoteChunk<E> |
RemoteChunkedIterator.nextChunk()
Return the next
IRemoteChunk from the source iterator. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.