public class IngestStats extends java.lang.Object implements Writeable, ToXContent
Modifier and Type | Class and Description |
---|---|
static class |
IngestStats.Stats |
Writeable.Reader<V>, Writeable.Writer<V>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
IngestStats(IngestStats.Stats totalStats,
java.util.Map<java.lang.String,IngestStats.Stats> statsPerPipeline) |
IngestStats(StreamInput in)
Read from a stream.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IngestStats.Stats> |
getStatsPerPipeline() |
IngestStats.Stats |
getTotalStats() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
public IngestStats(IngestStats.Stats totalStats, java.util.Map<java.lang.String,IngestStats.Stats> statsPerPipeline)
public IngestStats(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public IngestStats.Stats getTotalStats()
public java.util.Map<java.lang.String,IngestStats.Stats> getStatsPerPipeline()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException