public static class MasterProcedureScheduler.TableQueue extends AvlUtil.AvlLinkedNode<org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler.Queue<TKey>>
iterNext, iterPrev
avlHeight, avlLeft, avlRight
Constructor and Description |
---|
TableQueue(TableName tableName,
int priority,
LockStatus tableLock,
LockStatus namespaceLockStatus) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable() |
boolean |
requireExclusiveLock(Procedure proc) |
public TableQueue(TableName tableName, int priority, LockStatus tableLock, LockStatus namespaceLockStatus)
public boolean isAvailable()
public boolean requireExclusiveLock(Procedure proc)
proc
- must not be nullCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.