org.apache.hadoop.hbase.regionserver.compactions
Class StripeCompactor
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.Compactor
org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor
@InterfaceAudience.Private
public class StripeCompactor
- extends Compactor
This is the placeholder for stripe compactor. The implementation,
as well as the proper javadoc, will be added in HBASE-7967.
Method Summary |
List<org.apache.hadoop.fs.Path> |
compact(CompactionRequest request,
int targetCount,
long targetSize,
byte[] left,
byte[] right,
byte[] majorRangeFromRow,
byte[] majorRangeToRow,
CompactionThroughputController throughputController)
|
List<org.apache.hadoop.fs.Path> |
compact(CompactionRequest request,
List<byte[]> targetBoundaries,
byte[] majorRangeFromRow,
byte[] majorRangeToRow,
CompactionThroughputController throughputController)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StripeCompactor
public StripeCompactor(org.apache.hadoop.conf.Configuration conf,
Store store)
compact
public List<org.apache.hadoop.fs.Path> compact(CompactionRequest request,
List<byte[]> targetBoundaries,
byte[] majorRangeFromRow,
byte[] majorRangeToRow,
CompactionThroughputController throughputController)
throws IOException
- Throws:
IOException
compact
public List<org.apache.hadoop.fs.Path> compact(CompactionRequest request,
int targetCount,
long targetSize,
byte[] left,
byte[] right,
byte[] majorRangeFromRow,
byte[] majorRangeToRow,
CompactionThroughputController throughputController)
throws IOException
- Throws:
IOException
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.