Class RollupJob
java.lang.Object
co.elastic.clients.elasticsearch.rollup.get_jobs.RollupJob
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RollupJob>Json deserializer forRollupJob -
Method Summary
Modifier and TypeMethodDescriptionfinal RollupJobConfigurationconfig()Required - The rollup job configuration.static RollupJobvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal RollupJobStatsstats()Required - Transient statistics about the rollup job, such as how many documents have been processed and how many rollup summary docs have been indexed.final RollupJobStatusstatus()Required - The current status of the indexer for the rollup job.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRollupJob
-
-
Method Details
-
of
-
config
Required - The rollup job configuration.API name:
config -
stats
Required - Transient statistics about the rollup job, such as how many documents have been processed and how many rollup summary docs have been indexed. These stats are not persisted. If a node is restarted, these stats are reset.API name:
stats -
status
Required - The current status of the indexer for the rollup job.API name:
status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRollupJobDeserializer
-