推特 阿里云技术文档正文

Point_常用类及其方法_SDK 参考_时序数据库 TSDB_时序时空数据库TSDB

admin 阿里云技术文档 2020-02-11 184 0
阿里云服务器优惠

Point

类全名:com.aliyun.hitsdb.client.value.request.Point

    • 构造器详细资料

      • Point

        1. public Point()
    • 方法详细资料

      • metric

        1. public static Point.MetricBuilder metric(String metric)
        set the metric
        参数:
        metric - metric
        返回:
        MetricBuilder get a builder
      • getMetric

        1. public String getMetric()
      • getTimestamp

        1. public Long getTimestamp()
      • getValue

        1. public Number getValue()
      • getAggregator

        1. public String getAggregator()
      • getGranularityType

        1. public Granularity getGranularityType()
      • getGranularity

        1. public String getGranularity()
      • setMetric

        1. public void setMetric(String metric)
      • setTimestamp

        1. public void setTimestamp(Long timestamp)
      • setValue

        1. public void setValue(Number value)
      • setGranularity

        1. public void setGranularity(String granularity)
      • setAggregator

        1. public void setAggregator(String aggregator)
      • getVersion

        1. public Long getVersion()
      • setVersion

        1. public void setVersion(Long version)
      • checkPoint

        1. public static void checkPoint(Point point)
        Checkout the point format
        参数:
        point - point
版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

评论

-----