Skip navigation links
A B C D E F G H I L M N O P R S T V W Y 

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
 
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

brand - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
build() - Method in class org.apache.parquet.avro.Car.Builder
 
build() - Method in class org.apache.parquet.avro.Engine.Builder
 
build() - Method in class org.apache.parquet.avro.LeatherTrim.Builder
 
build() - Method in class org.apache.parquet.avro.NewCar.Builder
 
build() - Method in class org.apache.parquet.avro.Service.Builder
 
build() - Method in class org.apache.parquet.avro.ShortCar.Builder
 
build() - Method in class org.apache.parquet.avro.Stereo.Builder
 
build() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
 
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(Path) - Static method in class org.apache.parquet.avro.AvroParquetWriter
 
builder(OutputFile) - Static method in class org.apache.parquet.avro.AvroParquetWriter
 

C

capacity - Variable in class org.apache.parquet.avro.Engine
Deprecated.
Car - Class in org.apache.parquet.avro
 
Car() - Constructor for class org.apache.parquet.avro.Car
Default constructor.
Car(Long, String, String, String, Vin, Integer, Engine, Object, List<Service>) - Constructor for class org.apache.parquet.avro.Car
All-args constructor.
Car.Builder - Class in org.apache.parquet.avro
RecordBuilder for Car instances.
Cars - Interface in org.apache.parquet.avro
 
Cars.Callback - Interface in org.apache.parquet.avro
 
clearBrand() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'brand' field.
clearCapacity() - Method in class org.apache.parquet.avro.Engine.Builder
Clears the value of the 'capacity' field.
clearColour() - Method in class org.apache.parquet.avro.LeatherTrim.Builder
Clears the value of the 'colour' field.
clearDate() - Method in class org.apache.parquet.avro.Service.Builder
Clears the value of the 'date' field.
clearDefaultClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Clears the value of the 'default_class' field.
clearDefaultMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Clears the value of the 'default_map' field.
clearDescription() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'description' field.
clearDoors() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'doors' field.
clearDoors() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'doors' field.
clearEngine() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'engine' field.
clearEngine() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'engine' field.
clearEngine() - Method in class org.apache.parquet.avro.ShortCar.Builder
Clears the value of the 'engine' field.
clearHasTurboCharger() - Method in class org.apache.parquet.avro.Engine.Builder
Clears the value of the 'hasTurboCharger' field.
clearMake() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'make' field.
clearMake() - Method in class org.apache.parquet.avro.ShortCar.Builder
Clears the value of the 'make' field.
clearMake() - Method in class org.apache.parquet.avro.Stereo.Builder
Clears the value of the 'make' field.
clearMechanic() - Method in class org.apache.parquet.avro.Service.Builder
Clears the value of the 'mechanic' field.
clearModel() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'model' field.
clearModel() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'model' field.
clearOpt() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'opt' field.
clearOptionalExtra() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'optionalExtra' field.
clearOptionalExtra() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'optionalExtra' field.
clearRegistration() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'registration' field.
clearRegistration() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'registration' field.
clearServiceHistory() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'serviceHistory' field.
clearServiceHistory() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'serviceHistory' field.
clearSpeakers() - Method in class org.apache.parquet.avro.Stereo.Builder
Clears the value of the 'speakers' field.
clearStringableClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Clears the value of the 'stringable_class' field.
clearStringableMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Clears the value of the 'stringable_map' field.
clearStringClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Clears the value of the 'string_class' field.
clearStringMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Clears the value of the 'string_map' field.
clearType() - Method in class org.apache.parquet.avro.Engine.Builder
Clears the value of the 'type' field.
clearVin() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'vin' field.
clearVin() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'vin' field.
clearVin() - Method in class org.apache.parquet.avro.ShortCar.Builder
Clears the value of the 'vin' field.
clearYear() - Method in class org.apache.parquet.avro.Car.Builder
Clears the value of the 'year' field.
clearYear() - Method in class org.apache.parquet.avro.NewCar.Builder
Clears the value of the 'year' field.
clearYear() - Method in class org.apache.parquet.avro.ShortCar.Builder
Clears the value of the 'year' field.
colour - Variable in class org.apache.parquet.avro.LeatherTrim
Deprecated.
convert(Schema) - Method in class org.apache.parquet.avro.AvroSchemaConverter
 
convert(MessageType) - Method in class org.apache.parquet.avro.AvroSchemaConverter
 
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.Car
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.Engine
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.LeatherTrim
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.NewCar
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.Service
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.ShortCar
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.Stereo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.parquet.avro.StringBehaviorTest
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
customDecode(ResolvingDecoder) - Method in class org.apache.parquet.avro.Engine
 
customDecode(ResolvingDecoder) - Method in class org.apache.parquet.avro.LeatherTrim
 
customDecode(ResolvingDecoder) - Method in class org.apache.parquet.avro.Service
 
