Modifier and Type | Field and Description |
---|---|
private ProcedureStore |
HMaster.procedureStore |
Modifier and Type | Method and Description |
---|---|
ProcedureStore |
HMaster.getProcedureStore() |
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 |
NoopProcedureStore
An In-Memory store that does not keep track of the procedures inserted.
|
class |
ProcedureStoreBase
Base class for
ProcedureStore s. |
Modifier and Type | Class and Description |
---|---|
class |
RegionProcedureStore
A procedure store which uses the master local store to store all the procedures.
|
Modifier and Type | Class and Description |
---|---|
class |
WALProcedureStore
Deprecated.
Since 2.3.0, will be removed in 4.0.0. Keep here only for rolling upgrading, now we
use the new region based procedure store.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.