Record Class DownsampleShardPersistentTaskState

java.lang.Object
java.lang.Record
org.elasticsearch.xpack.core.downsample.DownsampleShardPersistentTaskState
Record Components:
downsampleShardIndexerStatus - An instance of DownsampleShardIndexerStatus with the downsampleShardIndexerStatus of the downsample task
tsid - The latest successfully processed tsid component of a tuple (tsid, timestamp)
All Implemented Interfaces:
NamedWriteable, Writeable, PersistentTaskState, ToXContent, ToXContentObject

public record DownsampleShardPersistentTaskState(DownsampleShardIndexerStatus downsampleShardIndexerStatus, org.apache.lucene.util.BytesRef tsid) extends Record implements PersistentTaskState