Class BufferedUpdatesStream.ApplyDeletesResult

  • Enclosing class:
    BufferedUpdatesStream

    static class BufferedUpdatesStream.ApplyDeletesResult
    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

      • anyDeletes

        final boolean anyDeletes
    • Constructor Detail

      • ApplyDeletesResult

        ApplyDeletesResult​(boolean anyDeletes,
                           java.util.List<SegmentCommitInfo> allDeleted)