Skip navigation links
com.streamscape.runtime.stats.threshold

Class DiskThresholdAdvisory

    • Constructor Detail

      • DiskThresholdAdvisory

        public DiskThresholdAdvisory()
    • Method Detail

      • getType

        public ThresholdAdvisoryType getType()
        Returns a flag indicating if the specified threshold has been reached from below or from above.
        Returns:
        the advisory type.
      • getThreshold

        public int getThreshold()
        Returns the specified disk usage threshold (in percents).
        Returns:
        the disk usage threshold.
      • getDiskUsage

        public int getDiskUsage()
        Returns the disk usage (in percents) that reached of the specified threshold.
        Returns:
        the current disk usage.

Copyright © 2015-2024 StreamScape Technologies. All rights reserved.