Class TieredMergePolicy.SegmentSizeAndDocs

  • Enclosing class:
    TieredMergePolicy

    private static class TieredMergePolicy.SegmentSizeAndDocs
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sizeInBytes

        private final long sizeInBytes
      • delCount

        private final int delCount
      • maxDoc

        private final int maxDoc
      • name

        private final java.lang.String name
    • Constructor Detail

      • SegmentSizeAndDocs

        SegmentSizeAndDocs​(SegmentCommitInfo info,
                           long sizeInBytes,
                           int segDelCount)
                    throws java.io.IOException
        Throws:
        java.io.IOException