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 java.lang.Longcount()API name:countjava.lang.Longcurrent()API name:currentjava.lang.Longfailed()API name:failedstatic IngestTotalof(java.util.function.Function<IngestTotal.Builder,ObjectBuilder<IngestTotal>> fn)java.util.List<java.util.Map<java.lang.String,KeyedProcessor>>processors()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)java.lang.LongtimeInMillis()API name:time_in_millisjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
@Nullable public final java.lang.Long count()API name:count -
current
@Nullable public final java.lang.Long current()API name:current -
failed
@Nullable public final java.lang.Long failed()API name:failed -
processors
API name:processors -
timeInMillis
@Nullable public final java.lang.Long timeInMillis()API name:time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupIngestTotalDeserializer
-