Uses of Enum
org.apache.avro.Schema.Type
Packages that use Schema.Type
-
Uses of Schema.Type in org.apache.avro
Methods in org.apache.avro that return Schema.TypeModifier and TypeMethodDescriptionSchema.getType()
Return the type of this schema.static Schema.Type
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.avro with parameters of type Schema.TypeModifier and TypeMethodDescriptionstatic Schema
Schema.create
(Schema.Type type) Create a schema for a primitive type.