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>
IOException
boolean isOpen() throws IOException
IOException
void close() throws IOException
IOException
void abort(Throwable cause) throws IOException
IOException
Future<V> getFuture() throws IOException
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.