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 class
IngestTotal.Builder
Builder forIngestTotal
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IngestTotal>
_DESERIALIZER
Json 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 long
count()
API name:count
long
current()
API name:current
long
failed()
API name:failed
java.util.List<KeyedProcessor>
processors()
API name:processors
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupIngestTotalDeserializer(DelegatingDeserializer<IngestTotal.Builder> op)
long
timeInMillis()
API name:time_in_millis
Methods 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()API name:count
-
current
public long current()API name:current
-
failed
public long failed()API name:failed
-
processors
API name:processors
-
timeInMillis
public long timeInMillis()API name:time_in_millis
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupIngestTotalDeserializer
-