customDecode(ResolvingDecoder) - Method in class org.apache.parquet.avro.ShortCar
 
customDecode(ResolvingDecoder) - Method in class org.apache.parquet.avro.Stereo
 
customDecode(ResolvingDecoder) - Method in class org.apache.parquet.avro.StringBehaviorTest
 
customEncode(Encoder) - Method in class org.apache.parquet.avro.Engine
 
customEncode(Encoder) - Method in class org.apache.parquet.avro.LeatherTrim
 
customEncode(Encoder) - Method in class org.apache.parquet.avro.Service
 
customEncode(Encoder) - Method in class org.apache.parquet.avro.ShortCar
 
customEncode(Encoder) - Method in class org.apache.parquet.avro.Stereo
 
customEncode(Encoder) - Method in class org.apache.parquet.avro.StringBehaviorTest
 

D

date - Variable in class org.apache.parquet.avro.Service
Deprecated.
default_class - Variable in class org.apache.parquet.avro.StringBehaviorTest
Deprecated.
default_map - Variable in class org.apache.parquet.avro.StringBehaviorTest
Deprecated.
description - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
disableCompatibility() - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
doors - Variable in class org.apache.parquet.avro.Car
Deprecated.
doors - Variable in class org.apache.parquet.avro.NewCar
Deprecated.

E

engine - Variable in class org.apache.parquet.avro.Car
Deprecated.
Engine - Class in org.apache.parquet.avro
 
Engine() - Constructor for class org.apache.parquet.avro.Engine
Default constructor.
Engine(EngineType, Float, Boolean) - Constructor for class org.apache.parquet.avro.Engine
All-args constructor.
engine - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
engine - Variable in class org.apache.parquet.avro.ShortCar
Deprecated.
Engine.Builder - Class in org.apache.parquet.avro
RecordBuilder for Engine instances.
EngineType - Enum in org.apache.parquet.avro
 

F

fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.Car
Deserializes a Car from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.Engine
Deserializes a Engine from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.LeatherTrim
Deserializes a LeatherTrim from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.NewCar
Deserializes a NewCar from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.Service
Deserializes a Service from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.ShortCar
Deserializes a ShortCar from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.Stereo
Deserializes a Stereo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.avro.StringBehaviorTest
Deserializes a StringBehaviorTest from a ByteBuffer.

G

GenericDataSupplier - Class in org.apache.parquet.avro
 
GenericDataSupplier() - Constructor for class org.apache.parquet.avro.GenericDataSupplier
 
get() - Method in interface org.apache.parquet.avro.AvroDataSupplier
 
get(int) - Method in class org.apache.parquet.avro.Car
 
get(int) - Method in class org.apache.parquet.avro.Engine
 
get() - Method in class org.apache.parquet.avro.GenericDataSupplier
 
get(int) - Method in class org.apache.parquet.avro.LeatherTrim
 
get(int) - Method in class org.apache.parquet.avro.NewCar
 
get() - Method in class org.apache.parquet.avro.ReflectDataSupplier
 
get(int) - Method in class org.apache.parquet.avro.Service
 
get(int) - Method in class org.apache.parquet.avro.ShortCar
 
get() - Method in class org.apache.parquet.avro.SpecificDataSupplier
 
get(int) - Method in class org.apache.parquet.avro.Stereo
 
get(int) - Method in class org.apache.parquet.avro.StringBehaviorTest
 
getBrand() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'brand' field.
getBrand() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'brand' field.
getCapacity() - Method in class org.apache.parquet.avro.Engine.Builder
Gets the value of the 'capacity' field.
getCapacity() - Method in class org.apache.parquet.avro.Engine
Gets the value of the 'capacity' field.
getClassSchema() - Static method in class org.apache.parquet.avro.Car
 
getClassSchema() - Static method in class org.apache.parquet.avro.Engine
 
getClassSchema() - Static method in enum org.apache.parquet.avro.EngineType
 
getClassSchema() - Static method in class org.apache.parquet.avro.LeatherTrim
 
getClassSchema() - Static method in class org.apache.parquet.avro.NewCar
 
getClassSchema() - Static method in class org.apache.parquet.avro.Service
 
getClassSchema() - Static method in class org.apache.parquet.avro.ShortCar
 
getClassSchema() - Static method in class org.apache.parquet.avro.Stereo
 
getClassSchema() - Static method in class org.apache.parquet.avro.StringBehaviorTest
 
getClassSchema() - Static method in class org.apache.parquet.avro.Vin
 
