Class AvroScheme
java.lang.Object
org.apache.storm.sql.runtime.serde.avro.AvroScheme
- All Implemented Interfaces:
Serializable
,Scheme
AvroScheme uses generic(without code generation) instead of specific(with code generation) readers.
- See Also:
-
Constructor Summary
ConstructorDescriptionAvroScheme
(String schemaString, List<String> fieldNames) AvroScheme Constructor. -
Method Summary
-
Constructor Details
-
AvroScheme
AvroScheme Constructor.- Parameters:
schemaString
- schema stringfieldNames
- field names
-
-
Method Details
-
deserialize
- Specified by:
deserialize
in interfaceScheme
-
getOutputFields
- Specified by:
getOutputFields
in interfaceScheme
-