public interface StripeInformation
Modifier and Type | Method and Description |
---|---|
long |
getDataLength()
Get the length of the stripe's data.
|
byte[][] |
getEncryptedLocalKeys()
Get the encrypted keys starting from this stripe until overridden by
a new set in a following stripe.
|
long |
getEncryptionStripeId()
Get the original stripe id that was used when the stripe was originally
written.
|
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 |
getStripeId()
Get the index of this stripe in the current file.
|
boolean |
hasEncryptionStripeId()
Does this stripe have an explicit encryption stripe id set?
|
long getOffset()
long getLength()
long getIndexLength()
long getDataLength()
long getFooterLength()
long getNumberOfRows()
long getStripeId()
boolean hasEncryptionStripeId()
long getEncryptionStripeId()
byte[][] getEncryptedLocalKeys()
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.