scalingMember - Scaling Member (scalingMember)

Defines the properties of a scaling member.

NameTypeDefaultDescription
metadataMonitorEnabledbooleanfalseMonitor the configuration directory for metadata file additions or updates, and publish to the collective controller.
metadataMonitorIntervalA period of time with millisecond precision5sRate at which the server checks for metadata file additions or updates. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.
metadataUpdateTrigger
  • external
  • timed
timedDetermines the method for triggering the update of metadata.
external
Server will only update metadata when prompted by the FileNotificationMbean. The FileNotificationMbean is typically called by an external program such as an integrated development environment or a management application.
timed
Server will scan for metadata changes at the polling interval and publish to the collective controller.