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>
IOException
public long flush() throws IOException
flush
in interface RemoteBuffer<E>
IOException
public boolean isEmpty() throws IOException
isEmpty
in interface RemoteBuffer<E>
IOException
public void reset() throws IOException
reset
in interface RemoteBuffer<E>
IOException
public int size() throws IOException
size
in interface RemoteBuffer<E>
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.