Enum Class Compression.Algorithm

java.lang.Object
java.lang.Enum<Compression.Algorithm>
org.apache.hadoop.hbase.io.compress.Compression.Algorithm
All Implemented Interfaces:
Serializable, Comparable<Compression.Algorithm>, Constable
Enclosing class:
Compression

@Public public static enum Compression.Algorithm extends Enum<Compression.Algorithm>
Compression algorithms. The ordinal of these cannot change or else you risk breaking all existing HFiles out there. Even the ones that are not compressed! (They use the NONE algorithm)