Uses of Enum Class
org.apache.pulsar.functions.proto.Function.ProcessingGuarantees
-
Uses of Function.ProcessingGuarantees in org.apache.pulsar.functions.proto
Methods in org.apache.pulsar.functions.proto that return Function.ProcessingGuaranteesModifier and TypeMethodDescriptionFunction.ProcessingGuarantees.forNumber(int value) Function.FunctionDetails.Builder.getProcessingGuarantees().proto.ProcessingGuarantees processingGuarantees = 6;Function.FunctionDetails.getProcessingGuarantees().proto.ProcessingGuarantees processingGuarantees = 6;Function.FunctionDetailsOrBuilder.getProcessingGuarantees().proto.ProcessingGuarantees processingGuarantees = 6;Function.ProcessingGuarantees.valueOf(int value) Deprecated.Function.ProcessingGuarantees.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static Function.ProcessingGuarantees[]Function.ProcessingGuarantees.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.ProcessingGuaranteesModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Function.ProcessingGuarantees>Function.ProcessingGuarantees.internalGetValueMap()Methods in org.apache.pulsar.functions.proto with parameters of type Function.ProcessingGuaranteesModifier and TypeMethodDescriptionFunction.FunctionDetails.Builder.setProcessingGuarantees(Function.ProcessingGuarantees value) .proto.ProcessingGuarantees processingGuarantees = 6;