java.lang.Object
org.distributeme.core.interceptor.availabilitytesting.Constants

public class Constants extends Object
Constants for availability testing.
Version:
$Id: $Id
Author:
lrosenberg
  • Field Details

    • PROPERTY_SERVICE_ID

      public static final String PROPERTY_SERVICE_ID
      Name of the service id system property.
      See Also:
    • PROPERTY_SLOWDOWN_TIME_IN_MILLIS

      public static final String PROPERTY_SLOWDOWN_TIME_IN_MILLIS
      Name of the property that specifies slowdowntime in milliseconds.
      See Also:
    • PROPERTY_FLIP_CHANCE_IN_PERCENT

      public static final String PROPERTY_FLIP_CHANCE_IN_PERCENT
      Name of the property that specifies flip chance.
      See Also:
    • DEFAULT_SLOW_DOWN_TIME

      public static final long DEFAULT_SLOW_DOWN_TIME
      Default slow down time.
      See Also:
  • Constructor Details

    • Constants

      public Constants()