Uses of Enum Class
org.apache.orc.impl.HadoopShims.DirectCompressionType
Packages that use HadoopShims.DirectCompressionType
-
Uses of HadoopShims.DirectCompressionType in org.apache.orc.impl
Methods in org.apache.orc.impl that return HadoopShims.DirectCompressionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HadoopShims.DirectCompressionType[]HadoopShims.DirectCompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.orc.impl with parameters of type HadoopShims.DirectCompressionTypeModifier and TypeMethodDescriptionHadoopShims.getDirectDecompressor(HadoopShims.DirectCompressionType codec) Get a direct decompressor codec, if it is availableHadoopShimsCurrent.getDirectDecompressor(HadoopShims.DirectCompressionType codec)