Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoadBalanceType

The types of load balancing available in W.I.S.E..

Index

Enumeration members

Enumeration members

EXTERNAL_COUNTER

EXTERNAL_COUNTER: = 1

Every instance of W.I.S.E. Manager in the same cluster will receive the generated FGM. An external service will provide scenario indices to run so that each instance of W.I.S.E. that is processing the FGM will run different scenarios. The indices will be communicated to the W.I.S.E. instance over MQTT. See the MQTT documentation for more information.

LOCAL_FILE

LOCAL_FILE: = 2

The generated FGM will be sent to a single instance of W.I.S.E. Manager. A file that the user creates will provide scenario indices to the instance of W.I.S.E. that runs the FGM. The file must be named balance.txt and each line must contian a valid scenario index that should be run. Typically used for debugging to force W.I.S.E. to only process a single scenario when many are present in the FGM.

NONE

NONE: = 0

Don't use any load balancing. The generated FGM will be sent to a single instance of W.I.S.E. Manager and it will run all scenarios.