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.procedure2.store | |
org.apache.hadoop.hbase.procedure2.store.wal | |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
ProcedureInfo.clone() |
static ProcedureInfo |
ProcedureInfo.convert(org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.Procedure procProto)
Helper to convert the protobuf object.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.protobuf.generated.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[] |
HBaseAdmin.listProcedures()
List procedures
|
ProcedureInfo[] |
Admin.listProcedures()
List procedures
|
Modifier and Type | Method and Description |
---|---|
void |
MasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList)
Called after a listProcedures request has been processed.
|
void |
BaseMasterObserver.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList) |
void |
BaseMasterAndRegionObserver.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 | Field and Description |
---|---|
private ConcurrentHashMap<Long,ProcedureInfo> |
ProcedureExecutor.completed
Map the the procId returned by submitProcedure(), the Root-ProcID, to the ProcedureInfo.
|
private Map<Long,ProcedureInfo> |
ProcedureExecutor.CompletedProcedureCleaner.completed |
Modifier and Type | Method and Description |
---|---|
static ProcedureInfo |
Procedure.createProcedureInfo(Procedure proc,
NonceKey nonceKey)
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.
|
Constructor and Description |
---|
ProcedureExecutor.CompletedProcedureCleaner(org.apache.hadoop.conf.Configuration conf,
ProcedureStore store,
Map<Long,ProcedureInfo> completedMap,
Map<NonceKey,Long> nonceKeysToProcIdsMap) |
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
ProcedureStore.ProcedureIterator.nextAsProcedureInfo() |
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
ProcedureWALFormatReader.Entry.convertToInfo() |
ProcedureInfo |
ProcedureWALFormatReader.EntryIterator.nextAsProcedureInfo() |
Modifier and Type | Method and Description |
---|---|
void |
AccessController.postListProcedures(ObserverContext<MasterCoprocessorEnvironment> ctx,
List<ProcedureInfo> procInfoList) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.