| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.procedure2.store |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProcedureStore.ProcedureLoader.handleCorrupted(ProcedureStore.ProcedureIterator procIter)
Called by the ProcedureStore.load() in case we have procedures not-ready to be added to
the executor, which probably means they are corrupted since some information/link is missing.
|
void |
ProcedureStore.ProcedureLoader.load(ProcedureStore.ProcedureIterator procIter)
Called by the ProcedureStore.load() every time a set of procedures are ready to be executed.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.