Interface MediaThresholdConfigBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, weblogic.descriptor.SettableBean

public interface MediaThresholdConfigBean extends weblogic.descriptor.DescriptorBean
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Licensed Peak Stream allowed for a OCCAS Cluster.
    long
    A notification will be logged(Engines) when the threshold value is reached.
    void
    setLicensedPeakMPS(long licensedPeakMPS)
     
    void
     

    Methods inherited from interface weblogic.descriptor.DescriptorBean

    addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

    Methods inherited from interface weblogic.descriptor.SettableBean

    isSet, unSet
  • Method Details

    • getLicensedPeakMPS

      long getLicensedPeakMPS()

      Licensed Peak Stream allowed for a OCCAS Cluster.

      Returns:
      licensedPeakMPS
    • setLicensedPeakMPS

      void setLicensedPeakMPS(long licensedPeakMPS)
    • getPeakStreamAlertThreshold

      long getPeakStreamAlertThreshold()

      A notification will be logged(Engines) when the threshold value is reached. The peak threshold value is calculated based on the last 30-second interval across the entire OCCAS cluster.

      Returns:
      peakStreamAlertThreshold
    • setPeakStreamAlertThreshold

      void setPeakStreamAlertThreshold(long threshold)