Class IngestTotal
java.lang.Object
org.opensearch.client.opensearch.nodes.IngestTotal
- All Implemented Interfaces:
ToJsonp
public final class IngestTotal extends java.lang.Object implements ToJsonp
-
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 for IngestTotal -
Constructor Summary
Constructors Modifier Constructor Description protectedIngestTotal(IngestTotal.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Numbercount()API name:countjava.lang.Numbercurrent()API name:currentjava.lang.Numberfailed()API name:failedjava.util.List<KeyedProcessor>processors()API name:processorsprotected static voidsetupIngestTotalDeserializer(DelegatingDeserializer<IngestTotal.Builder> op)java.lang.NumbertimeInMillis()API name:time_in_millisvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IngestTotal
-
-
Constructor Details
-
Method Details
-
count
public java.lang.Number count()API name:count -
current
public java.lang.Number current()API name:current -
failed
public java.lang.Number failed()API name:failed -
processors
API name:processors -
timeInMillis
public java.lang.Number timeInMillis()API name:time_in_millis -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIngestTotalDeserializer
-