|
@@ -21,8 +21,6 @@ package org.apache.hadoop.ozone.scm;
|
|
|
import org.apache.hadoop.classification.InterfaceAudience;
|
|
|
import org.apache.hadoop.jmx.ServiceRuntimeInfo;
|
|
|
|
|
|
-import java.util.Map;
|
|
|
-
|
|
|
/**
|
|
|
*
|
|
|
* This is the JMX management interface for scm information.
|
|
@@ -30,13 +28,6 @@ import java.util.Map;
|
|
|
@InterfaceAudience.Private
|
|
|
public interface SCMMXBean extends ServiceRuntimeInfo {
|
|
|
|
|
|
- /**
|
|
|
- * Get the number of data nodes that in all states.
|
|
|
- *
|
|
|
- * @return A state to number of nodes that in this state mapping
|
|
|
- */
|
|
|
- Map<String, Integer> getNodeCount();
|
|
|
-
|
|
|
/**
|
|
|
* Get the SCM RPC server port that used to listen to datanode requests.
|
|
|
* @return SCM datanode RPC server port
|