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 WALProcedureMapProcedureWALFormatReader.localProcedureMapDeprecated.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 WALProcedureMapProcedureWALFormatReader.procedureMapDeprecated.Methods in org.apache.hadoop.hbase.procedure2.store.wal with parameters of type WALProcedureMapModifier and TypeMethodDescriptionvoidWALProcedureMap.merge(WALProcedureMap other) Deprecated.Merge the givenWALProcedureMapinto this one.