Annotation Type StatsDoc
- 
 @Retention(RUNTIME) @Documented public @interface StatsDocDocumenting the stats.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringcategoryThe name of the category to group stats together.java.lang.StringhappensAfterThe metric name of an operation that happens after the operation of this metric.java.lang.StringparentThe parent metric name.java.lang.StringscopeThe scope of this stats.
 
- 
- 
- 
- 
happensAfterjava.lang.String happensAfter The metric name of an operation that happens after the operation of this metric.similar as parent(), it can be used for analyzing the dependencies between metrics.- Returns:
- the metric name of an operation that happens after the operation of this metric.
 - Default:
- ""
 
 
- 
 
-