Class CheckNotDataStreamWriteIndexStep


public class CheckNotDataStreamWriteIndexStep extends ClusterStateWaitStep
Some actions cannot be executed on a data stream's write index (eg. `searchable-snapshot`). This step checks if the managed index is part of a data stream, in which case it will check it's not the write index. If the managed index is the write index of a data stream this step will wait until that's not the case (ie. rolling over the data stream will create a new index as the data stream's write index and this step will be able to complete)