public final class RateLimitedFSDirectory
extends org.apache.lucene.store.FilterDirectory
| コンストラクタと説明 |
|---|
RateLimitedFSDirectory(org.apache.lucene.store.Directory wrapped,
StoreRateLimiting.Provider rateLimitingProvider,
StoreRateLimiting.Listener rateListener) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
org.apache.lucene.store.IndexOutput |
createOutput(String name,
org.apache.lucene.store.IOContext context) |
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 クラス内 org.apache.lucene.store.FilterDirectoryIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 org.apache.lucene.store.FilterDirectoryIOExceptionpublic String toString()
toString クラス内 org.apache.lucene.store.FilterDirectoryCopyright © 2009–2016. All rights reserved.