Class IndexReshardService

java.lang.Object
org.elasticsearch.index.IndexReshardService

public class IndexReshardService extends Object
Resharding is currently only implemented in Serverless. This service only exposes minimal metadata about resharding needed by other services.
  • Constructor Details

    • IndexReshardService

      public IndexReshardService()
  • Method Details

    • reshardingIndices

      public static Set<Index> reshardingIndices(ProjectState projectState, Set<Index> indicesToCheck)
      Returns the indices from the provided set that are currently being resharded.