Class AbstractWALRoller.RollController

java.lang.Object
org.apache.hadoop.hbase.wal.AbstractWALRoller.RollController
Enclosing class:
AbstractWALRoller<T extends Abortable>

Independently control the roll of each wal. When use multiwal, can avoid all wal roll together. see HBASE-24665 for detail