public class ScriptStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
ScriptStats() |
ScriptStats(long compilations,
long cacheEvictions) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ScriptStats stats) |
long |
getCacheEvictions() |
long |
getCompilations() |
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.
|
public ScriptStats()
public ScriptStats(long compilations,
long cacheEvictions)
public void add(ScriptStats stats)
public long getCompilations()
public long getCacheEvictions()
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