Class ThrottledIndexOutput

    • Field Detail

      • DEFAULT_MIN_WRITTEN_BYTES

        public static final int DEFAULT_MIN_WRITTEN_BYTES
        See Also:
        Constant Field Values
    • Constructor Detail

      • ThrottledIndexOutput

        public ThrottledIndexOutput​(int bytesPerSecond,
                                    long delayInMillis,
                                    IndexOutput delegate)
      • ThrottledIndexOutput

        public ThrottledIndexOutput​(int bytesPerSecond,
                                    long delays,
                                    int minBytesWritten,
                                    IndexOutput delegate)
      • ThrottledIndexOutput

        public ThrottledIndexOutput​(int bytesPerSecond,
                                    long flushDelayMillis,
                                    long closeDelayMillis,
                                    long seekDelayMillis,
                                    long minBytesWritten,
                                    IndexOutput delegate)