Package

swaydb.core.io

file

Permalink

package file

Visibility
  1. Public
  2. All

Type Members

  1. class DBFile extends LazyLogging with DBFileType

    Permalink

    Wrapper class for different file types of DBFileType.

    Wrapper class for different file types of DBFileType.

    Responsible for lazy loading files for reads and opening closed files in a thread safe manner.

Value Members

  1. object DBFile

    Permalink
  2. object IO extends LazyLogging

    Permalink

    All direct IO operations should be implemented by DBFile only.

    All direct IO operations should be implemented by DBFile only. These functions or any other direct java IO operations should not get outside the file package.

Ungrouped