TransferFunctionSetting

org.eso.ias.asce.transfer.TransferFunctionSetting
See theTransferFunctionSetting companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val MaxAcceptableSlowDuration: Long

If the TF is slow responding for more then the amount of seconds of MaxAcceptableSlowDuration then the TF is marked as broken and will not be executed anymore

If the TF is slow responding for more then the amount of seconds of MaxAcceptableSlowDuration then the TF is marked as broken and will not be executed anymore

Attributes

The MaxAcceptableSlowDuration in milliseconds

The MaxAcceptableSlowDuration in milliseconds

Attributes

The name of the property to set MaxAcceptableSlowDuration

The name of the property to set MaxAcceptableSlowDuration

Attributes

val MaxTFTimePropName: String

The name of the property to set MaxTolerableTFTime

The name of the property to set MaxTolerableTFTime

Attributes

lazy val MaxTolerableTFTime: Int

If the execution time of the TF is higher than this value (msec) then the state of the ASCE changes to Slow.

If the execution time of the TF is higher than this value (msec) then the state of the ASCE changes to Slow.

When the TF is too slow, the ASCE logs a message. It the slowness persists, the ASCE will eventually stop running the TF

Attributes