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