Uses of Class
org.apache.activemq.artemis.core.settings.impl.SlowConsumerThresholdMeasurementUnit
-
Packages that use SlowConsumerThresholdMeasurementUnit Package Description org.apache.activemq.artemis.core.settings.impl -
-
Uses of SlowConsumerThresholdMeasurementUnit in org.apache.activemq.artemis.core.settings.impl
Fields in org.apache.activemq.artemis.core.settings.impl declared as SlowConsumerThresholdMeasurementUnit Modifier and Type Field Description static SlowConsumerThresholdMeasurementUnitAddressSettings. DEFAULT_SLOW_CONSUMER_THRESHOLD_MEASUREMENT_UNITMethods in org.apache.activemq.artemis.core.settings.impl that return SlowConsumerThresholdMeasurementUnit Modifier and Type Method Description SlowConsumerThresholdMeasurementUnitAddressSettings. getSlowConsumerThresholdMeasurementUnit()static SlowConsumerThresholdMeasurementUnitSlowConsumerThresholdMeasurementUnit. valueOf(int measurementUnitInSeconds)Returns the enum constant of this type with the specified name.static SlowConsumerThresholdMeasurementUnitSlowConsumerThresholdMeasurementUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static SlowConsumerThresholdMeasurementUnit[]SlowConsumerThresholdMeasurementUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.settings.impl with parameters of type SlowConsumerThresholdMeasurementUnit Modifier and Type Method Description AddressSettingsAddressSettings. setSlowConsumerThresholdMeasurementUnit(SlowConsumerThresholdMeasurementUnit slowConsumerThresholdMeasurementUnit)
-