Defines the properties of a scaling member.
Name | Type | Default | Description |
---|---|---|---|
metadataMonitorEnabled | boolean | false | Monitor the configuration directory for metadata file additions or updates, and publish to the collective controller. |
metadataMonitorInterval | A period of time with millisecond precision | 5s | Rate 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 |
| timed | Determines 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. |