| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.procedure2 | |
| org.apache.hadoop.hbase.procedure2.store | |
| org.apache.hadoop.hbase.procedure2.store.wal | 
| Modifier and Type | Field and Description | 
|---|---|
| private ProcedureStore | ProcedureExecutor. store | 
| private ProcedureStore | CompletedProcedureCleaner. store | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcedureStore | ProcedureExecutor. getStore() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) Procedure.LockState | Procedure. doAcquireLock(TEnvironment env,
             ProcedureStore store)Internal method called by the ProcedureExecutor that starts the user-level code acquireLock(). | 
| (package private) void | Procedure. doReleaseLock(TEnvironment env,
             ProcedureStore store)Internal method called by the ProcedureExecutor that starts the user-level code releaseLock(). | 
| Constructor and Description | 
|---|
| CompletedProcedureCleaner(org.apache.hadoop.conf.Configuration conf,
                         ProcedureStore store,
                         IdLock procExecutionLock,
                         Map<Long,CompletedProcedureRetainer<TEnvironment>> completedMap,
                         Map<NonceKey,Long> nonceKeysToProcIdsMap) | 
| ProcedureExecutor(org.apache.hadoop.conf.Configuration conf,
                 TEnvironment environment,
                 ProcedureStore store) | 
| ProcedureExecutor(org.apache.hadoop.conf.Configuration conf,
                 TEnvironment environment,
                 ProcedureStore store,
                 ProcedureScheduler scheduler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoopProcedureStoreAn In-Memory store that does not keep track of the procedures inserted. | 
| class  | ProcedureStoreBaseBase class for  ProcedureStores. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WALProcedureStoreWAL implementation of the ProcedureStore. | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.