org.apache.hadoop.hbase.regionserver
Class StripeStoreFlusher.BoundaryStripeFlushRequest
java.lang.Object
org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.StripeFlushRequest
org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.BoundaryStripeFlushRequest
- Enclosing class:
- StripeStoreFlusher
public static class StripeStoreFlusher.BoundaryStripeFlushRequest
- extends StripeStoreFlusher.StripeFlushRequest
Stripe flush request wrapper based on boundaries.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StripeStoreFlusher.BoundaryStripeFlushRequest
public StripeStoreFlusher.BoundaryStripeFlushRequest(List<byte[]> targetBoundaries)
- Parameters:
targetBoundaries
- New files should be written with these boundaries.
createWriter
public StripeMultiFileWriter createWriter()
throws IOException
- Overrides:
createWriter
in class StripeStoreFlusher.StripeFlushRequest
- Throws:
IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.