Uses of Class
org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap
-
Uses of WALProcedureMap in org.apache.hadoop.hbase.procedure2.store.wal
Modifier and TypeFieldDescriptionprivate final WALProcedureMap
ProcedureWALFormatReader.localProcedureMap
Deprecated.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 final WALProcedureMap
ProcedureWALFormatReader.procedureMap
Deprecated.Modifier and TypeMethodDescriptionvoid
WALProcedureMap.merge
(WALProcedureMap other) Deprecated.Merge the givenWALProcedureMap
into this one.