Uses of Enum Class
org.apache.pulsar.functions.proto.Function.CompressionType
-
Uses of Function.CompressionType in org.apache.pulsar.functions.proto
Methods in org.apache.pulsar.functions.proto that return Function.CompressionTypeModifier and TypeMethodDescriptionstatic Function.CompressionTypeFunction.CompressionType.forNumber(int value) Function.ProducerSpec.Builder.getCompressionType().proto.CompressionType compressionType = 6;Function.ProducerSpec.getCompressionType().proto.CompressionType compressionType = 6;Function.ProducerSpecOrBuilder.getCompressionType().proto.CompressionType compressionType = 6;static Function.CompressionTypeFunction.CompressionType.valueOf(int value) Deprecated.static Function.CompressionTypeFunction.CompressionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Function.CompressionTypeReturns the enum constant of this class with the specified name.static Function.CompressionType[]Function.CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.functions.proto that return types with arguments of type Function.CompressionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Function.CompressionType>Function.CompressionType.internalGetValueMap()Methods in org.apache.pulsar.functions.proto with parameters of type Function.CompressionTypeModifier and TypeMethodDescriptionFunction.ProducerSpec.Builder.setCompressionType(Function.CompressionType value) .proto.CompressionType compressionType = 6;