public static class SearchStats.Stats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
Stats(long queryCount,
long queryTimeInMillis,
long queryCurrent,
long fetchCount,
long fetchTimeInMillis,
long fetchCurrent,
long scrollCount,
long scrollTimeInMillis,
long scrollCurrent) |
Stats(SearchStats.Stats stats) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(SearchStats.Stats stats) |
long |
getFetchCount() |
long |
getFetchCurrent() |
TimeValue |
getFetchTime() |
long |
getFetchTimeInMillis() |
long |
getQueryCount() |
long |
getQueryCurrent() |
TimeValue |
getQueryTime() |
long |
getQueryTimeInMillis() |
long |
getScrollCount() |
long |
getScrollCurrent() |
TimeValue |
getScrollTime() |
long |
getScrollTimeInMillis() |
void |
readFrom(StreamInput in) |
static SearchStats.Stats |
readStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public Stats(long queryCount,
long queryTimeInMillis,
long queryCurrent,
long fetchCount,
long fetchTimeInMillis,
long fetchCurrent,
long scrollCount,
long scrollTimeInMillis,
long scrollCurrent)
public Stats(SearchStats.Stats stats)
public void add(SearchStats.Stats stats)
public long getQueryCount()
public TimeValue getQueryTime()
public long getQueryTimeInMillis()
public long getQueryCurrent()
public long getFetchCount()
public TimeValue getFetchTime()
public long getFetchTimeInMillis()
public long getFetchCurrent()
public long getScrollCount()
public TimeValue getScrollTime()
public long getScrollTimeInMillis()
public long getScrollCurrent()
public static SearchStats.Stats readStats(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.