Package | Description |
---|---|
org.spf4j.tsdb2.avro |
Modifier and Type | Method and Description |
---|---|
ColumnDef.Builder |
ColumnDef.Builder.clearDescription()
Clears the value of the 'description' field.
|
ColumnDef.Builder |
ColumnDef.Builder.clearName()
Clears the value of the 'name' field.
|
ColumnDef.Builder |
ColumnDef.Builder.clearType()
Clears the value of the 'type' field.
|
ColumnDef.Builder |
ColumnDef.Builder.clearUnitOfMeasurement()
Clears the value of the 'unitOfMeasurement' field.
|
static ColumnDef.Builder |
ColumnDef.newBuilder()
Creates a new ColumnDef RecordBuilder.
|
static ColumnDef.Builder |
ColumnDef.newBuilder(ColumnDef.Builder other)
Creates a new ColumnDef RecordBuilder by copying an existing Builder.
|
static ColumnDef.Builder |
ColumnDef.newBuilder(ColumnDef other)
Creates a new ColumnDef RecordBuilder by copying an existing ColumnDef instance.
|
ColumnDef.Builder |
ColumnDef.Builder.setDescription(String value)
Sets the value of the 'description' field.
|
ColumnDef.Builder |
ColumnDef.Builder.setName(String value)
Sets the value of the 'name' field.
|
ColumnDef.Builder |
ColumnDef.Builder.setType(Type value)
Sets the value of the 'type' field.
|
ColumnDef.Builder |
ColumnDef.Builder.setUnitOfMeasurement(String value)
Sets the value of the 'unitOfMeasurement' field.
|
Modifier and Type | Method and Description |
---|---|
static ColumnDef.Builder |
ColumnDef.newBuilder(ColumnDef.Builder other)
Creates a new ColumnDef RecordBuilder by copying an existing Builder.
|
Copyright © 2018 SPF4J. All rights reserved.