Class InmemoryConfiguration

java.lang.Object
org.apache.dubbo.common.config.InmemoryConfiguration
All Implemented Interfaces:
Configuration

public class InmemoryConfiguration extends Object implements Configuration
In-memory configuration
  • Constructor Details

    • InmemoryConfiguration

      public InmemoryConfiguration()
    • InmemoryConfiguration

      public InmemoryConfiguration(String name)
    • InmemoryConfiguration

      public InmemoryConfiguration(Map<String,String> properties)
  • Method Details

    • getInternalProperty

      public Object getInternalProperty(String key)
      Specified by:
      getInternalProperty in interface Configuration
    • 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
    • getProperties

      public Map<String,String> getProperties()