|
@@ -21,10 +21,12 @@ import org.apache.hadoop.classification.InterfaceAudience;
|
|
|
import org.apache.hadoop.classification.InterfaceStability;
|
|
|
|
|
|
/**
|
|
|
- * This is the JMX management interface for NameNode status information
|
|
|
+ * This is the JMX management interface for NameNode status information.
|
|
|
+ * End users shouldn't be implementing these interfaces, and instead
|
|
|
+ * access this information through the JMX APIs. *
|
|
|
*/
|
|
|
-@InterfaceAudience.Public
|
|
|
-@InterfaceStability.Evolving
|
|
|
+@InterfaceAudience.Private
|
|
|
+@InterfaceStability.Stable
|
|
|
public interface NameNodeStatusMXBean {
|
|
|
|
|
|
/**
|