Package db.buffers

Interface BlockStreamHandle<T extends BlockStream>


  • public interface BlockStreamHandle<T extends BlockStream>
    • 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