public class ScriptStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ScriptStats() |
ScriptStats(long compilations,
long cacheEvictions) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(ScriptStats stats) |
long |
getCacheEvictions() |
long |
getCompilations() |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
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 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.