Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka committed Jul 18, 2024
1 parent 2fd88b4 commit 74f72a3
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@

package org.elasticsearch.plugins.internal;

/**
* Returns the state gathered during parsing
*/
public interface NormalisedBytesToReport {

/**
* Returns the state gathered during parsing
*
* @return a number representing a state parsed
* The value of to be reported for RA-I metric
*/
long raiNormalisedBytes();

/**
* The value of to be reported for RA-S metric
*/
long rasNormalisedBytes();
}

0 comments on commit 74f72a3

Please sign in to comment.