Class QOSConfiguration

java.lang.Object
org.distributeme.core.qos.QOSConfiguration

public class QOSConfiguration extends Object
Configuration object for quality of service component.
Since:
22.02.15 23:32
Version:
$Id: $Id
Author:
lrosenberg
  • 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.