SubQuery
本文介绍SubQuery类的相关信息。
类全名:com.aliyun.hitsdb.client.value.request.SubQuery
java.lang.Object
com.aliyun.hitsdb.client.value.request.SubQuery
public class SubQuery extends Object
嵌套类概要
限定符和类型 | 类和说明 |
|
用于构建SubQuery.Builder的中间类 |
|
SubQuery实例的构建类 |
|
用于构建SubQuery.Builder的中间类 |
构造器概要
构造器和说明 |
|
方法概要
限定符和类型 | 方法和说明 |
|
通过指定Aggregator,获取SubQuery.AggregatorBuilder实例 |
|
获取Aggregator |
|
获取Aggregator类型 |
|
获取降低精度字符 |
|
获取所有Filter条件 |
|
获取Metric名称 |
|
获取Rate率 |
|
获取Map形式的Tags键值对 |
|
获取explicit值 |
|
通过Metric名称创建SubQuery.MetricBuilder实例 |
|
|
|
转为JSON字符串 |
从类继承的方法 java.lang.Object
clone
, equals
,finalize
, getClass
,hashCode
,notify
,notifyAll
,toString
,wait
,wait
,wait
构造器详细资料
SubQuery
public SubQuery()
方法详细资料
metric
public static SubQuery.Builder metric(String metric, Aggregator aggregator)
通过Aggregator获取SubQuery.Builder实例
metric
public static SubQuery.MetricBuilder metric(String metric)
通过metric名称获取SubQuery.Builder实例
aggregator
public static SubQuery.AggregatorBuilder aggregator(Aggregator aggregator)
getAggregatorType
public Aggregator getAggregatorType()
getAggregator
public String getAggregator()
获取Aggregator
getMetric
public String getMetric()
获取Metric名称
getDownsample
public String getDownsample()
获取Downsample字符串
getRate
public Boolean getRate()
获取Rate。
getTags
public Map<String,String> getTags()
获取Map形式的Tag键值对
toJSON
public String toJSON()
转换为JSON字符串
getFilters
public List<Filter> getFilters()
获取所有Filter条件实例。