getColour() - Method in class org.apache.parquet.avro.LeatherTrim.Builder
Gets the value of the 'colour' field.
getColour() - Method in class org.apache.parquet.avro.LeatherTrim
Gets the value of the 'colour' field.
getDate() - Method in class org.apache.parquet.avro.Service.Builder
Gets the value of the 'date' field.
getDate() - Method in class org.apache.parquet.avro.Service
Gets the value of the 'date' field.
getDecoder() - Static method in class org.apache.parquet.avro.Car
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.Engine
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.LeatherTrim
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.NewCar
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.Service
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.ShortCar
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.Stereo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.parquet.avro.StringBehaviorTest
Return the BinaryMessageDecoder instance used by this class.
getDefaultClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Gets the value of the 'default_class' field.
getDefaultClass() - Method in class org.apache.parquet.avro.StringBehaviorTest
Gets the value of the 'default_class' field.
getDefaultMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Gets the value of the 'default_map' field.
getDefaultMap() - Method in class org.apache.parquet.avro.StringBehaviorTest
Gets the value of the 'default_map' field.
getDescription() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'description' field.
getDescription() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'description' field.
getDoors() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'doors' field.
getDoors() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'doors' field.
getDoors() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'doors' field.
getDoors() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'doors' field.
getEncoder() - Static method in class org.apache.parquet.avro.Car
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.Engine
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.LeatherTrim
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.NewCar
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.Service
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.ShortCar
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.Stereo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.parquet.avro.StringBehaviorTest
Return the BinaryMessageEncoder instance used by this class.
getEngine() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'engine' field.
getEngine() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'engine' field.
getEngine() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'engine' field.
getEngine() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'engine' field.
getEngine() - Method in class org.apache.parquet.avro.ShortCar.Builder
Gets the value of the 'engine' field.
getEngine() - Method in class org.apache.parquet.avro.ShortCar
Gets the value of the 'engine' field.
getEngineBuilder() - Method in class org.apache.parquet.avro.Car.Builder
Gets the Builder instance for the 'engine' field and creates one if it doesn't exist yet.
getEngineBuilder() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the Builder instance for the 'engine' field and creates one if it doesn't exist yet.
getEngineBuilder() - Method in class org.apache.parquet.avro.ShortCar.Builder
Gets the Builder instance for the 'engine' field and creates one if it doesn't exist yet.
getHasTurboCharger() - Method in class org.apache.parquet.avro.Engine.Builder
Gets the value of the 'hasTurboCharger' field.
getHasTurboCharger() - Method in class org.apache.parquet.avro.Engine
Gets the value of the 'hasTurboCharger' field.
getMake() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'make' field.
getMake() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'make' field.
getMake() - Method in class org.apache.parquet.avro.ShortCar.Builder
Gets the value of the 'make' field.
getMake() - Method in class org.apache.parquet.avro.ShortCar
Gets the value of the 'make' field.
getMake() - Method in class org.apache.parquet.avro.Stereo.Builder
Gets the value of the 'make' field.
getMake() - Method in class org.apache.parquet.avro.Stereo
Gets the value of the 'make' field.
getMechanic() - Method in class org.apache.parquet.avro.Service.Builder
Gets the value of the 'mechanic' field.
getMechanic() - Method in class org.apache.parquet.avro.Service
Gets the value of the 'mechanic' field.
getModel() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'model' field.
getModel() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'model' field.
getModel() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'model' field.
getModel() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'model' field.
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.
getOpt() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'opt' field.
getOpt() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'opt' field.
getOptionalExtra() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'optionalExtra' field.
getOptionalExtra() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'optionalExtra' field.
getOptionalExtra() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'optionalExtra' field.
getOptionalExtra() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'optionalExtra' field.
getReadSupport() - Method in class org.apache.parquet.avro.AvroParquetReader.Builder
 
getRegistration() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'registration' field.
getRegistration() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'registration' field.
getRegistration() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'registration' field.
getRegistration() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'registration' field.
getSchema() - Method in class org.apache.parquet.avro.Car
 
getSchema() - Method in class org.apache.parquet.avro.Engine
 
getSchema() - Method in enum org.apache.parquet.avro.EngineType
 
getSchema() - Method in class org.apache.parquet.avro.LeatherTrim
 
getSchema() - Method in class org.apache.parquet.avro.NewCar
 
getSchema() - Method in class org.apache.parquet.avro.Service
 
getSchema() - Method in class org.apache.parquet.avro.ShortCar
 
getSchema() - Method in class org.apache.parquet.avro.Stereo
 
getSchema() - Method in class org.apache.parquet.avro.StringBehaviorTest
 
getSchema() - Method in class org.apache.parquet.avro.Vin
 
getServiceHistory() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'serviceHistory' field.
getServiceHistory() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'serviceHistory' field.
getServiceHistory() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'serviceHistory' field.
getServiceHistory() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'serviceHistory' field.
getSpeakers() - Method in class org.apache.parquet.avro.Stereo.Builder
Gets the value of the 'speakers' field.
getSpeakers() - Method in class org.apache.parquet.avro.Stereo
Gets the value of the 'speakers' field.
getSpecificData() - Method in class org.apache.parquet.avro.Car
 
getSpecificData() - Method in class org.apache.parquet.avro.Engine
 
