Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2.store.wal |
Modifier and Type | Field and Description |
---|---|
private WALProcedureMap |
ProcedureWALFormatReader.localProcedureMap
We will use the localProcedureMap to track the active procedures for the current proc wal file,
and when we finished reading one proc wal file, we will merge he localProcedureMap to the
procedureMap, which tracks the global active procedures.
|
private WALProcedureMap |
ProcedureWALFormatReader.procedureMap |
Modifier and Type | Method and Description |
---|---|
void |
WALProcedureMap.merge(WALProcedureMap other)
Merge the given
WALProcedureMap into this one. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.