Class ConcurrentMapFactory


  • public class ConcurrentMapFactory
    extends java.lang.Object
    • Field Detail

      • WORKER_MAP_INITIAL_CAPACITY

        public static final java.lang.String WORKER_MAP_INITIAL_CAPACITY
        See Also:
        Constant Field Values
      • WORKER_MAP_LOAD_FACTOR

        public static final java.lang.String WORKER_MAP_LOAD_FACTOR
        See Also:
        Constant Field Values
      • WORKER_MAP_CONCURRENCY_LEVEL

        public static final java.lang.String WORKER_MAP_CONCURRENCY_LEVEL
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConcurrentMapFactory

        public ConcurrentMapFactory()
    • Method Detail

      • createNew

        public <K,​V> java.util.Map<K,​V> createNew()
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)