public class ShardRequestCache extends AbstractIndexShardComponent implements com.google.common.cache.RemovalListener<IndicesRequestCache.Key,IndicesRequestCache.Value>
deprecationLogger, indexSettings, logger, shardId| コンストラクタと説明 |
|---|
ShardRequestCache(ShardId shardId,
Settings indexSettings) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
onCached(IndicesRequestCache.Key key,
IndicesRequestCache.Value value) |
void |
onHit() |
void |
onMiss() |
void |
onRemoval(com.google.common.cache.RemovalNotification<IndicesRequestCache.Key,IndicesRequestCache.Value> removalNotification) |
RequestCacheStats |
stats() |
indexSettings, nodeName, shardIdpublic RequestCacheStats stats()
public void onHit()
public void onMiss()
public void onCached(IndicesRequestCache.Key key, IndicesRequestCache.Value value)
public void onRemoval(com.google.common.cache.RemovalNotification<IndicesRequestCache.Key,IndicesRequestCache.Value> removalNotification)
onRemoval インタフェース内 com.google.common.cache.RemovalListener<IndicesRequestCache.Key,IndicesRequestCache.Value>Copyright © 2009–2016. All rights reserved.