- generalize(Object[]) - Static method in class com.alibaba.dubbo.common.utils.PojoUtils
-
- generalize(Object) - Static method in class com.alibaba.dubbo.common.utils.PojoUtils
-
- GENERIC_KEY - Static variable in class com.alibaba.dubbo.common.Constants
-
- GENERIC_SERIALIZATION_BEAN - Static variable in class com.alibaba.dubbo.common.Constants
-
- GENERIC_SERIALIZATION_DEFAULT - Static variable in class com.alibaba.dubbo.common.Constants
-
- GENERIC_SERIALIZATION_NATIVE_JAVA - Static variable in class com.alibaba.dubbo.common.Constants
-
- GenericJSONConverter - Class in com.alibaba.dubbo.common.json
-
Deprecated.
- GenericJSONConverter() - Constructor for class com.alibaba.dubbo.common.json.GenericJSONConverter
-
Deprecated.
- get(int) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get.
- get(String) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get.
- get(String) - Method in interface com.alibaba.dubbo.common.store.DataStore
-
return a snapshot value of componentName
- get(String, String) - Method in interface com.alibaba.dubbo.common.store.DataStore
-
- get(String) - Method in class com.alibaba.dubbo.common.store.support.SimpleDataStore
-
- get(String, String) - Method in class com.alibaba.dubbo.common.store.support.SimpleDataStore
-
- get() - Method in class com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- get() - Method in class com.alibaba.dubbo.common.utils.Holder
-
- get(Object) - Method in class com.alibaba.dubbo.common.utils.LRUCache
-
- get(int) - Method in class com.alibaba.dubbo.common.utils.Stack
-
get.
- getAbsolutePath() - Method in class com.alibaba.dubbo.common.URL
-
- getActivateExtension(URL, String) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
This is equivalent to getActivateExtension(url, key, null)
- getActivateExtension(URL, String[]) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
This is equivalent to getActivateExtension(url, values, null)
- getActivateExtension(URL, String, String) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
This is equivalent to getActivateExtension(url, url.getParameter(key).split(","), null)
- getActivateExtension(URL, String[], String) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
Get activate extensions.
- getAdaptiveExtension() - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getAddress() - Method in class com.alibaba.dubbo.common.URL
-
- getAndAdd(int) - Method in class com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getAndDecrement() - Method in class com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getAndIncrement() - Method in class com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getAndSet(int) - Method in class com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getArray(int) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get JSONArray value.
- getArray(String) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get JSONArray value.
- getAuthority() - Method in class com.alibaba.dubbo.common.URL
-
- getAvailablePort() - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getAvailablePort(int) - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getBackupAddress() - Method in class com.alibaba.dubbo.common.URL
-
- getBackupAddress(int) - Method in class com.alibaba.dubbo.common.URL
-
- getBackupUrls() - Method in class com.alibaba.dubbo.common.URL
-
- getBeanPropertyFields(Class) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getBeanPropertyReadMethods(Class) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getBoolean(int, boolean) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get boolean value.
- getBoolean(String, boolean) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get boolean value.
- getBooleanParameter(String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getBooleanParameter(String, boolean) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getBooleanParameter(String) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getParameter(String, boolean)
- getBooleanParameter(String, boolean) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getParameter(String, boolean)
- getBoxedClass(Class<?>) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getBoxedClass(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getCallerClassLoader(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ClassHelper
-
- getClassLoader(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ClassHelper
-
get class loader
- getClassLoader() - Static method in class com.alibaba.dubbo.common.utils.ClassHelper
-
Return the default ClassLoader to use: typically the thread context
ClassLoader, if available; the ClassLoader that loaded the ClassUtils
class will be used as fallback.
- getClassName() - Method in class com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getClassName() - Method in class com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- getClassNameProperty() - Method in class com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getClassPool(ClassLoader) - Static method in class com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- getClassPool() - Method in class com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- getCodeBase(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getDeclaredMethodNames() - Method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get method name array.
- getDecodedParameter(String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getDecodedParameter(String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getDefaultExtension() - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
Return default extension, return null if it's not configured.
- getDefaultExtensionName() - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
Return default extension name, return null if not configured.
- getDesc(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(Class<?>[]) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get class array desc.
- getDesc(Method) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(Constructor<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get constructor desc.
- getDesc(CtClass) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(CtMethod) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(CtConstructor) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get constructor desc.
- getDescription() - Method in class com.alibaba.dubbo.common.status.Status
-
- getDescWithoutMethodName(Method) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDescWithoutMethodName(CtMethod) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDouble(int, double) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get double value.
- getDouble(String, double) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get double value.
- getEmptyObject(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getEmptyUrl(String, String) - Static method in class com.alibaba.dubbo.common.utils.UrlUtils
-
- getEnumPropertyName() - Method in class com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getExecutor(URL) - Method in class com.alibaba.dubbo.common.threadpool.support.cached.CachedThreadPool
-
- getExecutor(URL) - Method in class com.alibaba.dubbo.common.threadpool.support.fixed.FixedThreadPool
-
- getExecutor(URL) - Method in class com.alibaba.dubbo.common.threadpool.support.limited.LimitedThreadPool
-
- getExecutor(URL) - Method in interface com.alibaba.dubbo.common.threadpool.ThreadPool
-
Thread pool
- getExtension(Class<T>, String) - Method in interface com.alibaba.dubbo.common.extension.ExtensionFactory
-
Get extension.
- getExtension(String) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
Find the extension with the given name.
- getExtension(Class<T>, String) - Method in class com.alibaba.dubbo.common.extension.factory.AdaptiveExtensionFactory
-
- getExtension(Class<T>, String) - Method in class com.alibaba.dubbo.common.extension.factory.SpiExtensionFactory
-
- getExtension(Class<T>, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getExtension(Class<T>, String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getExtensionLoader(Class<T>) - Static method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getExtensionName(T) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getExtensionName(Class<?>) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getFile() - Method in class com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getFile() - Method in class com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getFile() - Method in class com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getFile() - Method in interface com.alibaba.dubbo.common.logger.LoggerAdapter
-
Get the current logging file
- getFile() - Static method in class com.alibaba.dubbo.common.logger.LoggerFactory
-
Get the current logging file
- getFile() - Method in class com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getFloat(int, float) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get float value.
- getFloat(String, float) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get float value.
- getGenericClass(Class<?>) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getGenericClass(Class<?>, int) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getGenericClass(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getGenericClass(Class<?>, int) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getHost() - Method in class com.alibaba.dubbo.common.URL
-
- getHostName(String) - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getInitCode(Class<?>) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getInt(int, int) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get int value.
- getInt(String, int) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get int value.
- getIntParameter(String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getIntParameter(String, int) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getIntParameter(String) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getParameter(String, int)
- getIntParameter(String, int) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getParameter(String, int)
- getIp() - Method in class com.alibaba.dubbo.common.URL
-
Fetch IP address for this URL.
- getIpByHost(String) - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getLevel() - Method in class com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLevel() - Method in class com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLevel() - Method in class com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLevel() - Method in interface com.alibaba.dubbo.common.logger.LoggerAdapter
-
Get the current logging level
- getLevel() - Static method in class com.alibaba.dubbo.common.logger.LoggerFactory
-
Get logging level
- getLevel() - Method in class com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLevel() - Method in class com.alibaba.dubbo.common.status.Status
-
- getLoadedExtension(String) - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
Get extension's instance.
- getLoadedExtensions() - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
Return the list of extensions which are already loaded.
- getLocalAddress() - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
Find first valid IP from local network card
- getLocalHost() - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getLocalSocketAddress(String, int) - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getLogger(String) - Method in class com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLogger(Class<?>) - Method in class com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLogger(Class<?>) - Method in class com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLogger(String) - Method in class com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLogger(Class<?>) - Method in class com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLogger(String) - Method in class com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLogger(Class<?>) - Method in interface com.alibaba.dubbo.common.logger.LoggerAdapter
-
Get a logger
- getLogger(String) - Method in interface com.alibaba.dubbo.common.logger.LoggerAdapter
-
Get a logger
- getLogger(Class<?>) - Static method in class com.alibaba.dubbo.common.logger.LoggerFactory
-
Get logger provider
- getLogger(String) - Static method in class com.alibaba.dubbo.common.logger.LoggerFactory
-
Get logger provider
- getLogger(String) - Method in class com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLogger(Class<?>) - Method in class com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLogger() - Method in class com.alibaba.dubbo.common.logger.support.FailsafeLogger
-
- getLogHost() - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getLogLevel() - Method in class com.alibaba.dubbo.common.utils.Log
-
- getLogMessage() - Method in class com.alibaba.dubbo.common.utils.Log
-
- getLogName() - Method in class com.alibaba.dubbo.common.utils.Log
-
- getLogThread() - Method in class com.alibaba.dubbo.common.utils.Log
-
- getLong(int, long) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get long value.
- getLong(String, long) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get long value.
- getMaxCapacity() - Method in class com.alibaba.dubbo.common.utils.LRUCache
-
- getMD5(String) - Static method in class com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMD5(byte[]) - Static method in class com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMD5(File) - Static method in class com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMD5(InputStream) - Static method in class com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMessage() - Method in class com.alibaba.dubbo.common.status.Status
-
- getMethodBooleanParameter(String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodBooleanParameter(String, String, boolean) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodBooleanParameter(String, String) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getMethodParameter(String, String, boolean)
- getMethodBooleanParameter(String, String, boolean) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getMethodParameter(String, String, boolean)
- getMethodExtension(Class<T>, String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodExtension(Class<T>, String, String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String, int) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getMethodParameter(String, String, int)
- getMethodIntParameter(String, String, int) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getMethodParameter(String, String, int)
- getMethodName(Method, Class<?>[], String) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getMethodNames() - Method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get method name array.
- getMethodParameter(String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodParameter(String, String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodParameter(String, String) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, String) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, double) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, float) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, long) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, int) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, short) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, byte) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, char) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, boolean) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameterAndDecoded(String, String) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodParameterAndDecoded(String, String, String) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodPositiveIntParameter(String, String, int) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getMethodPositiveIntParameter(String, String, int) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getMethodPositiveParameter(String, String, int)
- getMethodPositiveParameter(String, String, double) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, float) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, long) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, int) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, short) - Method in class com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, byte) - Method in class com.alibaba.dubbo.common.URL
-
- getName(Class<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get name.
- getName(Method) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get method name.
- getName(Constructor<?>) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
get constructor name.
- getObject(int) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get JSONObject value.
- getObject(String) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get JSONObject value.
- getParameter(String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getParameter(String, String) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getParameter(String) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, String) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, String[]) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, double) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, float) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, long) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, int) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, short) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, byte) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, char) - Method in class com.alibaba.dubbo.common.URL
-
- getParameter(String, boolean) - Method in class com.alibaba.dubbo.common.URL
-
- getParameterAndDecoded(String) - Method in class com.alibaba.dubbo.common.URL
-
- getParameterAndDecoded(String, String) - Method in class com.alibaba.dubbo.common.URL
-
- getParameters() - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getParameters() - Method in class com.alibaba.dubbo.common.URL
-
- getPassword() - Method in class com.alibaba.dubbo.common.URL
-
- getPath() - Method in class com.alibaba.dubbo.common.URL
-
- getPid() - Static method in class com.alibaba.dubbo.common.utils.ConfigUtils
-
- getPort() - Method in class com.alibaba.dubbo.common.URL
-
- getPort(int) - Method in class com.alibaba.dubbo.common.URL
-
- getPositiveIntParameter(String, int) - Method in class com.alibaba.dubbo.common.Parameters
-
Deprecated.
- getPositiveIntParameter(String, int) - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
Replace to getPositiveParameter(String, int)
- getPositiveParameter(String, float) - Method in class com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, double) - Method in class com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, long) - Method in class com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, int) - Method in class com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, short) - Method in class com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, byte) - Method in class com.alibaba.dubbo.common.URL
-
- getPrimitiveProperty() - Method in class com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getProperties() - Static method in class com.alibaba.dubbo.common.utils.ConfigUtils
-
- getProperty(Object) - Method in class com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getProperty(String) - Static method in class com.alibaba.dubbo.common.utils.ConfigUtils
-
- getProperty(String, String) - Static method in class com.alibaba.dubbo.common.utils.ConfigUtils
-
- getPropertyNameFromBeanReadMethod(Method) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getPropertyNameFromBeanWriteMethod(Method) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getPropertyNames() - Method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get property name array.
- getPropertyType(String) - Method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get property type.
- getPropertyValue(Object, String) - Method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get property value.
- getPropertyValues(Object, String[]) - Method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get property value.
- getProtocol() - Method in class com.alibaba.dubbo.common.URL
-
- getProxy(Class<?>...) - Static method in class com.alibaba.dubbo.common.bytecode.Proxy
-
Get proxy.
- getProxy(ClassLoader, Class<?>...) - Static method in class com.alibaba.dubbo.common.bytecode.Proxy
-
Get proxy.
- getQueryStringValue(String, String) - Static method in class com.alibaba.dubbo.common.utils.StringUtils
-
- getRandomPort() - Static method in class com.alibaba.dubbo.common.utils.NetUtils
-
- getRawParameter(String) - Method in class com.alibaba.dubbo.common.URL
-
- getServerShutdownTimeout() - Static method in class com.alibaba.dubbo.common.utils.ConfigUtils
-
- getServiceInterface() - Method in class com.alibaba.dubbo.common.URL
-
- getServiceKey() - Method in class com.alibaba.dubbo.common.URL
-
- getServiceKey(Map<String, String>) - Static method in class com.alibaba.dubbo.common.utils.StringUtils
-
- getServiceName() - Method in class com.alibaba.dubbo.common.URL
-
Deprecated.
- getSignature(String, Class<?>[]) - Static method in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getSize(Object) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getSizeMethod(Class<?>) - Static method in class com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getString(int) - Method in class com.alibaba.dubbo.common.json.JSONArray
-
Deprecated.
get string value.
- getString(String) - Method in class com.alibaba.dubbo.common.json.JSONObject
-
Deprecated.
get string value.
- getSummaryStatus(Map<String, Status>) - Static method in class com.alibaba.dubbo.common.status.support.StatusUtils
-
- getSupportedExtensions() - Method in class com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getSystemProperty(String) - Static method in class com.alibaba.dubbo.common.utils.ConfigUtils
-
System environment -> System properties
- GETTER_METHOD_DESC_PATTERN - Static variable in class com.alibaba.dubbo.common.utils.ReflectUtils
-
- getThreadGroup() - Method in class com.alibaba.dubbo.common.utils.NamedThreadFactory
-
- getType() - Method in class com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getUrl() - Method in interface com.alibaba.dubbo.common.Node
-
get url.
- getUrlParameter(String) - Method in class com.alibaba.dubbo.common.URL
-
- getUsername() - Method in class com.alibaba.dubbo.common.URL
-
- getVersion() - Static method in class com.alibaba.dubbo.common.Version
-
- getVersion(Class<?>, String) - Static method in class com.alibaba.dubbo.common.Version
-
- getWrapper(Class<?>) - Static method in class com.alibaba.dubbo.common.bytecode.Wrapper
-
get wrapper.
- gracefulShutdown(Executor, int) - Static method in class com.alibaba.dubbo.common.utils.ExecutorUtil
-
- GROUP_KEY - Static variable in class com.alibaba.dubbo.common.Constants
-