Home
last modified time | relevance | path

Searched refs:MASTER_CLOSE_REGION (Results 1 – 4 of 4) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/executor/
H A DEventType.java46 RS_ZK_REGION_CLOSED (2, ExecutorType.MASTER_CLOSE_REGION),
76 RS_ZK_REGION_FAILED_OPEN (7, ExecutorType.MASTER_CLOSE_REGION),
H A DExecutorType.java32 MASTER_CLOSE_REGION (1), enumConstant
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DTestDrainingServer.java302 executor.startExecutorService(ExecutorType.MASTER_CLOSE_REGION, 3); in startupMasterExecutor()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/
H A DHMaster.java1064 this.service.startExecutorService(ExecutorType.MASTER_CLOSE_REGION, in startServiceThreads()