getSpecificData() - Method in class org.apache.parquet.avro.LeatherTrim
 
getSpecificData() - Method in class org.apache.parquet.avro.NewCar
 
getSpecificData() - Method in class org.apache.parquet.avro.Service
 
getSpecificData() - Method in class org.apache.parquet.avro.ShortCar
 
getSpecificData() - Method in class org.apache.parquet.avro.Stereo
 
getSpecificData() - Method in class org.apache.parquet.avro.StringBehaviorTest
 
getStringableClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Gets the value of the 'stringable_class' field.
getStringableClass() - Method in class org.apache.parquet.avro.StringBehaviorTest
Gets the value of the 'stringable_class' field.
getStringableMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Gets the value of the 'stringable_map' field.
getStringableMap() - Method in class org.apache.parquet.avro.StringBehaviorTest
Gets the value of the 'stringable_map' field.
getStringClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Gets the value of the 'string_class' field.
getStringClass() - Method in class org.apache.parquet.avro.StringBehaviorTest
Gets the value of the 'string_class' field.
getStringMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Gets the value of the 'string_map' field.
getStringMap() - Method in class org.apache.parquet.avro.StringBehaviorTest
Gets the value of the 'string_map' field.
getType() - Method in class org.apache.parquet.avro.Engine.Builder
Gets the value of the 'type' field.
getType() - Method in class org.apache.parquet.avro.Engine
Gets the value of the 'type' field.
getVin() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'vin' field.
getVin() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'vin' field.
getVin() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'vin' field.
getVin() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'vin' field.
getVin() - Method in class org.apache.parquet.avro.ShortCar.Builder
Gets the value of the 'vin' field.
getVin() - Method in class org.apache.parquet.avro.ShortCar
Gets the value of the 'vin' field.
getWriteSupport(Configuration) - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 
getYear() - Method in class org.apache.parquet.avro.Car.Builder
Gets the value of the 'year' field.
getYear() - Method in class org.apache.parquet.avro.Car
Gets the value of the 'year' field.
getYear() - Method in class org.apache.parquet.avro.NewCar.Builder
Gets the value of the 'year' field.
getYear() - Method in class org.apache.parquet.avro.NewCar
Gets the value of the 'year' field.
getYear() - Method in class org.apache.parquet.avro.ShortCar.Builder
Gets the value of the 'year' field.
getYear() - Method in class org.apache.parquet.avro.ShortCar
Gets the value of the 'year' field.

H

hasBrand() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'brand' field has been set.
hasCapacity() - Method in class org.apache.parquet.avro.Engine.Builder
Checks whether the 'capacity' field has been set.
hasColour() - Method in class org.apache.parquet.avro.LeatherTrim.Builder
Checks whether the 'colour' field has been set.
hasCustomCoders() - Method in class org.apache.parquet.avro.Engine
 
hasCustomCoders() - Method in class org.apache.parquet.avro.LeatherTrim
 
hasCustomCoders() - Method in class org.apache.parquet.avro.Service
 
hasCustomCoders() - Method in class org.apache.parquet.avro.ShortCar
 
hasCustomCoders() - Method in class org.apache.parquet.avro.Stereo
 
hasCustomCoders() - Method in class org.apache.parquet.avro.StringBehaviorTest
 
hasDate() - Method in class org.apache.parquet.avro.Service.Builder
Checks whether the 'date' field has been set.
hasDefaultClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Checks whether the 'default_class' field has been set.
hasDefaultMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Checks whether the 'default_map' field has been set.
hasDescription() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'description' field has been set.
hasDoors() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'doors' field has been set.
hasDoors() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'doors' field has been set.
hasEngine() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'engine' field has been set.
hasEngine() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'engine' field has been set.
hasEngine() - Method in class org.apache.parquet.avro.ShortCar.Builder
Checks whether the 'engine' field has been set.
hasEngineBuilder() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'engine' field has an active Builder instance
hasEngineBuilder() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'engine' field has an active Builder instance
hasEngineBuilder() - Method in class org.apache.parquet.avro.ShortCar.Builder
Checks whether the 'engine' field has an active Builder instance
hasHasTurboCharger() - Method in class org.apache.parquet.avro.Engine.Builder
Checks whether the 'hasTurboCharger' field has been set.
hasMake() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'make' field has been set.
hasMake() - Method in class org.apache.parquet.avro.ShortCar.Builder
Checks whether the 'make' field has been set.
hasMake() - Method in class org.apache.parquet.avro.Stereo.Builder
Checks whether the 'make' field has been set.
hasMechanic() - Method in class org.apache.parquet.avro.Service.Builder
Checks whether the 'mechanic' field has been set.
hasModel() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'model' field has been set.
hasModel() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'model' field has been set.
hasOpt() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'opt' field has been set.
hasOptionalExtra() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'optionalExtra' field has been set.
hasOptionalExtra() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'optionalExtra' field has been set.
hasRegistration() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'registration' field has been set.
hasRegistration() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'registration' field has been set.
hasServiceHistory() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'serviceHistory' field has been set.
hasServiceHistory() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'serviceHistory' field has been set.
hasSpeakers() - Method in class org.apache.parquet.avro.Stereo.Builder
Checks whether the 'speakers' field has been set.
hasStringableClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Checks whether the 'stringable_class' field has been set.
hasStringableMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Checks whether the 'stringable_map' field has been set.
hasStringClass() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Checks whether the 'string_class' field has been set.
hasStringMap() - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Checks whether the 'string_map' field has been set.
hasTurboCharger - Variable in class org.apache.parquet.avro.Engine
Deprecated.
hasType() - Method in class org.apache.parquet.avro.Engine.Builder
Checks whether the 'type' field has been set.
hasVin() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'vin' field has been set.
hasVin() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'vin' field has been set.
hasVin() - Method in class org.apache.parquet.avro.ShortCar.Builder
Checks whether the 'vin' field has been set.
hasYear() - Method in class org.apache.parquet.avro.Car.Builder
Checks whether the 'year' field has been set.
hasYear() - Method in class org.apache.parquet.avro.NewCar.Builder
Checks whether the 'year' field has been set.
hasYear() - Method in class org.apache.parquet.avro.ShortCar.Builder
Checks whether the 'year' field has been set.

