Package org.distributeme.core.qos
Class QOSConfiguration
java.lang.Object
org.distributeme.core.qos.QOSConfiguration
Configuration object for quality of service component.
- Since:
- 22.02.15 23:32
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGetter for the fieldblacklistDuration.longGetter for the fieldtimeoutBeforeBlackList.voidsetBlacklistDuration(long blacklistDuration) Setter for the fieldblacklistDuration.voidsetTimeoutBeforeBlackList(long timeoutBeforeBlackList) Setter for the fieldtimeoutBeforeBlackList.
-
Constructor Details
-
QOSConfiguration
public QOSConfiguration()
-
-
Method Details
-
getTimeoutBeforeBlackList
public long getTimeoutBeforeBlackList()Getter for the field
timeoutBeforeBlackList.- Returns:
- a long.
-
setTimeoutBeforeBlackList
public void setTimeoutBeforeBlackList(long timeoutBeforeBlackList) Setter for the field
timeoutBeforeBlackList.- Parameters:
timeoutBeforeBlackList- a long.
-
getBlacklistDuration
public long getBlacklistDuration()Getter for the field
blacklistDuration.- Returns:
- a long.
-
setBlacklistDuration
public void setBlacklistDuration(long blacklistDuration) Setter for the field
blacklistDuration.- Parameters:
blacklistDuration- a long.
-