Class StreamingStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.StreamingStatistics
-
public class StreamingStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StreamingStatistics()StreamingStatistics(StreamingStatistics source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAverageInputRate()Get 平均输入速率FloatgetAverageProcessingTime()Get 平均处理时长FloatgetAverageSchedulingDelay()Get 平均等待时长FloatgetAverageTotalDelay()Get 平均延时LonggetNumActiveBatches()Get 运行中的批数LonggetNumActiveReceivers()Get 运行中的接收器数LonggetNumInactiveReceivers()Get 不活跃的接收器数LonggetNumRetainedCompletedBatches()Get 待处理的批数LonggetNumTotalCompletedBatches()Get 已完成的批数LonggetReceivers()Get 数据接收器数StringgetStartTime()Get 任务开始时间voidsetAverageInputRate(Float AverageInputRate)Set 平均输入速率voidsetAverageProcessingTime(Float AverageProcessingTime)Set 平均处理时长voidsetAverageSchedulingDelay(Float AverageSchedulingDelay)Set 平均等待时长voidsetAverageTotalDelay(Float AverageTotalDelay)Set 平均延时voidsetNumActiveBatches(Long NumActiveBatches)Set 运行中的批数voidsetNumActiveReceivers(Long NumActiveReceivers)Set 运行中的接收器数voidsetNumInactiveReceivers(Long NumInactiveReceivers)Set 不活跃的接收器数voidsetNumRetainedCompletedBatches(Long NumRetainedCompletedBatches)Set 待处理的批数voidsetNumTotalCompletedBatches(Long NumTotalCompletedBatches)Set 已完成的批数voidsetReceivers(Long Receivers)Set 数据接收器数voidsetStartTime(String StartTime)Set 任务开始时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StreamingStatistics
public StreamingStatistics()
-
StreamingStatistics
public StreamingStatistics(StreamingStatistics source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getStartTime
public String getStartTime()
Get 任务开始时间- Returns:
- StartTime 任务开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 任务开始时间- Parameters:
StartTime- 任务开始时间
-
getReceivers
public Long getReceivers()
Get 数据接收器数- Returns:
- Receivers 数据接收器数
-
setReceivers
public void setReceivers(Long Receivers)
Set 数据接收器数- Parameters:
Receivers- 数据接收器数
-
getNumActiveReceivers
public Long getNumActiveReceivers()
Get 运行中的接收器数- Returns:
- NumActiveReceivers 运行中的接收器数
-
setNumActiveReceivers
public void setNumActiveReceivers(Long NumActiveReceivers)
Set 运行中的接收器数- Parameters:
NumActiveReceivers- 运行中的接收器数
-
getNumInactiveReceivers
public Long getNumInactiveReceivers()
Get 不活跃的接收器数- Returns:
- NumInactiveReceivers 不活跃的接收器数
-
setNumInactiveReceivers
public void setNumInactiveReceivers(Long NumInactiveReceivers)
Set 不活跃的接收器数- Parameters:
NumInactiveReceivers- 不活跃的接收器数
-
getNumActiveBatches
public Long getNumActiveBatches()
Get 运行中的批数- Returns:
- NumActiveBatches 运行中的批数
-
setNumActiveBatches
public void setNumActiveBatches(Long NumActiveBatches)
Set 运行中的批数- Parameters:
NumActiveBatches- 运行中的批数
-
getNumRetainedCompletedBatches
public Long getNumRetainedCompletedBatches()
Get 待处理的批数- Returns:
- NumRetainedCompletedBatches 待处理的批数
-
setNumRetainedCompletedBatches
public void setNumRetainedCompletedBatches(Long NumRetainedCompletedBatches)
Set 待处理的批数- Parameters:
NumRetainedCompletedBatches- 待处理的批数
-
getNumTotalCompletedBatches
public Long getNumTotalCompletedBatches()
Get 已完成的批数- Returns:
- NumTotalCompletedBatches 已完成的批数
-
setNumTotalCompletedBatches
public void setNumTotalCompletedBatches(Long NumTotalCompletedBatches)
Set 已完成的批数- Parameters:
NumTotalCompletedBatches- 已完成的批数
-
getAverageInputRate
public Float getAverageInputRate()
Get 平均输入速率- Returns:
- AverageInputRate 平均输入速率
-
setAverageInputRate
public void setAverageInputRate(Float AverageInputRate)
Set 平均输入速率- Parameters:
AverageInputRate- 平均输入速率
-
getAverageSchedulingDelay
public Float getAverageSchedulingDelay()
Get 平均等待时长- Returns:
- AverageSchedulingDelay 平均等待时长
-
setAverageSchedulingDelay
public void setAverageSchedulingDelay(Float AverageSchedulingDelay)
Set 平均等待时长- Parameters:
AverageSchedulingDelay- 平均等待时长
-
getAverageProcessingTime
public Float getAverageProcessingTime()
Get 平均处理时长- Returns:
- AverageProcessingTime 平均处理时长
-
setAverageProcessingTime
public void setAverageProcessingTime(Float AverageProcessingTime)
Set 平均处理时长- Parameters:
AverageProcessingTime- 平均处理时长
-
getAverageTotalDelay
public Float getAverageTotalDelay()
Get 平均延时- Returns:
- AverageTotalDelay 平均延时
-
setAverageTotalDelay
public void setAverageTotalDelay(Float AverageTotalDelay)
Set 平均延时- Parameters:
AverageTotalDelay- 平均延时
-
-