Uses of Class
org.apache.hadoop.hbase.procedure2.ProcedureInMemoryChore
-
Uses of ProcedureInMemoryChore in org.apache.hadoop.hbase.master.assignment
Modifier and TypeClassDescriptionprivate static class
private static class
-
Uses of ProcedureInMemoryChore in org.apache.hadoop.hbase.procedure2
Modifier and TypeClassDescription(package private) class
CompletedProcedureCleaner<TEnvironment>
Internal cleaner that removes the completed procedure results after a TTL.Modifier and TypeMethodDescriptionvoid
ProcedureExecutor.addChore
(ProcedureInMemoryChore<TEnvironment> chore) Add a chore procedure to the executorprivate void
TimeoutExecutorThread.executeInMemoryChore
(ProcedureInMemoryChore<TEnvironment> chore) boolean
ProcedureExecutor.removeChore
(ProcedureInMemoryChore<TEnvironment> chore) Remove a chore procedure from the executor