Uses of Class
org.apache.pulsar.io.hdfs2.Compression
-
Packages that use Compression Package Description org.apache.pulsar.io.hdfs2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Compression in org.apache.pulsar.io.hdfs2
Methods in org.apache.pulsar.io.hdfs2 that return Compression Modifier and Type Method Description static CompressionCompression. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Compression[]Compression. values()Returns an array containing the constants of this enum type, in the order they are declared.
-