mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
partial fixes before polling up updates
This commit is contained in:
@@ -1134,5 +1134,11 @@ public class ParsedTemplateMap implements LongFunction<Map<String, ?>>, StaticFi
|
||||
}
|
||||
|
||||
|
||||
|
||||
public Map<String,Object> getCombinedPrototype() {
|
||||
Map<String,Object> prototype = new LinkedHashMap<>();
|
||||
prototype.putAll(getDynamicPrototype());
|
||||
prototype.putAll(getStaticPrototype());
|
||||
prototype.putAll(getConfigPrototype());
|
||||
return prototype;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user