类 SimpleDataStore

  • 所有已实现的接口:
    DataStore

    public class SimpleDataStore
    extends 
    implements DataStore
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      <,​>  componentName)
      return a snapshot value of componentName
       componentName,  key)  
      void  componentName,  key,  value)  
      void  componentName,  key)  
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • SimpleDataStore

        public SimpleDataStore()
    • 方法详细资料

      • get

        public <,​> get​( componentName)
        从接口复制的说明: DataStore
        return a snapshot value of componentName
        指定者:
        get 在接口中 DataStore
      • get

        public  get​( componentName,
                           key)
        指定者:
        get 在接口中 DataStore
      • put

        public void put​( componentName,
                         key,
                         value)
        指定者:
        put 在接口中 DataStore
      • remove

        public void remove​( componentName,
                            key)
        指定者:
        remove 在接口中 DataStore