diff --git a/server/src/main/java/org/opensearch/gateway/PrimaryShardAllocator.java b/server/src/main/java/org/opensearch/gateway/PrimaryShardAllocator.java index a1d53b3e92ff5..7952b8c7aee0d 100644 --- a/server/src/main/java/org/opensearch/gateway/PrimaryShardAllocator.java +++ b/server/src/main/java/org/opensearch/gateway/PrimaryShardAllocator.java @@ -510,6 +510,9 @@ static class NodeShardsResult { } } + /** + * This class encapsulates the result of a call to {@link #buildNodesToAllocate} + */ protected static class NodesToAllocate { final List yesNodeShards; final List throttleNodeShards;