Class MasterProcedureUtil.NonceProcedureRunnable
java.lang.Object
org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
- Enclosing class:
- MasterProcedureUtil
Helper Runnable used in conjunction with submitProcedure() to deal with submitting procs with
nonce. See submitProcedure() for an example.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
protected MasterServices
protected NonceKey
protected ProcedureExecutor<MasterProcedureEnv>
protected long
protected abstract void
run()
protected long
setProcId
(long procId) protected long
-
Field Details
-
master
-
nonceKey
-
procId
-
-
Constructor Details
-
NonceProcedureRunnable
-
-
Method Details
-
getNonceKey
-
getMaster
-
getProcedureExecutor
-
getProcId
-
setProcId
-
run
- Throws:
IOException
-
getDescription
-
submitProcedure
-