Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
Modifier and Type | Method and Description |
---|---|
Stereo.Builder |
Stereo.Builder.clearMake()
Clears the value of the 'make' field
|
Stereo.Builder |
Stereo.Builder.clearSpeakers()
Clears the value of the 'speakers' field
|
static Stereo.Builder |
Stereo.newBuilder()
Creates a new Stereo RecordBuilder
|
static Stereo.Builder |
Stereo.newBuilder(Stereo.Builder other)
Creates a new Stereo RecordBuilder by copying an existing Builder
|
static Stereo.Builder |
Stereo.newBuilder(Stereo other)
Creates a new Stereo RecordBuilder by copying an existing Stereo instance
|
Stereo.Builder |
Stereo.Builder.setMake(String value)
Sets the value of the 'make' field
|
Stereo.Builder |
Stereo.Builder.setSpeakers(int value)
Sets the value of the 'speakers' field
|
Modifier and Type | Method and Description |
---|---|
static Stereo.Builder |
Stereo.newBuilder(Stereo.Builder other)
Creates a new Stereo RecordBuilder by copying an existing Builder
|
Copyright © 2015. All rights reserved.