Writeable, ToXContent, ToXContentFragmentpublic class IngestStats extends java.lang.Object implements Writeable, ToXContentFragment
| Modifier and Type | Class | Description |
|---|---|---|
static class |
IngestStats.Stats |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
IngestStats(StreamInput in) |
Read from a stream.
|
IngestStats(IngestStats.Stats totalStats,
java.util.Map<java.lang.String,IngestStats.Stats> statsPerPipeline) |
| Modifier and Type | Method | 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, waitisFragmentpublic IngestStats(IngestStats.Stats totalStats, java.util.Map<java.lang.String,IngestStats.Stats> statsPerPipeline)
public IngestStats(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic 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 ToXContentjava.io.IOException