Class TestHBCKSCP.HBCKSCPScheduler

java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestHBCKSCP.HBCKSCPScheduler
Direct Known Subclasses:
TestHBCKSCP.ScheduleSCPsForUnknownServers, TestHBCKSCP.ScheduleServerCrashProcedure
Enclosing class:
TestHBCKSCP

private abstract static class TestHBCKSCP.HBCKSCPScheduler extends Object
Encapsulates the choice of which HBCK2 method to call.
  • Constructor Details

  • Method Details

    • scheduleHBCKSCP

      abstract long scheduleHBCKSCP(org.apache.hadoop.hbase.ServerName rsServerName, org.apache.hadoop.hbase.master.HMaster master) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
      Throws:
      org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
    • toString

      public String toString()
      Overrides:
      toString in class Object