public interface RemoteBuffer<E> extends Remote
Remote interface declaring the API of IBuffer but also
declaring that each methods throws IOException in order to be
compatible with Remote and Exporter. Of course, this means
that this interface can not extend IBuffer!int size()
throws IOException
IOExceptionboolean isEmpty()
throws IOException
IOExceptionvoid add(E e) throws IOException
IOExceptionlong flush()
throws IOException
IOExceptionvoid reset()
throws IOException
IOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.