Skip to content

Commit

Permalink
Fixing javadoc issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <[email protected]>
  • Loading branch information
sgup432 committed Sep 20, 2023
1 parent 8f5b7e5 commit dfb85bd
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 dfb85bd

Please sign in to comment.