Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.procedure2 | |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
ProcedureInfo.clone() |
static ProcedureInfo |
ProcedureInfo.convert(ProcedureProtos.Procedure procProto)
Helper to convert the protobuf object.
|
Modifier and Type | Method and Description |
---|---|
static ProcedureProtos.Procedure |
ProcedureInfo.convertToProcedureProto(ProcedureInfo procInfo) |
static boolean |
ProcedureInfo.isProcedureOwner(ProcedureInfo procInfo,
User user)
Check if the user is this procedure's owner
|
Modifier and Type | Method and Description |
---|---|
ProcedureInfo[] |
Admin.listProcedures()
List procedures
|
ProcedureInfo[] |
HBaseAdmin.listProcedures()
List procedures
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMasterAndRegionObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList) |
void |
BaseMasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList) |
void |
MasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList)
Called after a listProcedures request has been processed.
|
void |
TestMasterObserver.CPMasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList) |
Modifier and Type | Method and Description |
---|---|
List<ProcedureInfo> |
HMaster.listProcedures() |
List<ProcedureInfo> |
MasterServices.listProcedures()
List procedures
|
Modifier and Type | Method and Description |
---|---|
void |
MasterCoprocessorHost.postListProcedures(List<ProcedureInfo> procInfoList) |
Modifier and Type | Method and Description |
---|---|
static ProcedureInfo |
Procedure.createProcedureInfo(Procedure proc)
Helper to create the ProcedureInfo from Procedure.
|
ProcedureInfo |
ProcedureExecutor.getResult(long procId) |
Modifier and Type | Method and Description |
---|---|
Pair<ProcedureInfo,Procedure> |
ProcedureExecutor.getResultOrProcedure(long procId) |
Map<Long,ProcedureInfo> |
ProcedureExecutor.getResults() |
List<ProcedureInfo> |
ProcedureExecutor.listProcedures()
List procedures.
|
Modifier and Type | Method and Description |
---|---|
static void |
ProcedureTestingUtility.assertIsAbortException(ProcedureInfo result) |
static void |
ProcedureTestingUtility.assertIsIllegalArgumentException(ProcedureInfo result) |
static void |
ProcedureTestingUtility.assertIsTimeoutException(ProcedureInfo result) |
static void |
ProcedureTestingUtility.assertProcNotFailed(ProcedureInfo result) |
static Throwable |
ProcedureTestingUtility.getExceptionCause(ProcedureInfo procInfo) |
Modifier and Type | Method and Description |
---|---|
void |
AccessController.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList) |