Package | Description |
---|---|
org.spf4j.tsdb2 | |
org.spf4j.tsdb2.avro |
Modifier and Type | Method and Description |
---|---|
static ColumnDef |
TSDBQuery.getColumnDef(TableDef td,
String columnName) |
static ColumnDef |
TSDBQuery.getColumnDefIfExists(TableDef td,
String columnName) |
Modifier and Type | Field and Description |
---|---|
List<ColumnDef> |
TableDef.columns
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ColumnDef |
ColumnDef.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ColumnDef> |
TableDef.getColumns()
Gets the value of the 'columns' field.
|
List<ColumnDef> |
TableDef.Builder.getColumns()
Gets the value of the 'columns' field.
|
Modifier and Type | Method and Description |
---|---|
static ColumnDef.Builder |
ColumnDef.newBuilder(ColumnDef other)
Creates a new ColumnDef RecordBuilder by copying an existing ColumnDef instance.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDef.setColumns(List<ColumnDef> value)
Sets the value of the 'columns' field.
|
TableDef.Builder |
TableDef.Builder.setColumns(List<ColumnDef> value)
Sets the value of the 'columns' field.
|
Constructor and Description |
---|
TableDef(Long id,
String name,
String description,
List<ColumnDef> columns,
Integer sampleTime)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.