Skip navigation links
A B C D G I O P R S W 

A

ADD_LIST_ELEMENT_RECORDS - Static variable in class org.apache.parquet.avro.AvroSchemaConverter
 
AVRO_COMPATIBILITY - Static variable in class org.apache.parquet.avro.AvroReadSupport
 
AVRO_DATA_SUPPLIER - Static variable in class org.apache.parquet.avro.AvroReadSupport
 
AVRO_DATA_SUPPLIER - Static variable in class org.apache.parquet.avro.AvroWriteSupport
 
AVRO_DEFAULT_COMPATIBILITY - Static variable in class org.apache.parquet.avro.AvroReadSupport
 
AVRO_REQUESTED_PROJECTION - Static variable in class org.apache.parquet.avro.AvroReadSupport
 
AvroConverters - Class in org.apache.parquet.avro
 
AvroConverters() - Constructor for class org.apache.parquet.avro.AvroConverters
 
AvroConverters.AvroGroupConverter - Class in org.apache.parquet.avro
 
AvroDataSupplier - Interface in org.apache.parquet.avro
Allows clients to control how the classes associated with specific Avro records are managed and found, e.g., by creating an instance of GenericData that uses a particular ClassLoader.
AvroGroupConverter(ParentValueContainer) - Constructor for class org.apache.parquet.avro.AvroConverters.AvroGroupConverter
 
AvroParquetInputFormat<T> - Class in org.apache.parquet.avro
A Hadoop InputFormat for Parquet files.
AvroParquetInputFormat() - Constructor for class org.apache.parquet.avro.AvroParquetInputFormat
 
AvroParquetOutputFormat<T> - Class in org.apache.parquet.avro
A Hadoop OutputFormat for Parquet files.
AvroParquetOutputFormat() - Constructor for class org.apache.parquet.avro.AvroParquetOutputFormat
 
AvroParquetReader<T> - Class in org.apache.parquet.avro
Read Avro records from a Parquet file.
AvroParquetReader(Path) - Constructor for class org.apache.parquet.avro.AvroParquetReader
Deprecated.
will be removed in 2.0.0; use AvroParquetReader.builder(InputFile) instead.
AvroParquetReader(Path, UnboundRecordFilter) - Constructor for class org.apache.parquet.avro.AvroParquetReader
Deprecated.
will be removed in 2.0.0; use AvroParquetReader.builder(InputFile) instead.
AvroParquetReader(Configuration, Path) - Constructor for class org.apache.parquet.avro.AvroParquetReader
Deprecated.
will be removed in 2.0.0; use AvroParquetReader.builder(InputFile) instead.
AvroParquetReader(Configuration, Path, UnboundRecordFilter) - Constructor for class org.apache.parquet.avro.AvroParquetReader
Deprecated.
will be removed in 2.0.0; use AvroParquetReader.builder(InputFile) instead.
AvroParquetReader.Builder<T> - Class in org.apache.parquet.avro
 
AvroParquetWriter<T> - Class in org.apache.parquet.avro
Write Avro records to a Parquet file.
AvroParquetWriter(Path, Schema, CompressionCodecName, int, int) - Constructor for class org.apache.parquet.avro.AvroParquetWriter
Deprecated.
AvroParquetWriter(Path, Schema, CompressionCodecName, int, int, boolean) - Constructor for class org.apache.parquet.avro.AvroParquetWriter
Deprecated.
AvroParquetWriter(Path, Schema) - Constructor for class org.apache.parquet.avro.AvroParquetWriter
Deprecated.
AvroParquetWriter(Path, Schema, CompressionCodecName, int, int, boolean, Configuration) - Constructor for class org.apache.parquet.avro.AvroParquetWriter
Deprecated.
AvroParquetWriter.Builder<T> - Class in org.apache.parquet.avro
 
AvroReadSupport<T> - Class in org.apache.parquet.avro
Avro implementation of ReadSupport for avro generic, specific, and reflect models.
AvroReadSupport() - Constructor for class org.apache.parquet.avro.AvroReadSupport
 
AvroReadSupport(GenericData) - Constructor for class org.apache.parquet.avro.AvroReadSupport
 
