Class ColumnEncryptor


  • @Deprecated
    public class ColumnEncryptor
    extends Object
    Deprecated.
    This class is for fast rewriting existing file with column encryption For columns to be encrypted, all the pages of those columns are read, but decompression/decoding, it is encrypted immediately and write back. For columns not to be encrypted, the whole column chunk will be appended directly to writer.
    • Constructor Detail

      • ColumnEncryptor

        public ColumnEncryptor​(org.apache.hadoop.conf.Configuration conf)
        Deprecated.