Class FSLogicalAddressingIndex.P2LIndexHeader

  • Enclosing class:
    FSLogicalAddressingIndex

    private static class FSLogicalAddressingIndex.P2LIndexHeader
    extends java.lang.Object
    • Field Detail

      • firstRevision

        private long firstRevision
      • pageSize

        private long pageSize
      • pageCount

        private long pageCount
      • fileSize

        private long fileSize
      • offsets

        private long[] offsets
    • Constructor Detail

      • P2LIndexHeader

        public P2LIndexHeader​(long firstRevision,
                              long pageSize,
                              long pageCount,
                              long fileSize,
                              long[] offsets)
    • Method Detail

      • getFirstRevision

        public long getFirstRevision()
      • getPageSize

        public long getPageSize()
      • getPageCount

        public long getPageCount()
      • getFileSize

        public long getFileSize()
      • getOffsets

        public long[] getOffsets()