public class QueryCacheStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
QueryCacheStats() |
QueryCacheStats(long memorySize,
long evictions,
long hitCount,
long missCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(QueryCacheStats stats) |
long |
getEvictions() |
long |
getHitCount() |
ByteSizeValue |
getMemorySize() |
long |
getMemorySizeInBytes() |
long |
getMissCount() |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public QueryCacheStats()
public QueryCacheStats(long memorySize,
long evictions,
long hitCount,
long missCount)
public void add(QueryCacheStats stats)
public long getMemorySizeInBytes()
public ByteSizeValue getMemorySize()
public long getEvictions()
public long getHitCount()
public long getMissCount()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.