|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datapoint | |
---|---|
com.baidubce.services.tsdb | |
com.baidubce.services.tsdb.model |
Uses of Datapoint in com.baidubce.services.tsdb |
---|
Method parameters in com.baidubce.services.tsdb with type arguments of type Datapoint | |
---|---|
WriteDatapointsResponse |
TsdbClient.writeDatapoints(List<Datapoint> datapoints)
|
Uses of Datapoint in com.baidubce.services.tsdb.model |
---|
Methods in com.baidubce.services.tsdb.model that return Datapoint | |
---|---|
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)
|
Methods in com.baidubce.services.tsdb.model that return types with arguments of type Datapoint | |
---|---|
List<Datapoint> |
WriteDatapointsRequest.getDatapoints()
|
Methods in com.baidubce.services.tsdb.model with parameters of type Datapoint | |
---|---|
WriteDatapointsRequest |
WriteDatapointsRequest.addDatapoint(Datapoint datapoint)
|
Method parameters in com.baidubce.services.tsdb.model with type arguments of type Datapoint | |
---|---|
void |
WriteDatapointsRequest.setDatapoints(List<Datapoint> datapoints)
|
WriteDatapointsRequest |
WriteDatapointsRequest.withDatapoints(List<Datapoint> datapoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |