Class StripeCompactionPolicy.SplitStripeCompactionRequest

java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.SplitStripeCompactionRequest
Enclosing class:
StripeCompactionPolicy

Request for stripe compactor that will cause it to split the source files into several separate files into based on key-value count, as well as file count limit. Most of the files will be roughly the same size. The last file may be smaller or larger depending on the interplay of the amount of data and maximum number of files allowed.