Uses of Class
org.apache.hadoop.io.compress.lzo.LzoDecompressor.CompressionStrategy

Packages that use LzoDecompressor.CompressionStrategy
org.apache.hadoop.io.compress.lzo   
 

Uses of LzoDecompressor.CompressionStrategy in org.apache.hadoop.io.compress.lzo
 

Methods in org.apache.hadoop.io.compress.lzo that return LzoDecompressor.CompressionStrategy
static LzoDecompressor.CompressionStrategy LzoDecompressor.CompressionStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LzoDecompressor.CompressionStrategy[] LzoDecompressor.CompressionStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.hadoop.io.compress.lzo with parameters of type LzoDecompressor.CompressionStrategy
LzoDecompressor(LzoDecompressor.CompressionStrategy strategy, int directBufferSize)
          Creates a new lzo decompressor.
 



Copyright © 2008 The Apache Software Foundation