private abstract class TestZKProcedureControllers.StartControllers extends Object
Modifier | Constructor and Description |
---|---|
private |
StartControllers() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator,List<org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs>> |
start(org.apache.hadoop.hbase.zookeeper.ZKWatcher watcher,
String operationName,
org.apache.hadoop.hbase.procedure.ProcedureCoordinator coordinator,
String controllerName,
org.apache.hadoop.hbase.procedure.ProcedureMember member,
List<String> cohortNames) |
private StartControllers()
public abstract org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator,List<org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs>> start(org.apache.hadoop.hbase.zookeeper.ZKWatcher watcher, String operationName, org.apache.hadoop.hbase.procedure.ProcedureCoordinator coordinator, String controllerName, org.apache.hadoop.hbase.procedure.ProcedureMember member, List<String> cohortNames) throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.