public final class RateLimitedFSDirectory
extends org.apache.lucene.store.FilterDirectory
| Constructor and Description |
|---|
RateLimitedFSDirectory(org.apache.lucene.store.Directory wrapped,
StoreRateLimiting.Provider rateLimitingProvider,
StoreRateLimiting.Listener rateListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.lucene.store.IndexOutput |
createOutput(String name,
org.apache.lucene.store.IOContext context) |
String |
toString() |
deleteFile, fileLength, getDelegate, listAll, obtainLock, openInput, renameFile, sync, unwrappublic 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.FilterDirectoryIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.FilterDirectoryIOExceptionpublic String toString()
toString in class org.apache.lucene.store.FilterDirectoryCopyright © 2009–2017. All rights reserved.