类 InmemoryConfiguration

    • 构造器详细资料

      • InmemoryConfiguration

        public InmemoryConfiguration()
    • 方法详细资料

      • addProperty

        public void addProperty​(String key,
                                String value)
        Add one property into the store, the previous value will be replaced if the key exists
      • addProperties

        public void addProperties​(Map<String,​String> properties)
        Add a set of properties into the store
      • setProperties

        public void setProperties​(Map<String,​String> properties)
        set store
      • clear

        public void clear()