Uses of Interface
org.apache.orc.EncryptionVariant
Package
Description
-
Uses of EncryptionVariant in org.apache.orc
Modifier and TypeMethodDescriptionEncryptionKey.getEncryptionRoots()
The columns that are encrypted with this key.Reader.getEncryptionVariants()
Get the list of encryption variants for the data.Modifier and TypeMethodDescriptionReader.getVariantStripeStatistics
(EncryptionVariant variant) Get the stripe statistics for a given variant. -
Uses of EncryptionVariant in org.apache.orc.impl
Modifier and TypeMethodDescriptionStreamName.getEncryption()
Get the encryption information for this stream.Modifier and TypeMethodDescriptionReaderImpl.getVariantStripeStatistics
(EncryptionVariant variant) ModifierConstructorDescriptionStreamName
(int column, OrcProto.Stream.Kind kind, EncryptionVariant encryption) -
Uses of EncryptionVariant in org.apache.orc.impl.reader
Modifier and TypeClassDescriptionclass
Information about an encrypted column.Modifier and TypeMethodDescriptionint
ReaderEncryptionVariant.compareTo
(@NotNull EncryptionVariant other) -
Uses of EncryptionVariant in org.apache.orc.impl.writer
Modifier and TypeMethodDescriptionint
WriterEncryptionVariant.compareTo
(@NotNull EncryptionVariant other)