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 |
getLength()
Get the total length of the stripe in bytes.
|
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 getLength()
long getIndexLength()
long getDataLength()
long getFooterLength()
long getNumberOfRows()
Copyright © 2017 The Apache Software Foundation. All rights reserved.