Writeable, ToXContent, ToXContentFragmentpublic static class IngestStats.Stats extends java.lang.Object implements Writeable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
Stats(long ingestCount,
long ingestTimeInMillis,
long ingestCurrent,
long ingestFailedCount) |
|
Stats(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
getIngestCount() |
|
long |
getIngestCurrent() |
|
long |
getIngestFailedCount() |
|
long |
getIngestTimeInMillis() |
|
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 Stats(long ingestCount,
long ingestTimeInMillis,
long ingestCurrent,
long ingestFailedCount)
public Stats(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic long getIngestCount()
public long getIngestTimeInMillis()
public long getIngestCurrent()
public long getIngestFailedCount()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException