Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<Long,CompletedProcedureRetainer<TEnvironment>> |
ProcedureExecutor.completed
Map 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–2020 The Apache Software Foundation. All rights reserved.