Uses of Interface
org.apache.avro.generic.GenericData.InstanceSupplier
Package
Description
Avro kernel classes.
A generic representation for Avro data.
Utilities for Encoding and Decoding Avro data.
Generate specific Java classes for schemas and protocols.
-
Uses of GenericData.InstanceSupplier in org.apache.avro
Modifier and TypeFieldDescriptionResolver.RecordAdjust.instanceSupplier
Supplier that offers an optimized alternative to data.newRecord() -
Uses of GenericData.InstanceSupplier in org.apache.avro.generic
Modifier and TypeMethodDescriptionGenericData.getNewRecordSupplier
(Schema schema) create a supplier that allows to get new record instances for a given schema in an optimized way -
Uses of GenericData.InstanceSupplier in org.apache.avro.io
Modifier and TypeMethodDescriptionvoid
FastReaderBuilder.RecordReader.finishInitialization
(FastReaderBuilder.ExecutionStep[] readSteps, Schema schema, GenericData.InstanceSupplier supp) -
Uses of GenericData.InstanceSupplier in org.apache.avro.specific