Home
last modified time | relevance | path

Searched defs:stopMaster (Results 1 – 8 of 8) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DMiniHBaseCluster.java324 public void stopMaster(ServerName serverName) throws IOException { in stopMaster() method in MiniHBaseCluster
483 public JVMClusterUtil.MasterThread stopMaster(int serverNumber) { in stopMaster() method in MiniHBaseCluster
497 public JVMClusterUtil.MasterThread stopMaster(int serverNumber, in stopMaster() method in MiniHBaseCluster
H A DHBaseCluster.java261 public abstract void stopMaster(ServerName serverName) throws IOException; in stopMaster() method in HBaseCluster
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/
H A DHMasterCommandLine.java250 private int stopMaster() { in stopMaster() method in HMasterCommandLine
H A DMasterRpcServices.java1337 public StopMasterResponse stopMaster(RpcController controller, in stopMaster() method in MasterRpcServices
/dports/databases/hbase/hbase-1.2.1/hbase-it/src/test/java/org/apache/hadoop/hbase/
H A DDistributedHBaseCluster.java241 public void stopMaster(ServerName serverName) throws IOException { in stopMaster() method in DistributedHBaseCluster
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/
H A DAdmin.java830 void stopMaster() throws IOException; in stopMaster() method
H A DConnectionManager.java1857 public StopMasterResponse stopMaster(RpcController controller, in getKeepAliveMasterService() method
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DMasterProtos.java54767 public abstract void stopMaster( in stopMaster() method
55352 public void stopMaster( in newReflectiveService() method in MasterProtos.MasterService