public class DefaultMetricsSystemHelper extends Object
Constructor and Description |
---|
DefaultMetricsSystemHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
removeObjectName(String name) |
void |
removeSourceName(String name)
Unfortunately Hadoop tries to be too-clever and permanently keeps track of all names registered
so far as a Source, thus preventing further re-registration of the source with the same name.
|
public boolean removeObjectName(String name)
public void removeSourceName(String name)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.