Class IngestTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IngestTotal
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IngestTotal extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIngestTotal.BuilderBuilder forIngestTotal. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IngestTotal>_DESERIALIZERJson deserializer forIngestTotal -
Constructor Summary
Constructors Constructor Description IngestTotal(IngestTotal.Builder builder)IngestTotal(java.util.function.Function<IngestTotal.Builder,IngestTotal.Builder> fn) -
Method Summary
Modifier and Type Method Description longcount()Required - API name:countlongcurrent()Required - API name:currentlongfailed()Required - API name:failedjava.util.List<KeyedProcessor>processors()Required - API name:processorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIngestTotalDeserializer(DelegatingDeserializer<IngestTotal.Builder> op)longtimeInMillis()Required - API name:time_in_millisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIngestTotal
-
-
Constructor Details
-
IngestTotal
-
IngestTotal
-
-
Method Details
-
count
public long count()Required - API name:count -
current
public long current()Required - API name:current -
failed
public long failed()Required - API name:failed -
processors
Required - API name:processors -
timeInMillis
public long timeInMillis()Required - API name:time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIngestTotalDeserializer
-