Skip to content

Commit

Permalink
Merge pull request #12 from sgup432/CoordinatorStats
Browse files Browse the repository at this point in the history
Fixing javadoc issue
  • Loading branch information
sgup432 authored Sep 20, 2023
2 parents a4ca6b0 + dfb85bd commit 77e6fcf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
public class SearchStats implements Writeable, ToXContentFragment {

/**
* Statistics for search
* Holds statistic values for a particular phase.
*
* @opensearch.internal
*/
Expand Down Expand Up @@ -107,6 +107,11 @@ public void writeTo(StreamOutput out) throws IOException {

}

/**
* Holds requests stats for different phases.
*
* @opensearch.internal
*/
public static class RequestStatsLongHolder {

Map<String, PhaseStatsLongHolder> requestStatsHolder = new HashMap<>();
Expand Down

0 comments on commit 77e6fcf

Please sign in to comment.