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 RollupJobConfiguration
config()
Required - The rollup job configuration.static RollupJob
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
final RollupJobStats
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.final RollupJobStatus
status()
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRollupJobDeserializer
-