package tunable
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
StandardTunableMap
Object used for getting the TunableMap for a given
id.Object used for getting the TunableMap for a given
id. This TunableMap is composed from 3 sources, in order of priority:- A mutable, in-process TunableMap.Mutable.
- The dynamically loaded TunableMap, provided via ServiceLoadedTunableMap.apply.
- The JSON file-based TunableMap, provided via JsonTunableMapper.loadJsonTunables.
The JSON file-based TunableMap is a composition of file-based per-instance and per-environment TunableMaps. TunableMaps are composed in the following priority order:
- Environment and instance-specific
- Environment-specific for all instances
- Instance-specific
- All instances
For more information, see https://twitter.github.io/finagle/guide/Configuration.html#tunables.