| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.procedure2 |
| Modifier and Type | Method and Description |
|---|---|
List<LockedResource> |
MasterServices.getLocks()
Get locks
|
List<LockedResource> |
HMaster.getLocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterCoprocessorHost.postGetLocks(List<LockedResource> lockedResources) |
| Modifier and Type | Method and Description |
|---|---|
LockedResource |
MasterProcedureScheduler.getLockResource(LockedResourceType resourceType,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<LockedResource> |
MasterProcedureScheduler.getLocks() |
| Modifier and Type | Method and Description |
|---|---|
LockedResource |
ProcedureScheduler.getLockResource(LockedResourceType resourceType,
String resourceName) |
LockedResource |
SimpleProcedureScheduler.getLockResource(LockedResourceType resourceType,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<LockedResource> |
ProcedureScheduler.getLocks()
List lock queues.
|
List<LockedResource> |
SimpleProcedureScheduler.getLocks() |
| Modifier and Type | Method and Description |
|---|---|
static LockServiceProtos.LockedResource |
ProcedureUtil.convertToProtoLockedResource(LockedResource lockedResource) |
Copyright © 2007–2019 Cloudera. All rights reserved.