Package | Description |
---|---|
org.spf4j.tsdb2.avro |
Modifier and Type | Method and Description |
---|---|
DataBlock.Builder |
DataBlock.Builder.clearBaseTimestamp()
Clears the value of the 'baseTimestamp' field.
|
DataBlock.Builder |
DataBlock.Builder.clearValues()
Clears the value of the 'values' field.
|
static DataBlock.Builder |
DataBlock.newBuilder()
Creates a new DataBlock RecordBuilder.
|
static DataBlock.Builder |
DataBlock.newBuilder(DataBlock.Builder other)
Creates a new DataBlock RecordBuilder by copying an existing Builder.
|
static DataBlock.Builder |
DataBlock.newBuilder(DataBlock other)
Creates a new DataBlock RecordBuilder by copying an existing DataBlock instance.
|
DataBlock.Builder |
DataBlock.Builder.setBaseTimestamp(long value)
Sets the value of the 'baseTimestamp' field.
|
DataBlock.Builder |
DataBlock.Builder.setValues(List<DataRow> value)
Sets the value of the 'values' field.
|
Modifier and Type | Method and Description |
---|---|
static DataBlock.Builder |
DataBlock.newBuilder(DataBlock.Builder other)
Creates a new DataBlock RecordBuilder by copying an existing Builder.
|
Copyright © 2018 SPF4J. All rights reserved.