Skip navigation links
A C E G H I M N O P R S T U V W 

A

addTypes(Map<String, Schema>) - Method in class org.apache.avro.ExtendedParser
Adds the provided types to the set of defined, named types known to this parser.
afterVisitNonTerminal(Schema) - Method in class org.apache.avro.avsc.ResolvingVisitor
 
afterVisitNonTerminal(Schema) - Method in interface org.apache.avro.avsc.SchemaVisitor
Invoked for schemas with children after its children have been visited.

C

copyAliases(Schema, Schema) - Static method in class org.apache.avro.avsc.Schemas
 
copyAliases(Schema.Field, Schema.Field) - Static method in class org.apache.avro.avsc.Schemas
 
copyAllProperties(Schema, Schema) - Static method in class org.apache.avro.avsc.ResolvingVisitor
 
copyAllProperties(Schema.Field, Schema.Field) - Static method in class org.apache.avro.avsc.ResolvingVisitor
 
copyLogicalTypes(Schema, Schema) - Static method in class org.apache.avro.avsc.Schemas
 
copyProperties(JsonProperties, JsonProperties) - Static method in class org.apache.avro.avsc.Schemas
 

E

ExtendedAvroNamesRefResolver - Class in org.apache.avro
 
ExtendedAvroNamesRefResolver(SchemaResolver) - Constructor for class org.apache.avro.ExtendedAvroNamesRefResolver
 
ExtendedAvroNamesRefResolver(SchemaResolver, String) - Constructor for class org.apache.avro.ExtendedAvroNamesRefResolver
 
ExtendedNames - Class in org.apache.avro
 
ExtendedNames() - Constructor for class org.apache.avro.ExtendedNames
 
ExtendedNames(String) - Constructor for class org.apache.avro.ExtendedNames
 
ExtendedParser - Class in org.apache.avro
 
ExtendedParser(ExtendedNames) - Constructor for class org.apache.avro.ExtendedParser
 
ExtendedParser() - Constructor for class org.apache.avro.ExtendedParser
 

G

get() - Method in class org.apache.avro.avsc.ResolvingVisitor
 
get() - Method in interface org.apache.avro.avsc.SchemaVisitor
Invoked when visiting is complete.
get(String) - Method in class org.apache.avro.ExtendedNames
overwrite for extra name resolution.
get(Object) - Method in class org.apache.avro.ExtendedNames
overwrite for extra name resolution.
get(String) - Static method in class org.apache.avro.SchemaResolvers
 
getAllowUndefinedLogicalTypesThreadLocal() - Static method in class org.apache.avro.ExtendedParser
 
getDefault() - Static method in class org.apache.avro.SchemaResolvers
 
getId(Schema) - Method in class org.apache.avro.ExtendedAvroNamesRefResolver
 
getId(Schema) - Method in interface org.apache.avro.SchemaResolver
 
getJavaClassName(Schema) - Static method in class org.apache.avro.avsc.Schemas
 
getName() - Method in interface org.apache.avro.SchemaResolverRegistration
 
getResolver() - Method in interface org.apache.avro.SchemaResolverRegistration
 
getTypes() - Method in class org.apache.avro.ExtendedParser
Returns the set of defined, named types known to this parser.
getValidate() - Method in class org.apache.avro.ExtendedParser
True iff names are validated.
getValidateDefaults() - Method in class org.apache.avro.ExtendedParser
True iff default values are validated.

H

hasGeneratedJavaClass(Schema) - Static method in class org.apache.avro.avsc.Schemas
 

I

isAllowUndefinedLogicalTypes() - Static method in class org.apache.avro.ExtendedParser
 
isSchemaRefsSupported() - Static method in class org.apache.avro.SchemaRefWriter
 

M

mangle(String) - Static method in class org.apache.avro.avsc.Schemas
Utility for template use.
mangle(String, Set<String>) - Static method in class org.apache.avro.avsc.Schemas
Utility for template use.
mangle(String, Set<String>, boolean) - Static method in class org.apache.avro.avsc.Schemas
Utility for template use.
MAX_POWER_OF_TWO - Static variable in class org.apache.avro.ExtendedParser
 

N

newLinkedHashMapWithExpectedSize(int) - Static method in class org.apache.avro.ExtendedParser
 
NONE - Static variable in interface org.apache.avro.SchemaResolver
 

O

org.apache.avro - package org.apache.avro
 
org.apache.avro.avsc - package org.apache.avro.avsc
 

P

parse(File) - Method in class org.apache.avro.ExtendedParser
Parse a schema from the provided file.
parse(InputStream) - Method in class org.apache.avro.ExtendedParser
 
