1
0

Fix javadoc issues. Prelude to pushing libs to maven central

This commit is contained in:
Prasanna Rajaperumal
2016-12-21 17:34:29 -08:00
parent 12885ab60a
commit b6d8e857f0
11 changed files with 20 additions and 169 deletions

View File

@@ -26,11 +26,7 @@ import org.apache.commons.configuration.ConfigurationException;
import java.io.Closeable;
/**
* This is the main class of the metrics system. To use it,
* users need to call the {@link #init(HoodieMetricsConfig) init} method to initialize the system.
* Input for {@link #init(HoodieMetricsConfig) init} includes a configuration object, where
* users can specify the reporter type, and special configs for that reporter.
* Refer to {@see MetricsConfiguration} for more configurable fields.
* This is the main class of the metrics system.
*/
public class Metrics {
private static volatile boolean initialized = false;