Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2.store |
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–2019 The Apache Software Foundation. All rights reserved.