Class WALProcedurePrettyPrinter

java.lang.Object
org.apache.hadoop.hbase.util.AbstractHBaseTool
org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

@LimitedPrivate("Tools") @Evolving public class WALProcedurePrettyPrinter extends AbstractHBaseTool
A tool to dump the procedures in the WAL files.

The different between this and WALPrettyPrinter is that, this class will decode the procedure in the WALEdit for better debugging. You are free to use WALPrettyPrinter to dump the same file as well.