E - The generic type of the elements in the buffer.V - The generic type of the result of the method call.public interface RemoteRunnableBuffer<E,V> extends RemoteBuffer<E>
Remote interface declaring the API of IRunnableBuffer 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 IRunnableBuffer!void add(E e) throws IOException
add in interface RemoteBuffer<E>IOExceptionboolean isOpen()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid abort(Throwable cause) throws IOException
IOExceptionFuture<V> getFuture() throws IOException
IOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.