Package | Description |
---|---|
org.spf4j.tsdb2.avro |
Modifier and Type | Method and Description |
---|---|
DataRow.Builder |
DataRow.Builder.clearData()
Clears the value of the 'data' field.
|
DataRow.Builder |
DataRow.Builder.clearRelTimeStamp()
Clears the value of the 'relTimeStamp' field.
|
DataRow.Builder |
DataRow.Builder.clearTableDefId()
Clears the value of the 'tableDefId' field.
|
static DataRow.Builder |
DataRow.newBuilder()
Creates a new DataRow RecordBuilder.
|
static DataRow.Builder |
DataRow.newBuilder(DataRow.Builder other)
Creates a new DataRow RecordBuilder by copying an existing Builder.
|
static DataRow.Builder |
DataRow.newBuilder(DataRow other)
Creates a new DataRow RecordBuilder by copying an existing DataRow instance.
|
DataRow.Builder |
DataRow.Builder.setData(List<Long> value)
Sets the value of the 'data' field.
|
DataRow.Builder |
DataRow.Builder.setRelTimeStamp(int value)
Sets the value of the 'relTimeStamp' field.
|
DataRow.Builder |
DataRow.Builder.setTableDefId(long value)
Sets the value of the 'tableDefId' field.
|
Modifier and Type | Method and Description |
---|---|
static DataRow.Builder |
DataRow.newBuilder(DataRow.Builder other)
Creates a new DataRow RecordBuilder by copying an existing Builder.
|
Copyright © 2018 SPF4J. All rights reserved.