Constructor ThrottledIndexOutput
ThrottledIndexOutput(Int32, Int64, IndexOutput)
Declaration
public ThrottledIndexOutput(int bytesPerSecond, long delayInMillis, IndexOutput delegate)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesPerSecond |
|
System.Int64 |
delayInMillis |
|
IndexOutput |
delegate |
|
ThrottledIndexOutput(Int32, Int64, Int32, IndexOutput)
Declaration
public ThrottledIndexOutput(int bytesPerSecond, long delays, int minBytesWritten, IndexOutput delegate)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesPerSecond |
|
System.Int64 |
delays |
|
System.Int32 |
minBytesWritten |
|
IndexOutput |
delegate |
|
ThrottledIndexOutput(Int32, Int64, Int64, Int64, Int64, IndexOutput)
Declaration
public ThrottledIndexOutput(int bytesPerSecond, long flushDelayMillis, long closeDelayMillis, long seekDelayMillis, long minBytesWritten, IndexOutput delegate)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesPerSecond |
|
System.Int64 |
flushDelayMillis |
|
System.Int64 |
closeDelayMillis |
|
System.Int64 |
seekDelayMillis |
|
System.Int64 |
minBytesWritten |
|
IndexOutput |
delegate |
|