public class RequestCacheStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
RequestCacheStats() |
RequestCacheStats(long memorySize,
long evictions,
long hitCount,
long missCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RequestCacheStats stats) |
long |
getEvictions() |
long |
getHitCount() |
ByteSizeValue |
getMemorySize() |
long |
getMemorySizeInBytes() |
long |
getMissCount() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic RequestCacheStats()
public RequestCacheStats(long memorySize,
long evictions,
long hitCount,
long missCount)
public void add(RequestCacheStats stats)
public long getMemorySizeInBytes()
public ByteSizeValue getMemorySize()
public long getEvictions()
public long getHitCount()
public long getMissCount()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException