Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.transform.transforms
package org.elasticsearch.xpack.core.transform.transforms
-
ClassDescription
AuthorizationStateholds the state of the authorization performed in the past.A Pojo class containing an Elastic Node's attributesNullRetentionPolicyConfigis the implementation ofRetentionPolicyConfigused when the user explicitly sets the retention_policy tonullin the _update request: POST _transform/some-transform/_update { "retention_policy": null } This is treated *differently* than simply omitting retention_policy from the request as it instructs the API to clear existing retention_policy from some-transform.Checkpoint document to store the checkpoint of a transform The fields: timestamp the timestamp when this document has been created checkpoint the checkpoint number, incremented for every checkpoint, if -1 this is a non persisted checkpoint indices a map of the indices from the source including all checkpoints of all indices matching the source pattern, shard level time_upper_bound for time-based indices this holds the upper time boundary of this checkpointHolds information about checkpointing regarding - the current checkpoint - the in progress checkpoint - the current state of the sourceBuilder for collecting checkpointing information for the purpose of _statsCheckpoint stats data for 1 checkpoint This is the user-facing side of TransformCheckpoint, containing only the stats to be exposed.This class holds the configuration details of a data frame transformSpecifies all the possible transform functions.This class holds the mutable configuration items for a data frame transformUsed as a wrapper for the objects returned from the stats endpoint.A wrapper for grouping transform state and stats when persisting to an index.