Uses of Class
org.apache.hadoop.hbase.master.procedure.TableQueue
Packages that use TableQueue
-
Uses of TableQueue in org.apache.hadoop.hbase.master.procedure
Fields in org.apache.hadoop.hbase.master.procedure declared as TableQueueFields in org.apache.hadoop.hbase.master.procedure with type parameters of type TableQueueModifier and TypeFieldDescriptionprivate static final AvlUtil.AvlKeyComparator<TableQueue>
MasterProcedureScheduler.TABLE_QUEUE_KEY_COMPARATOR
Methods in org.apache.hadoop.hbase.master.procedure that return TableQueueModifier and TypeMethodDescriptionprivate TableQueue
MasterProcedureScheduler.getTableQueue
(TableName tableName) private TableQueue
MasterProcedureScheduler.waitTableQueueSharedLock
(Procedure<?> procedure, TableName table)