Statistics instead. Will be removed in version 1.3.@API(status=DEPRECATED,
     since="1.2.3")
 @Deprecated
public class Statistics
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
collect(java.lang.Object... values)
Deprecated. 
 
Use  
Statistics.collect(Object...) instead. Will be removed in version 1.3. | 
static StatisticsCollector | 
label(java.lang.String label)
Deprecated. 
 
Use  
Statistics.label(String) instead. Will be removed in version 1.3. | 
@Deprecated
 @API(status=DEPRECATED,
     since="1.2.3")
public static StatisticsCollector label(java.lang.String label)
Statistics.label(String) instead. Will be removed in version 1.3.StatisticsCollector.label - The label will be used for reporting the collected statistical values@Deprecated
 @API(status=DEPRECATED,
     since="1.2.3")
public static void collect(java.lang.Object... values)
Statistics.collect(Object...) instead. Will be removed in version 1.3.values - Can be anything. The list of these values is considered
               a key for the reported table of frequencies.