Package | Description |
---|---|
org.spf4j.tsdb2.avro |
Modifier and Type | Field and Description |
---|---|
List<DataRow> |
DataBlock.values
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataRow |
DataRow.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DataRow> |
DataBlock.getValues()
Gets the value of the 'values' field.
|
List<DataRow> |
DataBlock.Builder.getValues()
Gets the value of the 'values' field.
|
Modifier and Type | Method and Description |
---|---|
static DataRow.Builder |
DataRow.newBuilder(DataRow other)
Creates a new DataRow RecordBuilder by copying an existing DataRow instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBlock.setValues(List<DataRow> value)
Sets the value of the 'values' field.
|
DataBlock.Builder |
DataBlock.Builder.setValues(List<DataRow> value)
Sets the value of the 'values' field.
|
Constructor and Description |
---|
DataBlock(Long baseTimestamp,
List<DataRow> values)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.