Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<Long,RootProcedureState> |
ProcedureExecutor.rollbackStack
Map the the procId returned by submitProcedure(), the Root-ProcID, to the RootProcedureState.
|
Modifier and Type | Method and Description |
---|---|
private void |
ProcedureExecutor.execProcedure(RootProcedureState procStack,
Procedure procedure)
Executes the specified procedure
- calls the doExecute() of the procedure
- if the procedure execution didn't fail (e.g.
|
private boolean |
ProcedureExecutor.executeRollback(long rootProcId,
RootProcedureState procStack)
Execute the rollback of the full procedure stack.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.