Class IngestTotal
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.IngestTotal
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IngestTotal.Builder,IngestTotal>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IngestTotal
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<IngestTotal.Builder,IngestTotal>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IngestTotal> Json deserializer forIngestTotal -
Method Summary
Modifier and TypeMethodDescriptionstatic IngestTotal.Builderbuilder()final Longcount()Total number of documents ingested during the lifetime of this node.final Longcurrent()Total number of documents currently being ingested.booleanfinal Longfailed()Total number of failed ingest operations during the lifetime of this node.inthashCode()static IngestTotalfinal List<Map<String, KeyedProcessor>> Total number of ingest processors.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Timetime()API name:timefinal LongAPI name:time_in_millisCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forIngestTotal
-
-
Method Details
-
of
-
count
Total number of documents ingested during the lifetime of this node.API name:
count -
current
Total number of documents currently being ingested.API name:
current -
failed
Total number of failed ingest operations during the lifetime of this node.API name:
failed -
processors
Total number of ingest processors.API name:
processors -
time
API name:time -
timeInMillis
API name:time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestTotal.Builder,IngestTotal> - Returns:
- a new builder instance.
-
builder
-
setupIngestTotalDeserializer
-
hashCode
public int hashCode() -
equals
-