public class IndicesQueryCache extends AbstractComponent implements org.apache.lucene.search.QueryCache, Closeable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEPRECATED_INDICES_CACHE_QUERY_SIZE
非推奨です。
|
static String |
INDICES_CACHE_QUERY_COUNT |
static String |
INDICES_CACHE_QUERY_SIZE |
deprecationLogger, logger, settings| コンストラクタと説明 |
|---|
IndicesQueryCache(Settings settings) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clearIndex(String index)
Clear all entries that belong to the given index.
|
void |
close() |
org.apache.lucene.search.Weight |
doCache(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.QueryCachingPolicy policy) |
QueryCacheStats |
getStats(ShardId shard)
Get usage statistics for the given shard.
|
void |
onClose(ShardId shardId) |
logDeprecatedSetting, logRemovedSetting, nodeName@Deprecated public static final String DEPRECATED_INDICES_CACHE_QUERY_SIZE
public QueryCacheStats getStats(ShardId shard)
public org.apache.lucene.search.Weight doCache(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.QueryCachingPolicy policy)
doCache インタフェース内 org.apache.lucene.search.QueryCachepublic void clearIndex(String index)
public void close()
close インタフェース内 Closeableclose インタフェース内 AutoCloseablepublic void onClose(ShardId shardId)
Copyright © 2009–2016. All rights reserved.