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 |
---|---|
private void |
ProcedureExecutor.loadProcedures(ProcedureStore.ProcedureIterator procIter,
boolean abortOnCorruption) |
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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
WALProcedureTree.Iter |
Modifier and Type | Method and Description |
---|---|
ProcedureStore.ProcedureIterator |
WALProcedureTree.getCorruptedProcs() |
ProcedureStore.ProcedureIterator |
WALProcedureTree.getValidProcs() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.