Class RecoverMetaProcedure

java.lang.Object
org.apache.hadoop.hbase.procedure2.Procedure<TEnvironment>
org.apache.hadoop.hbase.procedure2.StateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RecoverMetaState>
org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
All Implemented Interfaces:
Comparable<Procedure<MasterProcedureEnv>>, MetaProcedureInterface

@Deprecated @Private public class RecoverMetaProcedure extends StateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RecoverMetaState> implements MetaProcedureInterface
Deprecated.
Do not use any more, leave it here only for compatible. The recovery work will be done in ServerCrashProcedure directly, and the initial work for meta table will be done by InitMetaProcedure.
Leave here only for checking if we can successfully start the master.
See Also: