Uses of Class
org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap
Packages that use WALProcedureMap
-
Uses of WALProcedureMap in org.apache.hadoop.hbase.procedure2.store.wal
Fields in org.apache.hadoop.hbase.procedure2.store.wal declared as WALProcedureMapModifier 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.Methods in org.apache.hadoop.hbase.procedure2.store.wal with parameters of type WALProcedureMapModifier and TypeMethodDescriptionvoid
WALProcedureMap.merge
(WALProcedureMap other) Deprecated.Merge the givenWALProcedureMap
into this one.