日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

Point

更新時間:

本文介紹Point方法。

java.lang.Object

com.aliyun.hitsdb.client.value.JSONValue

com.aliyun.hitsdb.client.value.request.Point

嵌套類概要

限定符和類型

類和說明

static class

Point.MetricBuilder

構造器概要

構造器和說明

Point()

方法概要

限定符和類型

方法和說明

static void

checkPoint(Point point) 校驗時間點格式

String

getAggregator() 獲取Aggregator參數(shù)。

String

getMetric() 獲取Metric名稱

Map<String,String>

getTags() 獲取Tags

Long

getTimestamp() 獲取時間戳

Number

getValue() 獲取時間數(shù)值

Long

getVersion() 獲取數(shù)值版本號

static Point.MetricBuilder

metric(String metric) 設置Metric。創(chuàng)建并獲取一個Point.MetricBuilder實例(Point構建器類)

void

setAggregator(String aggregator) 不推薦使用該方法。設置Aggregator。

void

setMetric(String metric) 不推薦使用該方法。設置Metric。

void

setTags(Map<String,String> tags) 不推薦使用該方法。設置Tags。

void

setTimestamp(Long timestamp) 不推薦使用該方法。設置時間戳。

void

setValue(Number value) 不推薦使用該方法。設置數(shù)值。

void

setVersion(Long version) 不推薦使用該方法。設置時間點版本。

String

toJSON() 轉換為JSON

從類繼承的方法 com.aliyun.hitsdb.client.value.JSONValue

appendJSON ,  parseObject ,  toString

從類繼承的方法 java.lang.Object

clone,  equals ,  finalize ,  getClass ,  hashCode ,  notify ,  notifyAll ,  wait ,  wait ,  wait

構造器詳細資料

Point

public Point()

方法詳細資料

metric

public static Point.MetricBuilder metric(String metric)

set the metric

參數(shù):

metric - metric

返回:

MetricBuilder get a builder

getMetric

public String getMetric()

getTags

public Map<String,String> getTags()

getTimestamp

public Long getTimestamp()

getValue

public Number getValue()

getAggregator

public String getAggregator()

getGranularityType

public Granularity getGranularityType()

getGranularity

public String getGranularity()

setMetric

public void setMetric(String metric)

setTags

public void setTags(Map<String,String> tags)

setTimestamp

public void setTimestamp(Long timestamp)

setValue

public void setValue(Number value)

setGranularity

public void setGranularity(String granularity)

setAggregator

public void setAggregator(String aggregator)

getVersion

public Long getVersion()

setVersion

public void setVersion(Long version)

toJSON

public String toJSON()

覆蓋:

toJSON 在類中 JSONValue

checkPoint

public static void checkPoint(Point point)

Checkout the point format

參數(shù):

point - point