| Package | Description |
|---|---|
| com.baidubce.services.tsdb | |
| com.baidubce.services.tsdb.model |
| Modifier and Type | Method and Description |
|---|---|
WriteDatapointsResponse |
TsdbClient.writeDatapoints(List<Datapoint> datapoints) |
| Modifier and Type | Method and Description |
|---|---|
Datapoint |
Datapoint.addBytesValue(long time,
byte[] value) |
Datapoint |
Datapoint.addDoubleValue(long time,
double value)
Add datapoint of double type value.
|
Datapoint |
Datapoint.addLongValue(long time,
long value)
Add datapoint of long type value.
|
Datapoint |
Datapoint.addStringValue(long time,
String value)
Add datapoint of String type value.
|
Datapoint |
Datapoint.addTag(String tagKey,
String tagValue)
Add tag for the datapoint.
|
Datapoint |
Datapoint.withField(String field) |
Datapoint |
Datapoint.withMetric(String metric) |
Datapoint |
Datapoint.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<Datapoint> |
WriteDatapointsRequest.getDatapoints() |
| Modifier and Type | Method and Description |
|---|---|
WriteDatapointsRequest |
WriteDatapointsRequest.addDatapoint(Datapoint datapoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteDatapointsRequest.setDatapoints(List<Datapoint> datapoints) |
WriteDatapointsRequest |
WriteDatapointsRequest.withDatapoints(List<Datapoint> datapoints) |
Copyright © 2021. All rights reserved.