Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
Modifier and Type | Method and Description |
---|---|
Service.Builder |
Service.Builder.clearDate()
Clears the value of the 'date' field
|
Service.Builder |
Service.Builder.clearMechanic()
Clears the value of the 'mechanic' field
|
static Service.Builder |
Service.newBuilder()
Creates a new Service RecordBuilder
|
static Service.Builder |
Service.newBuilder(Service.Builder other)
Creates a new Service RecordBuilder by copying an existing Builder
|
static Service.Builder |
Service.newBuilder(Service other)
Creates a new Service RecordBuilder by copying an existing Service instance
|
Service.Builder |
Service.Builder.setDate(long value)
Sets the value of the 'date' field
|
Service.Builder |
Service.Builder.setMechanic(String value)
Sets the value of the 'mechanic' field
|
Modifier and Type | Method and Description |
---|---|
static Service.Builder |
Service.newBuilder(Service.Builder other)
Creates a new Service RecordBuilder by copying an existing Builder
|
Copyright © 2015. All rights reserved.