类 StaticContext
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.concurrent.ConcurrentHashMap<Object,Object>
-
- com.alibaba.dubbo.rpc.StaticContext
-
- 所有已实现的接口:
Serializable
,ConcurrentMap<Object,Object>
,Map<Object,Object>
public class StaticContext extends ConcurrentHashMap<Object,Object>
System context, for internal use only- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K extends Object,V extends Object>
-
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static StaticContext
getContext(String name)
static String
getKey(URL url, String methodName, String suffix)
static String
getKey(Map<String,String> paras, String methodName, String suffix)
String
getName()
static StaticContext
getSystemContext()
static StaticContext
remove(String name)
-
从类继承的方法 java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
-
-
-
-
方法详细资料
-
getSystemContext
public static StaticContext getSystemContext()
-
getContext
public static StaticContext getContext(String name)
-
remove
public static StaticContext remove(String name)
-
getName
public String getName()
-
-