Class IndexedStorageFile.SegmentRangeWriteLock

java.lang.Object
com.hypixel.hytale.storage.IndexedStorageFile.SegmentRangeWriteLock
Enclosing class:
IndexedStorageFile

protected class IndexedStorageFile.SegmentRangeWriteLock extends Object
  • Field Details

    • segmentIndex

      private final int segmentIndex
    • count

      private final int count
    • stamps

      private final long[] stamps
  • Constructor Details

    • SegmentRangeWriteLock

      public SegmentRangeWriteLock(int segmentIndex, int count, long[] stamps)
  • Method Details

    • unlock

      protected void unlock()