Package org.apache.parquet.avro
Interface AvroDataSupplier
-
- All Known Implementing Classes:
GenericDataSupplier,ReflectDataSupplier,SpecificDataSupplier
public interface AvroDataSupplierAllows clients to control how the classes associated with specific Avro records are managed and found, e.g., by creating an instance ofGenericDatathat uses a particularClassLoader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.avro.generic.GenericDataget()
-