I

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

L

LeatherTrim - Class in org.apache.parquet.avro
 
LeatherTrim() - Constructor for class org.apache.parquet.avro.LeatherTrim
Default constructor.
LeatherTrim(String) - Constructor for class org.apache.parquet.avro.LeatherTrim
All-args constructor.
LeatherTrim.Builder - Class in org.apache.parquet.avro
RecordBuilder for LeatherTrim instances.

M

make - Variable in class org.apache.parquet.avro.Car
Deprecated.
make - Variable in class org.apache.parquet.avro.ShortCar
Deprecated.
make - Variable in class org.apache.parquet.avro.Stereo
Deprecated.
mechanic - Variable in class org.apache.parquet.avro.Service
Deprecated.
model - Variable in class org.apache.parquet.avro.Car
Deprecated.
model - Variable in class org.apache.parquet.avro.NewCar
Deprecated.

N

newBuilder() - Static method in class org.apache.parquet.avro.Car
Creates a new Car RecordBuilder.
newBuilder(Car.Builder) - Static method in class org.apache.parquet.avro.Car
Creates a new Car RecordBuilder by copying an existing Builder.
newBuilder(Car) - Static method in class org.apache.parquet.avro.Car
Creates a new Car RecordBuilder by copying an existing Car instance.
newBuilder() - Static method in class org.apache.parquet.avro.Engine
Creates a new Engine RecordBuilder.
newBuilder(Engine.Builder) - Static method in class org.apache.parquet.avro.Engine
Creates a new Engine RecordBuilder by copying an existing Builder.
newBuilder(Engine) - Static method in class org.apache.parquet.avro.Engine
Creates a new Engine RecordBuilder by copying an existing Engine instance.
newBuilder() - Static method in class org.apache.parquet.avro.LeatherTrim
Creates a new LeatherTrim RecordBuilder.
newBuilder(LeatherTrim.Builder) - Static method in class org.apache.parquet.avro.LeatherTrim
Creates a new LeatherTrim RecordBuilder by copying an existing Builder.
newBuilder(LeatherTrim) - Static method in class org.apache.parquet.avro.LeatherTrim
Creates a new LeatherTrim RecordBuilder by copying an existing LeatherTrim instance.
newBuilder() - Static method in class org.apache.parquet.avro.NewCar
Creates a new NewCar RecordBuilder.
newBuilder(NewCar.Builder) - Static method in class org.apache.parquet.avro.NewCar
Creates a new NewCar RecordBuilder by copying an existing Builder.
newBuilder(NewCar) - Static method in class org.apache.parquet.avro.NewCar
Creates a new NewCar RecordBuilder by copying an existing NewCar instance.
newBuilder() - Static method in class org.apache.parquet.avro.Service
Creates a new Service RecordBuilder.
newBuilder(Service.Builder) - Static method in class org.apache.parquet.avro.Service
Creates a new Service RecordBuilder by copying an existing Builder.
newBuilder(Service) - Static method in class org.apache.parquet.avro.Service
Creates a new Service RecordBuilder by copying an existing Service instance.
newBuilder() - Static method in class org.apache.parquet.avro.ShortCar
Creates a new ShortCar RecordBuilder.
newBuilder(ShortCar.Builder) - Static method in class org.apache.parquet.avro.ShortCar
Creates a new ShortCar RecordBuilder by copying an existing Builder.
newBuilder(ShortCar) - Static method in class org.apache.parquet.avro.ShortCar
Creates a new ShortCar RecordBuilder by copying an existing ShortCar instance.
newBuilder() - Static method in class org.apache.parquet.avro.Stereo
Creates a new Stereo RecordBuilder.
newBuilder(Stereo.Builder) - Static method in class org.apache.parquet.avro.Stereo
Creates a new Stereo RecordBuilder by copying an existing Builder.
newBuilder(Stereo) - Static method in class org.apache.parquet.avro.Stereo
Creates a new Stereo RecordBuilder by copying an existing Stereo instance.
newBuilder() - Static method in class org.apache.parquet.avro.StringBehaviorTest
Creates a new StringBehaviorTest RecordBuilder.
newBuilder(StringBehaviorTest.Builder) - Static method in class org.apache.parquet.avro.StringBehaviorTest
Creates a new StringBehaviorTest RecordBuilder by copying an existing Builder.
newBuilder(StringBehaviorTest) - Static method in class org.apache.parquet.avro.StringBehaviorTest
Creates a new StringBehaviorTest RecordBuilder by copying an existing StringBehaviorTest instance.
NewCar - Class in org.apache.parquet.avro
 
