public final class RateLimitedFSDirectory extends org.apache .lucene .store .FilterDirectory
| Constructor and Description |
|---|
RateLimitedFSDirectory(org
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
|
org |
createOutput(String
|
String |
toString()
|
public RateLimitedFSDirectory(org.apache .lucene .store .Directory wrapped, StoreRateLimiting .Provider rateLimitingProvider, StoreRateLimiting .Listener rateListener)
public org.apache .lucene .store .IndexOutput createOutput(String name, org .apache .lucene .store .IOContext context) throws IOException
createOutput in class
org.apache.lucene.store.FilterDirectory
IOException
public void close()
throws IOException
close in interface
Closeable
close in interface
AutoCloseable
close in class
org.apache.lucene.store.FilterDirectory
IOException
public StringtoString()