Skip to content

Commit

Permalink
Added javadocs PSA
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv0408 committed Sep 30, 2023
1 parent ba1e746 commit 7211f13
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ static class NodeShardsResult {
}
}

/**
* This class encapsulates the result of a call to {@link #buildNodesToAllocate}
*/
protected static class NodesToAllocate {
final List<DecidedNode> yesNodeShards;
final List<DecidedNode> throttleNodeShards;
Expand Down

0 comments on commit 7211f13

Please sign in to comment.