Package | Description |
---|---|
com.bigdata.service.proxy |
This package provides implementations of proxy objects for commonly used
classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteRunnableBuffer<E,V>
Remote interface declaring the API of IRunnableBuffer but
also declaring that each methods throws IOException in order to be
compatible with Remote and Exporter. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteBufferImpl<E>
A helper object that provides the API of
IBuffer but whose methods
throw IOException and are therefore compatible with Remote
and Exporter . |
class |
RemoteRunnableBufferImpl<E,V>
A helper object that provides the API of
IBlockingBuffer but whose
methods throw IOException and are therefore compatible with
Remote and Exporter. |
Constructor and Description |
---|
ClientBuffer(RemoteBuffer<E> buffer) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.