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 |
ProcedureExecutor.CompletedProcedureCleaner.store |
Modifier and Type | Method and Description |
---|---|
ProcedureStore |
ProcedureExecutor.getStore() |
Constructor and Description |
---|
ProcedureExecutor.CompletedProcedureCleaner(org.apache.hadoop.conf.Configuration conf,
ProcedureStore store,
Map<Long,ProcedureInfo> 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,
ProcedureRunnableSet runqueue) |
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.