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()
Returns Level 0 files.
|
byte[] |
getStartRow(int stripeIndex)
Gets the start row for a given stripe.
|
Collection<HStoreFile> |
getStorefiles() |
List<byte[]> |
getStripeBoundaries()
Returns All stripe boundaries; including the open ones on both ends.
|
int |
getStripeCount()
Returns Stripe count.
|
ArrayList<org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<HStoreFile>> |
getStripes()
Returns The stripes.
|
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.