Lucene.Net.Util.ThrottledIndexOutput.ThrottledIndexOutput C# (CSharp) Метод

ThrottledIndexOutput() публичный Метод

public ThrottledIndexOutput ( int bytesPerSecond, long delayInMillis, IndexOutput @delegate ) : System
bytesPerSecond int
delayInMillis long
@delegate IndexOutput
Результат System
        public ThrottledIndexOutput(int bytesPerSecond, long delayInMillis, IndexOutput @delegate)
            : this(bytesPerSecond, delayInMillis, delayInMillis, delayInMillis, DEFAULT_MIN_WRITTEN_BYTES, @delegate)
        {
        }

Same methods

ThrottledIndexOutput::ThrottledIndexOutput ( int bytesPerSecond, long delays, int minBytesWritten, IndexOutput @delegate ) : System
ThrottledIndexOutput::ThrottledIndexOutput ( int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput @delegate ) : System