Enum Class的使用
org.apache.pulsar.functions.proto.Function.ProcessingGuarantees
-
org.apache.pulsar.functions.proto中Function.ProcessingGuarantees的使用
修饰符和类型方法说明Function.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) 已过时。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.修饰符和类型方法说明static com.google.protobuf.Internal.EnumLiteMap<Function.ProcessingGuarantees>Function.ProcessingGuarantees.internalGetValueMap()修饰符和类型方法说明Function.FunctionDetails.Builder.setProcessingGuarantees(Function.ProcessingGuarantees value) .proto.ProcessingGuarantees processingGuarantees = 6;