Record Class SnapshotsInProgress.ShardSnapshotStatus

java.lang.Object
java.lang.Record
org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
All Implemented Interfaces:
Writeable
Enclosing class:
SnapshotsInProgress

public static record SnapshotsInProgress.ShardSnapshotStatus(String nodeId, SnapshotsInProgress.ShardState state, ShardGeneration generation, String reason, ShardSnapshotResult shardSnapshotResult) extends Record implements Writeable