Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.reader | |
org.apache.orc.impl.writer |
Modifier and Type | Method and Description |
---|---|
EncryptionVariant[] |
EncryptionKey.getEncryptionRoots()
The columns that are encrypted with this key.
|
EncryptionVariant[] |
Reader.getEncryptionVariants()
Get the list of encryption variants for the data.
|
Modifier and Type | Method and Description |
---|---|
List<StripeStatistics> |
Reader.getVariantStripeStatistics(EncryptionVariant variant)
Get the stripe statistics for a given variant.
|
Modifier and Type | Method and Description |
---|---|
EncryptionVariant |
StreamName.getEncryption()
Get the encryption information for this stream.
|
Modifier and Type | Method and Description |
---|---|
List<StripeStatistics> |
ReaderImpl.getVariantStripeStatistics(EncryptionVariant variant) |
Constructor and Description |
---|
StreamName(int column,
OrcProto.Stream.Kind kind,
EncryptionVariant encryption) |
Modifier and Type | Class and Description |
---|---|
class |
ReaderEncryptionVariant
Information about an encrypted column.
|
Modifier and Type | Method and Description |
---|---|
int |
ReaderEncryptionVariant.compareTo(@NotNull EncryptionVariant other) |
Modifier and Type | Class and Description |
---|---|
class |
WriterEncryptionVariant |
Modifier and Type | Method and Description |
---|---|
int |
WriterEncryptionVariant.compareTo(@NotNull EncryptionVariant other) |
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.