Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Field and Description |
---|---|
private LockStatus |
Queue.lockStatus |
private LockStatus |
TableQueue.namespaceLockStatus |
Modifier and Type | Method and Description |
---|---|
protected LockStatus |
Queue.getLockStatus() |
Constructor and Description |
---|
MetaQueue(LockStatus lockStatus)
Deprecated.
|
PeerQueue(String peerId,
LockStatus lockStatus) |
Queue(TKey key,
int priority,
LockStatus lockStatus) |
Queue(TKey key,
LockStatus lockStatus) |
ServerQueue(ServerName serverName,
int priority,
LockStatus serverLock) |
TableQueue(TableName tableName,
int priority,
LockStatus tableLock,
LockStatus namespaceLockStatus) |
Modifier and Type | Class and Description |
---|---|
class |
LockAndQueue
Locking for mutual exclusion between procedures.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.