Class TestZKProcedureControllers.StartControllers

java.lang.Object
org.apache.hadoop.hbase.procedure.TestZKProcedureControllers.StartControllers
Enclosing class:
TestZKProcedureControllers

Specify how the controllers that should be started (not spy/mockable) for the test.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • start

      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
      Throws:
      Exception