Class BoundedRecoveredHFilesOutputSink

java.lang.Object
org.apache.hadoop.hbase.wal.OutputSink
org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink

@Private public class BoundedRecoveredHFilesOutputSink extends OutputSink
A WALSplitter sink that outputs HFiles. Runs with a bounded number of HFile writers at any one time rather than let the count run up.
See Also: