I hope this isn\'t too silly a question...
I have code similar to the following in my project:
public class ConfigStore { public static class Co
Would it work for you to use a ConcurrentHashMap and instead of swapping the entire config update the affected values in the hash map?