public static interface StripeCompactionPolicy.StripeInformationProvider
Modifier and Type | Method and Description |
---|---|
byte[] |
getEndRow(int stripeIndex)
Gets the end row for a given stripe.
|
List<HStoreFile> |
getLevel0Files() |
byte[] |
getStartRow(int stripeIndex)
Gets the start row for a given stripe.
|
Collection<HStoreFile> |
getStorefiles() |
List<byte[]> |
getStripeBoundaries() |
int |
getStripeCount() |
ArrayList<org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>> |
getStripes() |
Collection<HStoreFile> getStorefiles()
byte[] getStartRow(int stripeIndex)
stripeIndex
- Stripe index.byte[] getEndRow(int stripeIndex)
stripeIndex
- Stripe index.List<HStoreFile> getLevel0Files()
List<byte[]> getStripeBoundaries()
ArrayList<org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>> getStripes()
int getStripeCount()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.