Class RollupCapabilities
java.lang.Object
co.elastic.clients.elasticsearch.rollup.get_rollup_caps.RollupCapabilities
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RollupCapabilities>Json deserializer forRollupCapabilities -
Method Summary
Modifier and TypeMethodDescriptionstatic RollupCapabilitiesfinal List<RollupCapabilitySummary>Required - There can be multiple, independent jobs configured for a single index or index pattern.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRollupCapabilities
-
-
Method Details
-
of
public static RollupCapabilities of(Function<RollupCapabilities.Builder, ObjectBuilder<RollupCapabilities>> fn) -
rollupJobs
Required - There can be multiple, independent jobs configured for a single index or index pattern. Each of these jobs may have different configurations, so the API returns a list of all the various configurations available.API name:
rollup_jobs -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRollupCapabilitiesDeserializer
protected static void setupRollupCapabilitiesDeserializer(ObjectDeserializer<RollupCapabilities.Builder> op)
-