Package db.buffers
Interface BlockStreamHandle<T extends BlockStream>
-
public interface BlockStreamHandle<T extends BlockStream>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
openBlockStream()
Invoked by client to establish the remote connection and return the opened block stream.
-
-
-
Method Detail
-
openBlockStream
T openBlockStream() throws java.io.IOException
Invoked by client to establish the remote connection and return the opened block stream.- Returns:
- connected/open block stream
- Throws:
java.io.IOException
-
-