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 |
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 |
WALProcedureStore
WAL implementation of the ProcedureStore.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.