public interface StripeInformation
Modifier and Type | Method and Description |
---|---|
long |
getDataLength()
Get the length of the stripe's data.
|
long |
getFooterLength()
Get the length of the stripe's tail section, which contains its index.
|
long |
getIndexLength()
Get the length of the stripe's indexes.
|
long |
getNumberOfRows()
Get the number of rows in the stripe.
|
long |
getOffset()
Get the byte offset of the start of the stripe.
|
long getOffset()
long getIndexLength()
long getDataLength()
long getFooterLength()
long getNumberOfRows()
Copyright © 2012 The Apache Software Foundation