Uses of Class
org.apache.hadoop.hbase.procedure2.ProcedureInMemoryChore
Packages that use ProcedureInMemoryChore
-
Uses of ProcedureInMemoryChore in org.apache.hadoop.hbase.master.assignment
Subclasses of ProcedureInMemoryChore in org.apache.hadoop.hbase.master.assignmentModifier and TypeClassDescriptionprivate static class
private static class
-
Uses of ProcedureInMemoryChore in org.apache.hadoop.hbase.procedure2
Subclasses of ProcedureInMemoryChore in org.apache.hadoop.hbase.procedure2Modifier and TypeClassDescription(package private) class
CompletedProcedureCleaner<TEnvironment>
Internal cleaner that removes the completed procedure results after a TTL.Methods in org.apache.hadoop.hbase.procedure2 with parameters of type ProcedureInMemoryChoreModifier 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