|
ACP API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorableCongestionPoint
An instance of ActionCongestionPoint may optionally also implement this interface. If it does so, then the action congestion point will be shown on the CLI upon entering the appropriate "show" command. The CLI will show all the values provided by the methods in this interface.
Method Summary | |
---|---|
java.lang.String |
getBackgroundDownstreamBW()
Returns the background downstream bandwidth that is always deemed to be in-use. |
java.lang.String |
getBackgroundUpstreamBW()
Returns the background upstream bandwidth that is always deemed to be in-use. |
java.lang.String |
getCurrentDownstreamBW()
Returns the downstream bandwidth. |
java.lang.String |
getCurrentUpstreamBW()
Returns the upstream bandwidth. |
java.lang.String |
getDownstreamBWUsage()
Returns the in-use downstream bandwidth. |
java.lang.String |
getProvisionedDownstreamBW()
Returns the provisioned downstream bandwidth. |
java.lang.String |
getProvisionedUpstreamBW()
Returns the provisioned upstream bandwidth. |
java.lang.String |
getUpstreamBWUsage()
Returns the in-use upstream bandwidth. |
Method Detail |
---|
java.lang.String getCurrentUpstreamBW()
java.lang.String getCurrentDownstreamBW()
java.lang.String getUpstreamBWUsage()
java.lang.String getDownstreamBWUsage()
java.lang.String getProvisionedUpstreamBW()
java.lang.String getProvisionedDownstreamBW()
java.lang.String getBackgroundUpstreamBW()
java.lang.String getBackgroundDownstreamBW()
|
ACP API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |