| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.procedure2 | |
| org.apache.hadoop.hbase.procedure2.store | |
| org.apache.hadoop.hbase.procedure2.store.wal |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcedureStore |
ProcedureExecutor.getStore() |
| 构造器和说明 |
|---|
ProcedureExecutor(org.apache.hadoop.conf.Configuration conf,
TEnvironment environment,
ProcedureStore store) |
ProcedureExecutor(org.apache.hadoop.conf.Configuration conf,
TEnvironment environment,
ProcedureStore store,
ProcedureScheduler scheduler) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NoopProcedureStore
An In-Memory store that does not keep track of the procedures inserted.
|
class |
ProcedureStoreBase
Base class for
ProcedureStores. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
WALProcedureStore
WAL implementation of the ProcedureStore.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.