NewCar() - Constructor for class org.apache.parquet.avro.NewCar
Default constructor.
NewCar(Long, String, String, String, Vin, Long, Engine, Object, List<Service>, Integer, String) - Constructor for class org.apache.parquet.avro.NewCar
All-args constructor.
NewCar.Builder - Class in org.apache.parquet.avro
RecordBuilder for NewCar instances.

O

opt - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
optionalExtra - Variable in class org.apache.parquet.avro.Car
Deprecated.
optionalExtra - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
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
 
prepareForWrite(RecordConsumer) - Method in class org.apache.parquet.avro.AvroWriteSupport
 
PROTOCOL - Static variable in interface org.apache.parquet.avro.Cars.Callback
 
PROTOCOL - Static variable in interface org.apache.parquet.avro.Cars
 
put(int, Object) - Method in class org.apache.parquet.avro.Car
 
put(int, Object) - Method in class org.apache.parquet.avro.Engine
 
put(int, Object) - Method in class org.apache.parquet.avro.LeatherTrim
 
put(int, Object) - Method in class org.apache.parquet.avro.NewCar
 
put(int, Object) - Method in class org.apache.parquet.avro.Service
 
put(int, Object) - Method in class org.apache.parquet.avro.ShortCar
 
put(int, Object) - Method in class org.apache.parquet.avro.Stereo
 
put(int, Object) - Method in class org.apache.parquet.avro.StringBehaviorTest
 

R

readExternal(ObjectInput) - Method in class org.apache.parquet.avro.Car
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.Engine
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.LeatherTrim
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.NewCar
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.Service
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.ShortCar
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.Stereo
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.StringBehaviorTest
 
readExternal(ObjectInput) - Method in class org.apache.parquet.avro.Vin
 
ReflectDataSupplier - Class in org.apache.parquet.avro
 
ReflectDataSupplier() - Constructor for class org.apache.parquet.avro.ReflectDataSupplier
 
registration - Variable in class org.apache.parquet.avro.Car
Deprecated.
registration - Variable in class org.apache.parquet.avro.NewCar
Deprecated.

S

SCHEMA$ - Static variable in class org.apache.parquet.avro.Car
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.Engine
 
SCHEMA$ - Static variable in enum org.apache.parquet.avro.EngineType
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.LeatherTrim
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.NewCar
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.Service
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.ShortCar
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.Stereo
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.StringBehaviorTest
 
SCHEMA$ - Static variable in class org.apache.parquet.avro.Vin
 
self() - Method in class org.apache.parquet.avro.AvroParquetWriter.Builder
 
Service - Class in org.apache.parquet.avro
 
Service() - Constructor for class org.apache.parquet.avro.Service
Default constructor.
Service(Long, String) - Constructor for class org.apache.parquet.avro.Service
All-args constructor.
Service.Builder - Class in org.apache.parquet.avro
RecordBuilder for Service instances.
serviceHistory - Variable in class org.apache.parquet.avro.Car
Deprecated.
serviceHistory - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
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
 
