Class StreamingStatistics

    • 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 - 平均延时