Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 | |
org.apache.hadoop.hbase.procedure2.store |
Modifier and Type | Method and Description |
---|---|
private void |
ProcedureExecutor.loadProcedures(ProcedureStore.ProcedureIterator procIter,
boolean abortOnCorruption) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryProcedureIterator
A procedure iterator which holds all the procedure protos in memory.
|
Modifier and Type | Method and Description |
---|---|
ProcedureStore.ProcedureIterator |
ProcedureTree.getCorruptedProcs() |
ProcedureStore.ProcedureIterator |
ProcedureTree.getValidProcs() |
Modifier and Type | Method and Description |
---|---|
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–2020 The Apache Software Foundation. All rights reserved.