Uses of Class
org.apache.hadoop.hive.ql.io.orc.CompressionKind

Packages that use CompressionKind
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of CompressionKind in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc that return CompressionKind
 CompressionKind Reader.getCompression()
          Get the compression kind.
static CompressionKind CompressionKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompressionKind[] CompressionKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type CompressionKind
 OrcFile.WriterOptions OrcFile.WriterOptions.compress(CompressionKind value)
          Sets the generic compression that is used to compress the data.
static Writer OrcFile.createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, ObjectInspector inspector, long stripeSize, CompressionKind compress, int bufferSize, int rowIndexStride)
          Create an ORC file writer.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.