AvroSchemaConverter - Class in org.apache.parquet.avro
Converts an Avro schema into a Parquet schema, or vice versa.
AvroSchemaConverter() - Constructor for class org.apache.parquet.avro.AvroSchemaConverter
 
AvroSchemaConverter(Configuration) - Constructor for class org.apache.parquet.avro.AvroSchemaConverter
 
AvroSchemaConverter(ParquetConfiguration) - Constructor for class org.apache.parquet.avro.AvroSchemaConverter
 
AvroWriteSupport<T> - Class in org.apache.parquet.avro
Avro implementation of WriteSupport for generic, specific, and reflect models.
AvroWriteSupport() - Constructor for class org.apache.parquet.avro.AvroWriteSupport
 
AvroWriteSupport(MessageType, Schema) - Constructor for class org.apache.parquet.avro.AvroWriteSupport
Deprecated.
will be removed in 2.0.0
AvroWriteSupport(MessageType, Schema, GenericData) - Constructor for class org.apache.parquet.avro.AvroWriteSupport
 

B

builder(Path) - Static method in class org.apache.parquet.avro.AvroParquetReader
Deprecated.
will be removed in 2.0.0; use AvroParquetReader.builder(InputFile) instead.
builder(InputFile) - Static method in class org.apache.parquet.avro.AvroParquetReader
 
builder(InputFile, ParquetConfiguration) - Static method in class org.apache.parquet.avro.AvroParquetReader
 
builder(Path) - Static method in class org.apache.parquet.avro.AvroParquetWriter
Deprecated.
will be removed in 2.0.0; use AvroParquetWriter.builder(OutputFile) instead.
builder(OutputFile) - Static method in class org.apache.parquet.avro.AvroParquetWriter
 

C

convert(Schema) - Method in class org.apache.parquet.avro.AvroSchemaConverter
 
convert(MessageType) - Method in class org.apache.parquet.avro.AvroSchemaConverter
 

D

disableCompatibility() - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 

G

GenericDataSupplier - Class in org.apache.parquet.avro
 
GenericDataSupplier() - Constructor for class org.apache.parquet.avro.GenericDataSupplier
 
genericRecordReader(InputFile) - Static method in class org.apache.parquet.avro.AvroParquetReader
Convenience method for creating a ParquetReader which uses Avro GenericData objects to store data from reads.
genericRecordReader(InputFile, ParquetConfiguration) - Static method in class org.apache.parquet.avro.AvroParquetReader
Convenience method for creating a ParquetReader which uses Avro GenericData objects to store data from reads.
genericRecordReader(Path) - Static method in class org.apache.parquet.avro.AvroParquetReader
Deprecated.
will be removed in 2.0.0; use AvroParquetReader.genericRecordReader(InputFile) instead.
get() - Method in interface org.apache.parquet.avro.AvroDataSupplier
 
get() - Method in class org.apache.parquet.avro.GenericDataSupplier
 
get() - Method in class org.apache.parquet.avro.ReflectDataSupplier
 
get() - Method in class org.apache.parquet.avro.SpecificDataSupplier
 
getName() - Method in class org.apache.parquet.avro.AvroWriteSupport
 
getNonNull(Schema) - Static method in class org.apache.parquet.avro.AvroSchemaConverter
Given a schema, check to see if it is a union of a null type and a regular schema, and then return the non-null sub-schema.
getReadSupport() - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
getWriteSupport(Configuration) - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 
getWriteSupport(ParquetConfiguration) - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 

I

init(Configuration, Map<String, String>, MessageType) - Method in class org.apache.parquet.avro.AvroReadSupport
 
init(ParquetConfiguration, Map<String, String>, MessageType) - Method in class org.apache.parquet.avro.AvroReadSupport
 
init(Configuration) - Method in class org.apache.parquet.avro.AvroWriteSupport
 
init(ParquetConfiguration) - Method in class org.apache.parquet.avro.AvroWriteSupport
 

O

org.apache.parquet.avro - package org.apache.parquet.avro
Provides classes to store Avro data in Parquet files.

P

