コード例 #1
0
 @Override
 public void init() {
   // Make sure that the metrics system doesn't throw an exception when
   // registering a source with the same name
   DefaultMetricsSystem.setMiniClusterMode(true);
 }
コード例 #2
0
 static {
   DefaultMetricsSystem.setMiniClusterMode(true);
 }