Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
ProcedureInfo.clone() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProcedureInfo.isProcedureOwner(ProcedureInfo procInfo,
User user)
Check if the user is this procedure's owner
|
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
LockInfo.getExclusiveLockOwnerProcedure() |
ProcedureInfo |
LockInfo.WaitingProcedure.getProcedure() |
Modifier and Type | Method and Description |
---|---|
void |
LockInfo.setExclusiveLockOwnerProcedure(ProcedureInfo exclusiveLockOwnerProcedure) |
void |
LockInfo.WaitingProcedure.setProcedure(ProcedureInfo procedure) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.