setBrand(String) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'brand' field.
setBrand(String) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'brand' field.
setCapacity(float) - Method in class org.apache.parquet.avro.Engine.Builder
Sets the value of the 'capacity' field.
setCapacity(float) - Method in class org.apache.parquet.avro.Engine
Sets the value of the 'capacity' field.
setColour(String) - Method in class org.apache.parquet.avro.LeatherTrim.Builder
Sets the value of the 'colour' field.
setColour(String) - Method in class org.apache.parquet.avro.LeatherTrim
Sets the value of the 'colour' field.
setDate(long) - Method in class org.apache.parquet.avro.Service.Builder
Sets the value of the 'date' field.
setDate(long) - Method in class org.apache.parquet.avro.Service
Sets the value of the 'date' field.
setDefaultClass(CharSequence) - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Sets the value of the 'default_class' field.
setDefaultClass(CharSequence) - Method in class org.apache.parquet.avro.StringBehaviorTest
Sets the value of the 'default_class' field.
setDefaultMap(Map<CharSequence, Integer>) - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Sets the value of the 'default_map' field.
setDefaultMap(Map<CharSequence, Integer>) - Method in class org.apache.parquet.avro.StringBehaviorTest
Sets the value of the 'default_map' field.
setDescription(String) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'description' field.
setDescription(String) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'description' field.
setDoors(int) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'doors' field.
setDoors(int) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'doors' field.
setDoors(long) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'doors' field.
setDoors(long) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'doors' field.
setEngine(Engine) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class org.apache.parquet.avro.ShortCar.Builder
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class org.apache.parquet.avro.ShortCar
Sets the value of the 'engine' field.
setEngineBuilder(Engine.Builder) - Method in class org.apache.parquet.avro.Car.Builder
Sets the Builder instance for the 'engine' field
setEngineBuilder(Engine.Builder) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the Builder instance for the 'engine' field
setEngineBuilder(Engine.Builder) - Method in class org.apache.parquet.avro.ShortCar.Builder
Sets the Builder instance for the 'engine' field
setHasTurboCharger(boolean) - Method in class org.apache.parquet.avro.Engine.Builder
Sets the value of the 'hasTurboCharger' field.
setHasTurboCharger(boolean) - Method in class org.apache.parquet.avro.Engine
Sets the value of the 'hasTurboCharger' field.
setMake(String) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'make' field.
setMake(String) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'make' field.
setMake(String) - Method in class org.apache.parquet.avro.ShortCar.Builder
Sets the value of the 'make' field.
setMake(String) - Method in class org.apache.parquet.avro.ShortCar
Sets the value of the 'make' field.
setMake(String) - Method in class org.apache.parquet.avro.Stereo.Builder
Sets the value of the 'make' field.
setMake(String) - Method in class org.apache.parquet.avro.Stereo
Sets the value of the 'make' field.
setMechanic(String) - Method in class org.apache.parquet.avro.Service.Builder
Sets the value of the 'mechanic' field.
setMechanic(String) - Method in class org.apache.parquet.avro.Service
Sets the value of the 'mechanic' field.
setModel(String) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'model' field.
setModel(String) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'model' field.
setModel(String) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'model' field.
setModel(String) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'model' field.
setOpt(int) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'opt' field.
setOpt(int) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'opt' field.
setOptionalExtra(Object) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'optionalExtra' field.
setOptionalExtra(Object) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'optionalExtra' field.
setOptionalExtra(Object) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'optionalExtra' field.
setOptionalExtra(Object) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'optionalExtra' field.
setRegistration(String) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'registration' field.
setRegistration(String) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'registration' field.
setRegistration(String) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'registration' field.
setRegistration(String) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'registration' field.
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
 
setServiceHistory(List<Service>) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'serviceHistory' field.
setServiceHistory(List<Service>) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'serviceHistory' field.
setServiceHistory(List<Service>) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'serviceHistory' field.
setServiceHistory(List<Service>) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'serviceHistory' field.
setSpeakers(int) - Method in class org.apache.parquet.avro.Stereo.Builder
Sets the value of the 'speakers' field.
setSpeakers(int) - Method in class org.apache.parquet.avro.Stereo
Sets the value of the 'speakers' field.
setStringableClass(BigDecimal) - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Sets the value of the 'stringable_class' field.
setStringableClass(BigDecimal) - Method in class org.apache.parquet.avro.StringBehaviorTest
Sets the value of the 'stringable_class' field.
setStringableMap(Map<BigDecimal, Integer>) - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Sets the value of the 'stringable_map' field.
setStringableMap(Map<BigDecimal, Integer>) - Method in class org.apache.parquet.avro.StringBehaviorTest
Sets the value of the 'stringable_map' field.
setStringClass(CharSequence) - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Sets the value of the 'string_class' field.
setStringClass(CharSequence) - Method in class org.apache.parquet.avro.StringBehaviorTest
Sets the value of the 'string_class' field.
setStringMap(Map<CharSequence, Integer>) - Method in class org.apache.parquet.avro.StringBehaviorTest.Builder
Sets the value of the 'string_map' field.
setStringMap(Map<CharSequence, Integer>) - Method in class org.apache.parquet.avro.StringBehaviorTest
Sets the value of the 'string_map' field.
setType(EngineType) - Method in class org.apache.parquet.avro.Engine.Builder
Sets the value of the 'type' field.
setType(EngineType) - Method in class org.apache.parquet.avro.Engine
Sets the value of the 'type' field.
setVin(Vin) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'vin' field.
setVin(Vin) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'vin' field.
setVin(Vin) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'vin' field.
setVin(Vin) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'vin' field.
setVin(Vin) - Method in class org.apache.parquet.avro.ShortCar.Builder
Sets the value of the 'vin' field.
setVin(Vin) - Method in class org.apache.parquet.avro.ShortCar
Sets the value of the 'vin' field.
setYear(long) - Method in class org.apache.parquet.avro.Car.Builder
Sets the value of the 'year' field.
setYear(long) - Method in class org.apache.parquet.avro.Car
Sets the value of the 'year' field.
setYear(long) - Method in class org.apache.parquet.avro.NewCar.Builder
Sets the value of the 'year' field.
setYear(long) - Method in class org.apache.parquet.avro.NewCar
Sets the value of the 'year' field.
setYear(long) - Method in class org.apache.parquet.avro.ShortCar.Builder
Sets the value of the 'year' field.
setYear(long) - Method in class org.apache.parquet.avro.ShortCar
Sets the value of the 'year' field.
ShortCar - Class in org.apache.parquet.avro
 
