Interface MediaThresholdConfigBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,weblogic.descriptor.SettableBean
public interface MediaThresholdConfigBean
extends weblogic.descriptor.DescriptorBean
-
Method Summary
Modifier and TypeMethodDescriptionlongLicensed Peak Stream allowed for a OCCAS Cluster.longA notification will be logged(Engines) when the threshold value is reached.voidsetLicensedPeakMPS(long licensedPeakMPS) voidsetPeakStreamAlertThreshold(long threshold) Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods 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)
-