parent - Variable in class org.apache.parquet.avro.AvroConverters.AvroGroupConverter
 
prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class org.apache.parquet.avro.AvroReadSupport
 
prepareForRead(ParquetConfiguration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class org.apache.parquet.avro.AvroReadSupport
 
prepareForWrite(RecordConsumer) - Method in class org.apache.parquet.avro.AvroWriteSupport
 

R

READ_INT96_AS_FIXED - Static variable in class org.apache.parquet.avro.AvroReadSupport
 
READ_INT96_AS_FIXED_DEFAULT - Static variable in class org.apache.parquet.avro.AvroReadSupport
 
ReflectDataSupplier - Class in org.apache.parquet.avro
 
ReflectDataSupplier() - Constructor for class org.apache.parquet.avro.ReflectDataSupplier
 

S

self() - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 
SERIALIZABLE_CLASSES - Static variable in class org.apache.parquet.avro.AvroReadSupport
List of the fully qualified class names separated by ',' that may be referenced from the Avro schema by "java-class" or "java-key-class" and are allowed to be loaded.
SERIALIZABLE_PACKAGES - Static variable in class org.apache.parquet.avro.AvroConverters
Deprecated.
will be removed in 2.0.0
setAvroDataSupplier(Job, Class<? extends AvroDataSupplier>) - Static method in class org.apache.parquet.avro.AvroParquetInputFormat
Uses an instance of the specified AvroDataSupplier class to control how the SpecificData instance that is used to find Avro specific records is created.
setAvroDataSupplier(Job, Class<? extends AvroDataSupplier>) - Static method in class org.apache.parquet.avro.AvroParquetOutputFormat
Sets the AvroDataSupplier class that will be used.
setAvroDataSupplier(Configuration, Class<? extends AvroDataSupplier>) - Static method in class org.apache.parquet.avro.AvroReadSupport
 
setAvroDataSupplier(Configuration, Class<? extends AvroDataSupplier>) - Static method in class org.apache.parquet.avro.AvroWriteSupport
 
setAvroReadSchema(Job, Schema) - Static method in class org.apache.parquet.avro.AvroParquetInputFormat
Override the Avro schema to use for reading.
setAvroReadSchema(Configuration, Schema) - Static method in class org.apache.parquet.avro.AvroReadSupport
 
setRequestedProjection(Job, Schema) - Static method in class org.apache.parquet.avro.AvroParquetInputFormat
Set the subset of columns to read (projection pushdown).
setRequestedProjection(Configuration, Schema) - Static method in class org.apache.parquet.avro.AvroReadSupport
 
setSchema(Job, Schema) - Static method in class org.apache.parquet.avro.AvroParquetOutputFormat
Set the Avro schema to use for writing.
setSchema(Configuration, Schema) - Static method in class org.apache.parquet.avro.AvroWriteSupport
 
setSerializableClasses(Configuration, String...) - Static method in class org.apache.parquet.avro.AvroReadSupport
 
setSerializableClasses(Configuration, Class<?>...) - Static method in class org.apache.parquet.avro.AvroReadSupport
 
SpecificDataSupplier - Class in org.apache.parquet.avro
 
SpecificDataSupplier() - Constructor for class org.apache.parquet.avro.SpecificDataSupplier
 

W

withCompatibility(boolean) - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
withDataModel(GenericData) - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
withDataModel(GenericData) - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 
withSchema(Schema) - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 
withSerializableClasses(String...) - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
withSerializableClasses(Class<?>...) - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
write(IndexedRecord) - Method in class org.apache.parquet.avro.AvroWriteSupport
 
write(T) - Method in class org.apache.parquet.avro.AvroWriteSupport
 
WRITE_FIXED_AS_INT96 - Static variable in class org.apache.parquet.avro.AvroWriteSupport
 
WRITE_OLD_LIST_STRUCTURE - Static variable in class org.apache.parquet.avro.AvroWriteSupport
 
WRITE_PARQUET_UUID - Static variable in class org.apache.parquet.avro.AvroWriteSupport
 
A B C D G I O P R S W 
Skip navigation links

Copyright © 2024 The Apache Software Foundation. All rights reserved.