Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
Modifier and Type | Field and Description |
---|---|
Engine |
Car.engine
Deprecated.
|
Engine |
ShortCar.engine
Deprecated.
|
Engine |
NewCar.engine
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Engine |
Engine.Builder.build() |
Engine |
Car.getEngine()
Gets the value of the 'engine' field.
|
Engine |
Car.Builder.getEngine()
Gets the value of the 'engine' field
|
Engine |
ShortCar.getEngine()
Gets the value of the 'engine' field.
|
Engine |
ShortCar.Builder.getEngine()
Gets the value of the 'engine' field
|
Engine |
NewCar.getEngine()
Gets the value of the 'engine' field.
|
Engine |
NewCar.Builder.getEngine()
Gets the value of the 'engine' field
|
Modifier and Type | Method and Description |
---|---|
static Engine.Builder |
Engine.newBuilder(Engine other)
Creates a new Engine RecordBuilder by copying an existing Engine instance
|
void |
Car.setEngine(Engine value)
Sets the value of the 'engine' field.
|
Car.Builder |
Car.Builder.setEngine(Engine value)
Sets the value of the 'engine' field
|
void |
ShortCar.setEngine(Engine value)
Sets the value of the 'engine' field.
|
ShortCar.Builder |
ShortCar.Builder.setEngine(Engine value)
Sets the value of the 'engine' field
|
void |
NewCar.setEngine(Engine value)
Sets the value of the 'engine' field.
|
NewCar.Builder |
NewCar.Builder.setEngine(Engine value)
Sets the value of the 'engine' field
|
Constructor and Description |
---|
Car(Long year,
String registration,
String make,
String model,
Vin vin,
Integer doors,
Engine engine,
Object optionalExtra,
List<Service> serviceHistory)
All-args constructor.
|
NewCar(Long year,
String registration,
String brand,
String model,
Vin vin,
Long doors,
Engine engine,
Object optionalExtra,
List<Service> serviceHistory,
Integer opt,
String description)
All-args constructor.
|
ShortCar(String make,
Engine engine,
Long year,
Vin vin)
All-args constructor.
|
Copyright © 2015. All rights reserved.