Package db.buffers

Interface BlockStreamHandle<T extends BlockStream>


public interface BlockStreamHandle<T extends BlockStream>
  • Method Summary

    Modifier and Type
    Method
    Description
    Invoked by client to establish the remote connection and return the opened block stream.
  • Method Details

    • openBlockStream

      T openBlockStream() throws IOException
      Invoked by client to establish the remote connection and return the opened block stream.
      Returns:
      connected/open block stream
      Throws:
      IOException