| Modifier and Type | Method and Description |
|---|---|
static TimeseriesRow |
TimeseriesResponseFactory.parseRowFromPlainbuffer(PlainBufferRow plainBufferRow) |
static TimeseriesRow |
TimeseriesResponseFactory.parseRowFromPlainbuffer(PlainBufferRow plainBufferRow,
TimeseriesKey key) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TimeseriesProtocolBuilder.buildRowToRowGroupOffset(TimeseriesRow row,
com.google.flatbuffers.FlatBufferBuilder fbb,
String timeseriesTableName,
com.google.common.cache.Cache<String,Long> timeseriesMetaCache) |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
TimeseriesProtocolBuilder.buildFlatbufferRows(List<TimeseriesRow> rows,
String timeseriesTableName,
com.google.common.cache.Cache<String,Long> timeseriesMetaCache) |
| Modifier and Type | Method and Description |
|---|---|
TimeseriesRow |
TimeseriesTableRow.getTimeseriesRow() |
| Modifier and Type | Method and Description |
|---|---|
List<TimeseriesRow> |
ScanTimeseriesDataResponse.getRows() |
List<TimeseriesRow> |
GetTimeseriesDataResponse.getRows() |
List<TimeseriesRow> |
PutTimeseriesDataRequest.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
PutTimeseriesDataRequest.addRow(TimeseriesRow row) |
void |
TimeseriesTableRow.setTimeseriesRow(TimeseriesRow timeseriesRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
PutTimeseriesDataRequest.addRows(Collection<TimeseriesRow> rows) |
void |
ScanTimeseriesDataResponse.setRows(List<TimeseriesRow> rows) |
void |
GetTimeseriesDataResponse.setRows(List<TimeseriesRow> rows) |
void |
PutTimeseriesDataRequest.setRows(List<TimeseriesRow> rows) |
| Constructor and Description |
|---|
TimeseriesTableRow(TimeseriesRow timeseriesRow,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TimeseriesWriterUtils.checkMeasurement(TimeseriesRow timeseriesRow) |
| Modifier and Type | Method and Description |
|---|---|
int |
TimeseriesDispatcher.getDispatchIndex(TimeseriesRow timeseriesRow)
获取写入分桶编号
|
int |
TimeseriesHashPKDispatcher.getDispatchIndex(TimeseriesRow timeseriesRow) |
int |
TimeseriesRoundRobinDispatcher.getDispatchIndex(TimeseriesRow timeseriesRow) |
Copyright © 2024. All Rights Reserved.