Uses of Enum Class
org.apache.pulsar.client.api.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type CompressionTypeModifier and TypeMethodDescriptionProducerBuilder.compressionType(CompressionType compressionType) Set the compression type for the producer.