Class WALEditInternalHelper

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

@Private public final class WALEditInternalHelper extends Object
A helper class so we can call some package private methods of WALEdit from other packages. Since WALEdit has been exposed to coprocessor and replication implementations, we do not want to make all the methods in it public.