Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
Modifier and Type | Method and Description |
---|---|
Engine.Builder |
Engine.Builder.clearCapacity()
Clears the value of the 'capacity' field
|
Engine.Builder |
Engine.Builder.clearHasTurboCharger()
Clears the value of the 'hasTurboCharger' field
|
Engine.Builder |
Engine.Builder.clearType()
Clears the value of the 'type' field
|
static Engine.Builder |
Engine.newBuilder()
Creates a new Engine RecordBuilder
|
static Engine.Builder |
Engine.newBuilder(Engine.Builder other)
Creates a new Engine RecordBuilder by copying an existing Builder
|
static Engine.Builder |
Engine.newBuilder(Engine other)
Creates a new Engine RecordBuilder by copying an existing Engine instance
|
Engine.Builder |
Engine.Builder.setCapacity(float value)
Sets the value of the 'capacity' field
|
Engine.Builder |
Engine.Builder.setHasTurboCharger(boolean value)
Sets the value of the 'hasTurboCharger' field
|
Engine.Builder |
Engine.Builder.setType(EngineType value)
Sets the value of the 'type' field
|
Modifier and Type | Method and Description |
---|---|
static Engine.Builder |
Engine.newBuilder(Engine.Builder other)
Creates a new Engine RecordBuilder by copying an existing Builder
|
Copyright © 2015. All rights reserved.