java.lang.Object
org.elasticsearch.index.IndexReshardService
Resharding is currently only implemented in Serverless. This service only exposes minimal metadata about resharding
needed by other services.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisShardSnapshotImpactedByResharding(IndexMetadata indexMetadata, int maximumShardIdForIndexInTheSnapshot) reshardingIndices(ProjectState projectState, Set<Index> indicesToCheck) Returns the indices from the provided set that are currently being resharded.
-
Field Details
-
RESHARDING_SHARD_SUMMARY_IN_ESQL
-
-
Constructor Details
-
IndexReshardService
public IndexReshardService()
-
-
Method Details
-
reshardingIndices
Returns the indices from the provided set that are currently being resharded. -
isShardSnapshotImpactedByResharding
public static boolean isShardSnapshotImpactedByResharding(IndexMetadata indexMetadata, int maximumShardIdForIndexInTheSnapshot)
-