Class RrdNioByteBufferBackendFactory

    • Constructor Detail

      • RrdNioByteBufferBackendFactory

        public RrdNioByteBufferBackendFactory()
    • Method Detail

      • open

        protected RrdBackend open​(String path,
                                  boolean readOnly)
                           throws IOException
        Creates RrdNioByteBufferBackend object for the given file path.
        Overrides:
        open in class RrdFileBackendFactory
        Parameters:
        path - File path
        readOnly - True, if the file should be accessed in read/only mode. False otherwise.
        Returns:
        RrdNioBackend object which handles all I/O operations for the given file path
        Throws:
        IOException - Thrown in case of I/O error.