Uses of Enum Class
org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel
Packages that use ZlibCompressor.CompressionLevel
Package
Description
Implementation of compression/decompression based on the popular
gzip compressed file format.
-
Uses of ZlibCompressor.CompressionLevel in org.apache.hadoop.io.compress.zlib
Methods in org.apache.hadoop.io.compress.zlib that return ZlibCompressor.CompressionLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ZlibCompressor.CompressionLevel[]ZlibCompressor.CompressionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.