pullSharedMap
Move values from a map shared across all sessions using the same executor into session variables.
Move values from a map shared across all sessions using the same executor into session variables.
The executor can host multiple shared maps, each holding an entry with several variables. This step moves variables from either a random entry (if no match
is set) or with an entry that has the same value for given variable as the current session. When data is moved to the current session the entry is dropped from the shared map. If the map contains records for which the {@link #vars()} don’t contain a destination variable the contents is lost.
Property | Type | Description |
---|---|---|
key | String | Key identifying the shared map. |
match | String | Name of the session variable that stores value identifying the entry in the shared map. |
vars | <list of strings> | List of variables the map should be pulled into. |
vars
List of variables the map should be pulled into.
Property | Type | Description |
---|---|---|
<list of strings> | <unknown> | <no description> |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.