Interface HgkvDir

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, HgkvFile
    All Known Implementing Classes:
    HgkvDirImpl

    public interface HgkvDir
    extends HgkvFile
    One HgkvDir consists of segments, and each segment is a HgkvFile. one HgkvFile is a complete file, one HgkvDir consists of multiple HgkvFile.
    • Method Detail

      • segments

        java.util.List<HgkvFile> segments()
        Return the segments in HgkvDir. A HgkvDir is a complete file, HgkvDir consists of multiple HgkvFile.