parse(InputStream, boolean) - Method in class org.apache.avro.ExtendedParser
Parse a schema from the provided stream.
parse(String, String...) - Method in class org.apache.avro.ExtendedParser
Read a schema from one or more json strings
parse(String) - Method in class org.apache.avro.ExtendedParser
 
parse(String, boolean) - Method in class org.apache.avro.ExtendedParser
Parse a schema from the provided string.
parse(JsonParser) - Method in class org.apache.avro.ExtendedParser
 
parse(JsonParser, boolean) - Method in class org.apache.avro.ExtendedParser
 
parse(JsonParser, ExtendedNames, boolean, boolean, boolean) - Static method in class org.apache.avro.SchemaAdapter
 
parseLogicalType(Schema, boolean) - Static method in class org.apache.avro.SchemaAdapter
 

R

register(String, SchemaResolver) - Static method in class org.apache.avro.SchemaResolvers
 
registerAsDefault() - Method in interface org.apache.avro.SchemaResolver
 
registerDefault(SchemaResolver) - Static method in class org.apache.avro.SchemaResolvers
 
resolve(Map<String, Schema>, boolean) - Static method in class org.apache.avro.avsc.SchemaResolver
Will clone the provided protocol while resolving all unreferenced schemas
resolveSchema(String) - Method in class org.apache.avro.ExtendedAvroNamesRefResolver
 
resolveSchema(String) - Method in interface org.apache.avro.SchemaResolver
 
ResolvingVisitor - Class in org.apache.avro.avsc
this visitor will create a clone of the original Schema and will also resolve all unresolved schemas by default.
ResolvingVisitor(Schema, IdentityHashMap<Schema, Schema>, Function<String, Schema>, boolean) - Constructor for class org.apache.avro.avsc.ResolvingVisitor
 

S

SchemaAdapter - Class in org.apache.avro
 
SchemaRefWriter - Class in org.apache.avro
 
SchemaResolver - Class in org.apache.avro.avsc
Utility class to resolve schemas that are unavailable at the time they are referenced in the IDL.
SchemaResolver - Interface in org.apache.avro
 
SchemaResolverRegistration - Interface in org.apache.avro
 
SchemaResolvers - Class in org.apache.avro
 
Schemas - Class in org.apache.avro.avsc
Avro Schema utilities, to traverse...
SchemaVisitor<T> - Interface in org.apache.avro.avsc
 
SchemaVisitorAction - Enum in org.apache.avro.avsc
 
setAllowUndefinedLogicalTypesThreadLocal(Boolean) - Static method in class org.apache.avro.ExtendedParser
 
setValidate(boolean) - Method in class org.apache.avro.ExtendedParser
Enable or disable name validation.
setValidateDefaults(boolean) - Method in class org.apache.avro.ExtendedParser
Enable or disable default value validation.

T

toString() - Method in class org.apache.avro.avsc.ResolvingVisitor
 
toString() - Method in class org.apache.avro.ExtendedAvroNamesRefResolver
 
toString() - Method in class org.apache.avro.ExtendedParser
Overwrite as appropriate.

U

UnresolvedExtendedParser - Class in org.apache.avro
 
UnresolvedExtendedParser() - Constructor for class org.apache.avro.UnresolvedExtendedParser
 
unresolvedSchema(String) - Static method in class org.apache.avro.avsc.SchemaResolver
Create a schema to represent a "unresolved" schema.

V

valueOf(String) - Static method in enum org.apache.avro.avsc.SchemaVisitorAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.avro.avsc.SchemaVisitorAction
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Schema, SchemaVisitor<T>) - Static method in class org.apache.avro.avsc.Schemas
depth first visit.
visitNonTerminal(Schema) - Method in class org.apache.avro.avsc.ResolvingVisitor
 
visitNonTerminal(Schema) - Method in interface org.apache.avro.avsc.SchemaVisitor
Invoked for schema with children before proceeding to visit the children.
visitTerminal(Schema) - Method in class org.apache.avro.avsc.ResolvingVisitor
 
visitTerminal(Schema) - Method in interface org.apache.avro.avsc.SchemaVisitor
Invoked for schemas that do not have "child" schemas (like string, int ...) or for a previously encountered schema with children, which will be treated as a terminal.

W

write(Schema, OutputStream) - Static method in class org.apache.avro.SchemaRefWriter
 
A C E G H I M N O P R S T U V W 
Skip navigation links

Copyright © 2020 SPF4J. All rights reserved.