Package | Description |
---|---|
org.spf4j.tsdb2.avro |
Modifier and Type | Field and Description |
---|---|
Type |
ColumnDef.type
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Type |
ColumnDef.getType()
Gets the value of the 'type' field.
|
Type |
ColumnDef.Builder.getType()
Gets the value of the 'type' field.
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnDef.setType(Type value)
Sets the value of the 'type' field.
|
ColumnDef.Builder |
ColumnDef.Builder.setType(Type value)
Sets the value of the 'type' field.
|
Constructor and Description |
---|
ColumnDef(String name,
Type type,
String unitOfMeasurement,
String description)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.