| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.procedure2 | 
| Modifier and Type | Field and Description | 
|---|---|
| private ConcurrentHashMap<Long,CompletedProcedureRetainer<TEnvironment>> | ProcedureExecutor. completedMap the the procId returned by submitProcedure(), the Root-ProcID, to the Procedure. | 
| private Map<Long,CompletedProcedureRetainer<TEnvironment>> | CompletedProcedureCleaner. completed | 
| Constructor and Description | 
|---|
| CompletedProcedureCleaner(org.apache.hadoop.conf.Configuration conf,
                         ProcedureStore store,
                         IdLock procExecutionLock,
                         Map<Long,CompletedProcedureRetainer<TEnvironment>> completedMap,
                         Map<NonceKey,Long> nonceKeysToProcIdsMap) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.