ShortCar() - Constructor for class org.apache.parquet.avro.ShortCar
Default constructor.
ShortCar(String, Engine, Long, Vin) - Constructor for class org.apache.parquet.avro.ShortCar
All-args constructor.
ShortCar.Builder - Class in org.apache.parquet.avro
RecordBuilder for ShortCar instances.
speakers - Variable in class org.apache.parquet.avro.Stereo
Deprecated.
SpecificDataSupplier - Class in org.apache.parquet.avro
 
SpecificDataSupplier() - Constructor for class org.apache.parquet.avro.SpecificDataSupplier
 
Stereo - Class in org.apache.parquet.avro
 
Stereo() - Constructor for class org.apache.parquet.avro.Stereo
Default constructor.
Stereo(String, Integer) - Constructor for class org.apache.parquet.avro.Stereo
All-args constructor.
Stereo.Builder - Class in org.apache.parquet.avro
RecordBuilder for Stereo instances.
string_class - Variable in class org.apache.parquet.avro.StringBehaviorTest
Deprecated.
string_map - Variable in class org.apache.parquet.avro.StringBehaviorTest
Deprecated.
stringable_class - Variable in class org.apache.parquet.avro.StringBehaviorTest
Deprecated.
stringable_map - Variable in class org.apache.parquet.avro.StringBehaviorTest
Deprecated.
StringBehaviorTest - Class in org.apache.parquet.avro
 
StringBehaviorTest() - Constructor for class org.apache.parquet.avro.StringBehaviorTest
Default constructor.
StringBehaviorTest(CharSequence, CharSequence, BigDecimal, Map<CharSequence, Integer>, Map<CharSequence, Integer>, Map<BigDecimal, Integer>) - Constructor for class org.apache.parquet.avro.StringBehaviorTest
All-args constructor.
StringBehaviorTest.Builder - Class in org.apache.parquet.avro
RecordBuilder for StringBehaviorTest instances.

T

toByteBuffer() - Method in class org.apache.parquet.avro.Car
Serializes this Car to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.Engine
Serializes this Engine to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.LeatherTrim
Serializes this LeatherTrim to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.NewCar
Serializes this NewCar to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.Service
Serializes this Service to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.ShortCar
Serializes this ShortCar to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.Stereo
Serializes this Stereo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.parquet.avro.StringBehaviorTest
Serializes this StringBehaviorTest to a ByteBuffer.
type - Variable in class org.apache.parquet.avro.Engine
Deprecated.

V

valueOf(String) - Static method in enum org.apache.parquet.avro.EngineType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.parquet.avro.EngineType
Returns an array containing the constants of this enum type, in the order they are declared.
vin - Variable in class org.apache.parquet.avro.Car
Deprecated.
vin - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
vin - Variable in class org.apache.parquet.avro.ShortCar
Deprecated.
Vin - Class in org.apache.parquet.avro
 
Vin() - Constructor for class org.apache.parquet.avro.Vin
Creates a new Vin
Vin(byte[]) - Constructor for class org.apache.parquet.avro.Vin
Creates a new Vin with the given bytes.

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
 
write(IndexedRecord) - Method in class org.apache.parquet.avro.AvroWriteSupport
 
write(T) - Method in class org.apache.parquet.avro.AvroWriteSupport
 
WRITE_OLD_LIST_STRUCTURE - Static variable in class org.apache.parquet.avro.AvroWriteSupport
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.Car
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.Engine
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.LeatherTrim
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.NewCar
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.Service
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.ShortCar
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.Stereo
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.StringBehaviorTest
 
writeExternal(ObjectOutput) - Method in class org.apache.parquet.avro.Vin
 

Y

year - Variable in class org.apache.parquet.avro.Car
Deprecated.
year - Variable in class org.apache.parquet.avro.NewCar
Deprecated.
year - Variable in class org.apache.parquet.avro.ShortCar
Deprecated.
A B C D E F G H I L M N O P R S T V W Y 
Skip navigation links

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