Package org.elasticsearch.index.shard
Class IndexingStats
java.lang.Object
org.elasticsearch.index.shard.IndexingStats
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
public class IndexingStats extends java.lang.Object implements Writeable, ToXContentFragment
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexingStats.StatsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description IndexingStats()IndexingStats(StreamInput in)IndexingStats(IndexingStats.Stats totalStats, java.util.Map<java.lang.String,IndexingStats.Stats> typeStats) -
Method Summary
Modifier and Type Method Description voidadd(IndexingStats indexingStats)voidadd(IndexingStats indexingStats, boolean includeTypes)voidaddTotals(IndexingStats indexingStats)IndexingStats.StatsgetTotal()java.util.Map<java.lang.String,IndexingStats.Stats>getTypeStats()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
IndexingStats
public IndexingStats() -
IndexingStats
- Throws:
java.io.IOException
-
IndexingStats
public IndexingStats(IndexingStats.Stats totalStats, @Nullable java.util.Map<java.lang.String,IndexingStats.Stats> typeStats)
-
-
Method Details
-
add
-
add
-
addTotals
-
getTotal
-
getTypeStats
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.
-