Uses of Class
org.apache.camel.model.dataformat.ParquetAvroDataFormat.Builder
Packages that use ParquetAvroDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of ParquetAvroDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return ParquetAvroDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.parquetAvro()Uses the protobuf data format -
Uses of ParquetAvroDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return ParquetAvroDataFormat.BuilderModifier and TypeMethodDescriptionParquetAvroDataFormat.Builder.compressionCodecName(String compressionCodecName) Compression codec to use when marshalling.ParquetAvroDataFormat.Builder.lazyLoad(boolean lazyLoad) Whether the unmarshalling should produce an iterator of records or read all the records at once.Whether the unmarshalling should produce an iterator of records or read all the records at once.ParquetAvroDataFormat.Builder.unmarshalType(Class<?> unmarshalType) Class to use when unmarshalling.ParquetAvroDataFormat.Builder.unmarshalTypeName(String unmarshalTypeName) Class to use when unmarshalling.