public class StreamingStatistics extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getAverageInputRate()
Get 平均输入速率
|
Float |
getAverageProcessingTime()
Get 平均处理时长
|
Float |
getAverageSchedulingDelay()
Get 平均等待时长
|
Float |
getAverageTotalDelay()
Get 平均延时
|
Long |
getNumActiveBatches()
Get 运行中的批数
|
Long |
getNumActiveReceivers()
Get 运行中的接收器数
|
Long |
getNumInactiveReceivers()
Get 不活跃的接收器数
|
Long |
getNumRetainedCompletedBatches()
Get 待处理的批数
|
Long |
getNumTotalCompletedBatches()
Get 已完成的批数
|
Long |
getReceivers()
Get 数据接收器数
|
String |
getStartTime()
Get 任务开始时间
|
void |
setAverageInputRate(Float AverageInputRate)
Set 平均输入速率
|
void |
setAverageProcessingTime(Float AverageProcessingTime)
Set 平均处理时长
|
void |
setAverageSchedulingDelay(Float AverageSchedulingDelay)
Set 平均等待时长
|
void |
setAverageTotalDelay(Float AverageTotalDelay)
Set 平均延时
|
void |
setNumActiveBatches(Long NumActiveBatches)
Set 运行中的批数
|
void |
setNumActiveReceivers(Long NumActiveReceivers)
Set 运行中的接收器数
|
void |
setNumInactiveReceivers(Long NumInactiveReceivers)
Set 不活跃的接收器数
|
void |
setNumRetainedCompletedBatches(Long NumRetainedCompletedBatches)
Set 待处理的批数
|
void |
setNumTotalCompletedBatches(Long NumTotalCompletedBatches)
Set 已完成的批数
|
void |
setReceivers(Long Receivers)
Set 数据接收器数
|
void |
setStartTime(String StartTime)
Set 任务开始时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StreamingStatistics()
public StreamingStatistics(StreamingStatistics source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 任务开始时间public Long getReceivers()
public void setReceivers(Long Receivers)
Receivers
- 数据接收器数public Long getNumActiveReceivers()
public void setNumActiveReceivers(Long NumActiveReceivers)
NumActiveReceivers
- 运行中的接收器数public Long getNumInactiveReceivers()
public void setNumInactiveReceivers(Long NumInactiveReceivers)
NumInactiveReceivers
- 不活跃的接收器数public Long getNumActiveBatches()
public void setNumActiveBatches(Long NumActiveBatches)
NumActiveBatches
- 运行中的批数public Long getNumRetainedCompletedBatches()
public void setNumRetainedCompletedBatches(Long NumRetainedCompletedBatches)
NumRetainedCompletedBatches
- 待处理的批数public Long getNumTotalCompletedBatches()
public void setNumTotalCompletedBatches(Long NumTotalCompletedBatches)
NumTotalCompletedBatches
- 已完成的批数public Float getAverageInputRate()
public void setAverageInputRate(Float AverageInputRate)
AverageInputRate
- 平均输入速率public Float getAverageSchedulingDelay()
public void setAverageSchedulingDelay(Float AverageSchedulingDelay)
AverageSchedulingDelay
- 平均等待时长public Float getAverageProcessingTime()
public void setAverageProcessingTime(Float AverageProcessingTime)
AverageProcessingTime
- 平均处理时长public Float getAverageTotalDelay()
public void setAverageTotalDelay(Float AverageTotalDelay)
AverageTotalDelay
- 平均延时Copyright © 2023. All rights reserved.