Class IngestTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IngestTotal
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IngestTotal extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description longcount()Required - API name:countlongcurrent()Required - API name:currentlongfailed()Required - API name:failedstatic IngestTotalof(java.util.function.Function<IngestTotal.Builder,ObjectBuilder<IngestTotal>> fn)java.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(ObjectDeserializer<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
-
-
Method Details
-
of
public static IngestTotal of(java.util.function.Function<IngestTotal.Builder,ObjectBuilder<IngestTotal>> fn) -
count
public final long count()Required - API name:count -
current
public final long current()Required - API name:current -
failed
public final long failed()Required - API name:failed -
processors
Required - API name:processors -
timeInMillis
public final long timeInMillis()Required - API name:time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIngestTotalDeserializer
-