Class WALSplitter

java.lang.Object
org.apache.hadoop.hbase.wal.WALSplitter

@Private public class WALSplitter extends Object
Split RegionServer WAL files. Splits the WAL into new files, one per region, to be picked up on Region reopen. Deletes the split WAL when finished. Create an instance and call splitWAL(FileStatus, CancelableProgressable) per file or use static helper methods.