| Package | Description |
|---|---|
| org.apache.hadoop.hbase.procedure2 | |
| org.apache.hadoop.hbase.procedure2.store | |
| org.apache.hadoop.hbase.procedure2.store.wal |
| Modifier and Type | Method and Description |
|---|---|
ProcedureStore |
ProcedureExecutor.getStore() |
| Constructor and Description |
|---|
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
ProcedureStores. |
| 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–2021 The Apache Software Foundation. All rights reserved.