Uses of Class
org.apache.pulsar.common.api.proto.Schema.Type
-
Packages that use Schema.Type Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of Schema.Type in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return Schema.Type Modifier and Type Method Description Schema.TypeSchema. getType()static Schema.TypeSchema.Type. valueOf(int n)Returns the enum constant of this type with the specified name.static Schema.TypeSchema.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Schema.Type[]Schema.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type Schema.Type Modifier and Type Method Description SchemaSchema. setType(Schema.Type type) -
Uses of Schema.Type in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type Schema.Type Modifier and Type Method Description static org.apache.pulsar.common.schema.SchemaTypeCommands. getSchemaType(Schema.Type type)
-