Class MappedStoreManager

    • Constructor Detail

      • MappedStoreManager

        public MappedStoreManager​(int cbInitial,
                                  int cbMaximum,
                                  File dir)
        Construct a DirectStoreManager that uses BinaryMap objests built on the MappedBufferManager(s) with certain initial and maximum size.
        Parameters:
        cbInitial - the initial size of the managed buffers
        cbMaximum - the maximum size of the managed buffers
    • Method Detail

      • getDirectory

        public File getDirectory()
        Obtain the directory to use for MappedBufferManager(s).
        Returns:
        the File object, or null if the default location is used
      • setDirectory

        public void setDirectory​(File dir)
        Specify the directory to use for MappedBufferManager(s).
        Parameters:
        dir - the File object representing the directory, or null to use the default location