|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface StripeCompactionPolicy.StripeInformationProvider
The information about stripes that the policy needs to do its stuff
Method Summary | |
---|---|
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()
|
Method Detail |
---|
Collection<StoreFile> getStorefiles()
byte[] getStartRow(int stripeIndex)
stripeIndex
- Stripe index.
byte[] getEndRow(int stripeIndex)
stripeIndex
- Stripe index.
List<StoreFile> getLevel0Files()
List<byte[]> getStripeBoundaries()
ArrayList<com.google.common.collect.ImmutableList<StoreFile>> getStripes()
int getStripeCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |