org.apache.hadoop.hbase.io.hfile
Class Compression

java.lang.Object
  extended by org.apache.hadoop.hbase.io.hfile.Compression

public final class Compression
extends Object

Compression related stuff. Copied from hadoop-3315 tfile.


Nested Class Summary
static class Compression.Algorithm
          Compression algorithms.
 
Method Summary
static Compression.Algorithm getCompressionAlgorithmByName(String compressName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCompressionAlgorithmByName

public static Compression.Algorithm getCompressionAlgorithmByName(String compressName)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.