public class QueryCacheStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
QueryCacheStats() |
QueryCacheStats(long ramBytesUsed,
long hitCount,
long missCount,
long cacheCount,
long cacheSize) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(QueryCacheStats stats) |
long |
getCacheCount()
The number of
DocIdSets that have been cached. |
long |
getCacheSize()
The number of
DocIdSets that are in the cache. |
long |
getEvictions()
The number of
DocIdSets that have been evicted from the cache. |
long |
getHitCount()
The number of successful lookups in the cache.
|
ByteSizeValue |
getMemorySize() |
long |
getMemorySizeInBytes() |
long |
getMissCount()
The number of lookups in the cache that failed to retrieve a
DocIdSet. |
long |
getTotalCount()
The total number of lookups in the cache.
|
void |
readFrom(StreamInput in) |
static QueryCacheStats |
readQueryCacheStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public QueryCacheStats()
public QueryCacheStats(long ramBytesUsed,
long hitCount,
long missCount,
long cacheCount,
long cacheSize)
public void add(QueryCacheStats stats)
public long getMemorySizeInBytes()
public ByteSizeValue getMemorySize()
public long getTotalCount()
public long getHitCount()
public long getMissCount()
DocIdSet.public long getCacheCount()
DocIdSets that have been cached.public long getCacheSize()
DocIdSets that are in the cache.public long getEvictions()
DocIdSets that have been evicted from the cache.public static QueryCacheStats readQueryCacheStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.