Uses of Enum Class
org.apache.pulsar.broker.service.schema.proto.SchemaRegistryFormat.SchemaInfo.SchemaType
Packages that use SchemaRegistryFormat.SchemaInfo.SchemaType
-
Uses of SchemaRegistryFormat.SchemaInfo.SchemaType in org.apache.pulsar.broker.service.schema.proto
Methods in org.apache.pulsar.broker.service.schema.proto that return SchemaRegistryFormat.SchemaInfo.SchemaTypeModifier and TypeMethodDescriptionSchemaRegistryFormat.SchemaInfo.SchemaType.forNumber(int value) SchemaRegistryFormat.SchemaInfo.Builder.getType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;SchemaRegistryFormat.SchemaInfo.getType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;SchemaRegistryFormat.SchemaInfoOrBuilder.getType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;SchemaRegistryFormat.SchemaInfo.SchemaType.valueOf(int value) Deprecated.SchemaRegistryFormat.SchemaInfo.SchemaType.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.SchemaRegistryFormat.SchemaInfo.SchemaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.service.schema.proto that return types with arguments of type SchemaRegistryFormat.SchemaInfo.SchemaTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SchemaRegistryFormat.SchemaInfo.SchemaType>SchemaRegistryFormat.SchemaInfo.SchemaType.internalGetValueMap()Methods in org.apache.pulsar.broker.service.schema.proto with parameters of type SchemaRegistryFormat.SchemaInfo.SchemaTypeModifier and TypeMethodDescriptionSchemaRegistryFormat.SchemaInfo.Builder.setType(SchemaRegistryFormat.SchemaInfo.SchemaType value) required .pulsar.schema.SchemaInfo.SchemaType type = 3;