public class RemoteBufferImpl<E> extends Object implements RemoteBuffer<E>
IBuffer but whose methods
throw IOException and are therefore compatible with Remote
and Exporter.| Constructor and Description |
|---|
RemoteBufferImpl(IBuffer<E> buffer) |
public void add(E e) throws IOException
add in interface RemoteBuffer<E>IOExceptionpublic long flush()
throws IOException
flush in interface RemoteBuffer<E>IOExceptionpublic boolean isEmpty()
throws IOException
isEmpty in interface RemoteBuffer<E>IOExceptionpublic void reset()
throws IOException
reset in interface RemoteBuffer<E>IOExceptionpublic int size()
throws IOException
size in interface RemoteBuffer<E>IOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.