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