Uses of Interface
org.apache.avro.generic.GenericEnumSymbol
Packages that use GenericEnumSymbol
Package
Description
Avro kernel classes.
A generic representation for Avro data.
Support for inter-process calls.
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions run in a sub-process.
-
Uses of GenericEnumSymbol in org.apache.avro
Methods in org.apache.avro that return GenericEnumSymbolModifier and TypeMethodDescriptionConversion.toEnumSymbol
(T value, Schema schema, LogicalType type) Methods in org.apache.avro with parameters of type GenericEnumSymbolModifier and TypeMethodDescriptionConversion.fromEnumSymbol
(GenericEnumSymbol<?> value, Schema schema, LogicalType type) -
Uses of GenericEnumSymbol in org.apache.avro.generic
Classes in org.apache.avro.generic with type parameters of type GenericEnumSymbolModifier and TypeInterfaceDescriptioninterface
GenericEnumSymbol<E extends GenericEnumSymbol<E>>
An enum symbol.Classes in org.apache.avro.generic that implement GenericEnumSymbol -
Uses of GenericEnumSymbol in org.apache.avro.ipc
Classes in org.apache.avro.ipc that implement GenericEnumSymbol -
Uses of GenericEnumSymbol in org.apache.avro.mapred.tether
Classes in org.apache.avro.mapred.tether that implement GenericEnumSymbol