public class IndexingStats extends Object implements Streamable, ToXContent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
IndexingStats.Stats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
IndexingStats() |
IndexingStats(IndexingStats.Stats totalStats,
Map<String,IndexingStats.Stats> typeStats) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(IndexingStats indexingStats) |
void |
add(IndexingStats indexingStats,
boolean includeTypes) |
void |
addTotals(IndexingStats indexingStats) |
IndexingStats.Stats |
getTotal() |
Map<String,IndexingStats.Stats> |
getTypeStats() |
void |
readFrom(StreamInput in) |
static IndexingStats |
readIndexingStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public IndexingStats()
public IndexingStats(IndexingStats.Stats totalStats, @Nullable Map<String,IndexingStats.Stats> typeStats)
public void add(IndexingStats indexingStats)
public void add(IndexingStats indexingStats, boolean includeTypes)
public void addTotals(IndexingStats indexingStats)
public IndexingStats.Stats getTotal()
@Nullable public Map<String,IndexingStats.Stats> getTypeStats()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic static IndexingStats readIndexingStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.