- CACHE_CLEAR_TASK_INTERVAL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CACHE_CLEAR_WAITING_THRESHOLD - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CACHE_KEY - Static variable in interface org.apache.dubbo.common.constants.FilterConstants
-
- CacheableSupplier<T> - Class in org.apache.dubbo.common.utils
-
- CacheableSupplier(Supplier<T>) - Constructor for class org.apache.dubbo.common.utils.CacheableSupplier
-
- cacheableValueOf(String) - Static method in class org.apache.dubbo.common.URL
-
- CachedThreadPool - Class in org.apache.dubbo.common.threadpool.support.cached
-
This thread pool is self-tuned.
- CachedThreadPool() - Constructor for class org.apache.dubbo.common.threadpool.support.cached.CachedThreadPool
-
- cacheFile(File) - Method in class org.apache.dubbo.common.cache.FileCacheStore.Builder
-
- cacheFilePath(String) - Method in class org.apache.dubbo.common.cache.FileCacheStore.Builder
-
- calculate(float) - Static method in class org.apache.dubbo.common.threadpool.MemoryLimitCalculator
-
Take the current JVM's maximum available memory
as a percentage of the result as the limit.
- CallableSafeInitializer<T> - Class in org.apache.dubbo.common.concurrent
-
A safe and lazy and removable initializer implementation that wraps a
Callable object.
- CallableSafeInitializer(Callable<T>) - Constructor for class org.apache.dubbo.common.concurrent.CallableSafeInitializer
-
- CALLBACK - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- callback() - Method in interface org.apache.dubbo.common.lang.ShutdownHookCallback
-
Callback execution
- callback() - Method in class org.apache.dubbo.common.lang.ShutdownHookCallbacks
-
- CALLBACK_INSTANCES_LIMIT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
The limit of callback service instances for one interface on every client
- camelToSplitName(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- cancel() - Method in interface org.apache.dubbo.common.timer.Timeout
-
Attempts to cancel the
TimerTask associated with this handle.
- cancelScheduledFuture(ScheduledFuture<?>) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
- canSkipInterfaceCheck() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- CATEGORY_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- Cert - Class in org.apache.dubbo.common.ssl
-
- Cert(byte[], byte[], byte[]) - Constructor for class org.apache.dubbo.common.ssl.Cert
-
- Cert(byte[], byte[], byte[], String) - Constructor for class org.apache.dubbo.common.ssl.Cert
-
- CertManager - Class in org.apache.dubbo.common.ssl
-
- CertManager(FrameworkModel) - Constructor for class org.apache.dubbo.common.ssl.CertManager
-
- CertProvider - Interface in org.apache.dubbo.common.ssl
-
- CharSequenceComparator - Class in org.apache.dubbo.common.utils
-
- check(ReferenceConfigBase<T>, long) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- check(String, Class<?>, long) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- check() - Method in interface org.apache.dubbo.common.status.StatusChecker
-
check status
- check() - Method in class org.apache.dubbo.common.status.support.LoadStatusChecker
-
- check() - Method in class org.apache.dubbo.common.status.support.MemoryStatusChecker
-
- CHECK_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- checkBytecode(String, byte[]) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- checkNoError() - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- checkObjectList(List<?>) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Casts a list of unchecked JSON values to a list of checked objects in Java type.
- checkObjectList(List<?>) - Method in interface org.apache.dubbo.common.json.JSON
-
- checkObjectList(List<?>) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- checkOrDestroy(long) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- checkOrUpdateInitialized(boolean) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- checkPath(String) - Static method in class org.apache.dubbo.common.url.component.URLItemCache
-
- checkRevision(String) - Static method in class org.apache.dubbo.common.url.component.URLItemCache
-
- checkState(ModuleModel, DeployState) - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
check all module state and update application state
- checkStringList(List<?>) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Casts a list of unchecked JSON values to a list of String.
- checkStringList(List<?>) - Method in interface org.apache.dubbo.common.json.JSON
-
- checkStringList(List<?>) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- checkZeroArgConstructor(Class) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- CIDRUtils - Class in org.apache.dubbo.common.utils
-
A class that enables to get an IP range from CIDR specification.
- CIDRUtils(String) - Constructor for class org.apache.dubbo.common.utils.CIDRUtils
-
- CLASS_DESC - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
- CLASS_DESERIALIZE_ALLOWED_LIST - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CLASS_DESERIALIZE_BLOCK_ALL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CLASS_DESERIALIZE_BLOCKED_LIST - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CLASS_DESERIALIZE_OPEN_CHECK - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CLASS_EXTENSION - Static variable in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- classForName(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- ClassGenerator - Class in org.apache.dubbo.common.bytecode
-
ClassGenerator
- ClassGenerator.DC - Interface in org.apache.dubbo.common.bytecode
-
- ClassHelper - Class in org.apache.dubbo.common.utils
-
- ClassHelper() - Constructor for class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- CLASSIFIER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- classifyUrls(List<URL>, Predicate<URL>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- ClassLoaderResourceLoader - Class in org.apache.dubbo.common.utils
-
- ClassLoaderResourceLoader() - Constructor for class org.apache.dubbo.common.utils.ClassLoaderResourceLoader
-
- CLASSPATH_URL_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Pseudo URL prefix for loading from the class path: "classpath:".
- ClassUtils - Class in org.apache.dubbo.common.compiler.support
-
ClassUtils.
- ClassUtils - Class in org.apache.dubbo.common.utils
-
- ClassUtils() - Constructor for class org.apache.dubbo.common.utils.ClassUtils
-
- ClassUtils - Class in org.apache.dubbo.metadata.definition.util
-
2015/1/27.
- clear() - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
-
- clear() - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- clear() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- clear() - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Removes all of the elements from this set.
- clear() - Static method in class org.apache.dubbo.common.utils.DubboAppender
-
- clear() - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- clear() - Method in class org.apache.dubbo.common.utils.LRUCache
-
- clear() - Method in class org.apache.dubbo.common.utils.Stack
-
clear stack.
- clear() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- clear() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- CLEAR_FUTURE_AFTER_GET - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- clearParameters() - Method in class org.apache.dubbo.common.URL
-
- clearParameters() - Method in class org.apache.dubbo.common.url.component.URLParam
-
remove all of the parameters in URLParam
- clearParameters() - Method in class org.apache.dubbo.common.URLBuilder
-
- CLIENT_KEY_CERT_CHAIN_PATH - Static variable in class org.apache.dubbo.config.SslConfig
-
- CLIENT_KEY_PASSWORD - Static variable in class org.apache.dubbo.config.SslConfig
-
- CLIENT_PRIVATE_KEY_PATH - Static variable in class org.apache.dubbo.config.SslConfig
-
- CLIENT_THREAD_POOL_NAME - Static variable in interface org.apache.dubbo.config.Constants
-
- CLIENT_TRUST_CERT_COLLECTION_PATH - Static variable in class org.apache.dubbo.config.SslConfig
-
- close() - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- close() - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Close the configuration
- close() - Method in class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- close() - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- close() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
-
- close() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
-
- close() - Method in class org.apache.dubbo.common.io.UnsafeStringReader
-
- close() - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
-
- close() - Method in class org.apache.dubbo.common.reference.ReferenceCountedResource
-
Useful when used together with try-with-resources pattern
- CLUSTER_CONDITIONAL_ROUTE_LIST_EMPTY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_ERROR_RESPONSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_EXECUTE_FILTER_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_EXEC_CONDITION_ROUTER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_GROUP_MERGE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_INVOKE_SERVICE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_LOAD_MERGER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_MOCK_REQUEST - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_MULTIPLE_RETRIES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_RECEIVE_RULE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_RESELECT_INVOKERS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_RULE_PARSING - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_SITE_SELECTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_FAILED_STOP - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_INTERCEPTOR_COMPATIBLE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CLUSTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CLUSTER_NO_RULE_LISTENER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_NO_VALID_PROVIDER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_SCRIPT_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_TAG_ROUTE_EMPTY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_TAG_ROUTE_INVALID - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CLUSTER_TIMER_RETRY_FAILED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- ClusterRules - Interface in org.apache.dubbo.common.constants
-
constant for Cluster fault-tolerant mode
- CollectionTypeBuilder - Class in org.apache.dubbo.metadata.definition.builder
-
2015/1/27.
- CollectionTypeBuilder() - Constructor for class org.apache.dubbo.metadata.definition.builder.CollectionTypeBuilder
-
- CollectionUtils - Class in org.apache.dubbo.common.utils
-
Miscellaneous collection utility methods.
- COLLECTOR_SYNC_PERIOD_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
-
- COLON_SEPARATOR - Static variable in class org.apache.dubbo.common.BaseServiceMetadata
-
- COMMA_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- COMMA_SEPARATOR_CHAR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- COMMA_SPLIT_PATTERN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- COMMON_CACHE_MAX_ENTRY_COUNT_LIMIT_EXCEED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_CACHE_MAX_FILE_SIZE_LIMIT_EXCEED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_CACHE_PATH_INACCESSIBLE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_CLASS_NOT_FOUND - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_ERROR_LOAD_EXTENSION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_ERROR_RUN_THREAD_TASK - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_ERROR_TOO_MANY_INSTANCES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_ERROR_USE_THREAD_POOL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_EXECUTORS_NO_FOUND - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_FAILED_LOAD_MAPPING_CACHE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_FAILED_NOTIFY_EVENT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_FAILED_OVERRIDE_FIELD - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_FAILED_STOP_HTTP_SERVER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_IO_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_ISOLATED_EXECUTOR_CONFIGURATION_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_JSON_CONVERT_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_METADATA_PROCESSOR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_METRICS_COLLECTOR_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_MONITOR_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_PROPERTY_TYPE_MISMATCH - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_REFLECTIVE_OPERATION_FAILED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_THREAD_INTERRUPTED_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_THREAD_POOL_EXHAUSTED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_UNEXPECTED_CREATE_DUMP - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_UNEXPECTED_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_UNEXPECTED_EXECUTORS_SHUTDOWN - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- COMMON_UNSUPPORTED_INVOKER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CommonConstants - Interface in org.apache.dubbo.common.constants
-
- CommonScopeModelInitializer - Class in org.apache.dubbo.common
-
- CommonScopeModelInitializer() - Constructor for class org.apache.dubbo.common.CommonScopeModelInitializer
-
- COMPARATOR - Static variable in class org.apache.dubbo.common.extension.support.WrapperComparator
-
- COMPARATOR - Static variable in interface org.apache.dubbo.common.lang.Prioritized
-
- compare(Class, Class) - Method in class org.apache.dubbo.common.extension.support.ActivateComparator
-
- compare(Object, Object) - Method in class org.apache.dubbo.common.extension.support.WrapperComparator
-
- compare(CharSequence, CharSequence) - Method in class org.apache.dubbo.common.utils.CharSequenceComparator
-
- compare(Method, Method) - Method in class org.apache.dubbo.common.utils.MethodComparator
-
- compare(String, String) - Static method in class org.apache.dubbo.common.Version
-
Compare versions
- compareAndSet(int, int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- compareTo(Prioritized) - Method in interface org.apache.dubbo.common.lang.Prioritized
-
- COMPATIBLE_CONFIG_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- compatibleTypeConvert(Object, Class<?>) - Static method in class org.apache.dubbo.common.utils.CompatibleTypeUtils
-
Compatible type convert.
- CompatibleTypeUtils - Class in org.apache.dubbo.common.utils
-
- compile(String, ClassLoader) - Method in interface org.apache.dubbo.common.compiler.Compiler
-
- compile(Class<?>, String, ClassLoader) - Method in interface org.apache.dubbo.common.compiler.Compiler
-
Compile java source code.
- compile(Class<?>, String, ClassLoader) - Method in class org.apache.dubbo.common.compiler.support.AbstractCompiler
-
- compile(Class<?>, String, ClassLoader) - Method in class org.apache.dubbo.common.compiler.support.AdaptiveCompiler
-
- Compiler - Interface in org.apache.dubbo.common.compiler
-
Compiler.
- COMPOSITE_METADATA_STORAGE_TYPE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CompositeConfiguration - Class in org.apache.dubbo.common.config
-
This is an abstraction specially customized for the sequence Dubbo retrieves properties.
- CompositeConfiguration() - Constructor for class org.apache.dubbo.common.config.CompositeConfiguration
-
- CompositeConfiguration(Configuration...) - Constructor for class org.apache.dubbo.common.config.CompositeConfiguration
-
- CompositeDynamicConfiguration - Class in org.apache.dubbo.common.config.configcenter.wrapper
-
support multiple config center, simply iterating each concrete config center.
- CompositeDynamicConfiguration() - Constructor for class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- computeIfAbsent(String, Function<String, String>) - Method in class org.apache.dubbo.common.config.ConfigurationCache
-
Get Cached Value
- computeIfAbsent(ConcurrentMap<K, V>, K, Function<? super K, ? extends V>) - Static method in class org.apache.dubbo.common.utils.ConcurrentHashMapUtils
-
A temporary workaround for Java 8 ConcurrentHashMap#computeIfAbsent specific performance issue: JDK-8161372.
- ConcurrentHashMapUtils - Class in org.apache.dubbo.common.utils
-
ConcurrentHashMap util
- ConcurrentHashMapUtils() - Constructor for class org.apache.dubbo.common.utils.ConcurrentHashMapUtils
-
- ConcurrentHashSet<E> - Class in org.apache.dubbo.common.utils
-
- ConcurrentHashSet() - Constructor for class org.apache.dubbo.common.utils.ConcurrentHashSet
-
- ConcurrentHashSet(int) - Constructor for class org.apache.dubbo.common.utils.ConcurrentHashSet
-
- CONFIG_API_WRONG_USE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_APP_CONFIGFILE_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- CONFIG_BASE_PATH_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
-
The parameter name of URL for the config base path
- CONFIG_CENTER_DIR_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- CONFIG_CENTER_ENCODING_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- CONFIG_CHECK_KEY - Static variable in interface org.apache.dubbo.common.config.configcenter.Constants
-
Deprecated.
- CONFIG_CLUSTER_KEY - Static variable in interface org.apache.dubbo.common.config.configcenter.Constants
-
Deprecated.
- CONFIG_CONFIGFILE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CONFIG_CONFIGFILE_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- CONFIG_DUBBO_BEAN_INITIALIZER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_DUBBO_BEAN_NOT_FOUND - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_DUPLICATED_BEAN_DEFINITION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_ENABLE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CONFIG_ENABLE_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- CONFIG_ERROR_NACOS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_ERROR_PROCESS_LISTENER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_CLOSE_CONNECT_APOLLO - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_CONNECT_REGISTRY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_DESTROY_INVOKER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_EXECUTE_DESTROY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_EXPORT_SERVICE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_FIND_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_INIT_CONFIG_CENTER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_LOAD_ENV_VARIABLE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_NOTIFY_EVENT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_REFER_SERVICE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_REFERENCE_MODEL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_SHUTDOWN_HOOK - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_START_MODEL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FAILED_WAIT_EXPORT_REFER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_FILTER_VALIDATION_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_GROUP_KEY - Static variable in interface org.apache.dubbo.common.config.configcenter.Constants
-
Deprecated.
- CONFIG_METADATA_SERVICE_EXPORTED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_NAMESPACE_KEY - Static variable in interface org.apache.dubbo.common.config.configcenter.Constants
-
Deprecated.
- CONFIG_NAMESPACE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CONFIG_NO_ANNOTATIONS_FOUND - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_NO_BEANS_SCANNED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_NO_METHOD_FOUND - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_NOT_EFFECT_EMPTY_RULE_APOLLO - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_PARAMETER_FORMAT_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_PROPERTY_CONFLICT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_REFRESH_INSTANCE_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_REGISTER_INSTANCE_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_ROOT_PATH_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
-
The parameter name of URL for the config root path
- CONFIG_SERVER_DISCONNECTED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_SSL_CERT_GENERATE_FAILED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_SSL_CONNECT_INSECURE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_SSL_PATH_LOAD_FAILED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_START_DUBBO_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_STOP_DUBBO_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_UNABLE_DESTROY_MODEL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_UNDEFINED_ARGUMENT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_UNDEFINED_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_UNEXPORT_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_USE_RANDOM_PORT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_WARN_STATUS_CHECKER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- CONFIG_ZOOKEEPER_SERVER_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- ConfigCenterConfig - Class in org.apache.dubbo.config
-
ConfigCenterConfig
- ConfigCenterConfig() - Constructor for class org.apache.dubbo.config.ConfigCenterConfig
-
- ConfigCenterConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.ConfigCenterConfig
-
- ConfigChangedEvent - Class in org.apache.dubbo.common.config.configcenter
-
An event raised when the config changed, immutable.
- ConfigChangedEvent(String, String, String) - Constructor for class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
-
- ConfigChangedEvent(String, String, String, ConfigChangeType) - Constructor for class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
-
- ConfigChangeType - Enum in org.apache.dubbo.common.config.configcenter
-
Config change event type
- ConfigConfigurationAdapter - Class in org.apache.dubbo.config.context
-
- ConfigConfigurationAdapter(AbstractConfig, String) - Constructor for class org.apache.dubbo.config.context.ConfigConfigurationAdapter
-
- configFile(String, String) - Method in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- ConfigItem - Class in org.apache.dubbo.common.config.configcenter
-
Hold content and version information
- ConfigItem(String, Object) - Constructor for class org.apache.dubbo.common.config.configcenter.ConfigItem
-
- ConfigItem() - Constructor for class org.apache.dubbo.common.config.configcenter.ConfigItem
-
- ConfigKeys - Interface in org.apache.dubbo.config
-
External config keys list
- ConfigManager - Class in org.apache.dubbo.config.context
-
A lock-free config manager (through ConcurrentHashMap), for fast read operation.
- ConfigManager(ApplicationModel) - Constructor for class org.apache.dubbo.config.context.ConfigManager
-
- ConfigMode - Enum in org.apache.dubbo.config.context
-
Config processing mode for unique config type, e.g.
- Configuration - Interface in org.apache.dubbo.common.config
-
Configuration interface, to fetch the value for the specified key.
- ConfigurationCache - Class in org.apache.dubbo.common.config
-
- ConfigurationCache() - Constructor for class org.apache.dubbo.common.config.ConfigurationCache
-
- ConfigurationListener - Interface in org.apache.dubbo.common.config.configcenter
-
Config listener, will get notified when the config it listens on changes.
- ConfigurationUtils - Class in org.apache.dubbo.common.config
-
Utilities for manipulating configurations from different sources
- CONFIGURATORS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- ConfigUtils - Class in org.apache.dubbo.common.utils
-
- ConfigValidator - Interface in org.apache.dubbo.config.context
-
- CONSISTENT_HASH - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
-
Consistent Hash, requests with the same parameters are always sent to the same provider.
- Constants - Interface in org.apache.dubbo.common.config.configcenter
-
- Constants - Interface in org.apache.dubbo.config
-
- constructMethodConfig(Method[]) - Static method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- CONSUMER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CONSUMER_SHARED_EXECUTOR_SERVICE_COMPONENT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- CONSUMER_SIDE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- ConsumerConfig - Class in org.apache.dubbo.config
-
The service consumer default configuration
- ConsumerConfig() - Constructor for class org.apache.dubbo.config.ConsumerConfig
-
- ConsumerConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.ConsumerConfig
-
- ConsumerMethodModel - Class in org.apache.dubbo.rpc.model
-
Deprecated.
- ConsumerMethodModel(Method) - Constructor for class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- ConsumerModel - Class in org.apache.dubbo.rpc.model
-
This model is bound to your reference's configuration, for example, group, version or method level configuration.
- ConsumerModel(String, Object, ServiceDescriptor, Map<String, AsyncMethodInfo>, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ConsumerModel
-
This constructor creates an instance of ConsumerModel and passed objects should not be null.
- ConsumerModel(String, Object, ServiceDescriptor, ServiceMetadata, Map<String, AsyncMethodInfo>, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ConsumerModel
-
- ConsumerModel(String, Object, ServiceDescriptor, ModuleModel, ServiceMetadata, Map<String, AsyncMethodInfo>, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ConsumerModel
-
- CONSUMERS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- contains(String[], String) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
-
- contains(Object) - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Returns true if this set contains the specified element.
- containsKey(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
Check if the configuration contains the specified key.
- containsKey(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- containsKey(Object) - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- containsKey(Object) - Method in class org.apache.dubbo.common.utils.LRUCache
-
- containsProperty(Object) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- containsValue(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- CONTEXTPATH_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- convert(Class<T>, String, T) - Method in interface org.apache.dubbo.common.config.Configuration
-
- convert(S) - Method in interface org.apache.dubbo.common.convert.Converter
-
Convert the source-typed value to the target-typed value
- convert(S, Class<?>, Class<?>) - Method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
Convert the source to be the multiple value
- convert(String[], int, Class<?>, Class<?>) - Method in class org.apache.dubbo.common.convert.multiple.StringToArrayConverter
-
- convert(String[], int, Class<?>, Class<?>) - Method in class org.apache.dubbo.common.convert.multiple.StringToIterableConverter
-
- convert(String, Class<?>, Class<?>) - Method in interface org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
-
- convert(String[], int, Class<?>, Class<?>) - Method in interface org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
-
Convert the segments to multiple value object
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToBooleanConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToByteConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToCharacterConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToCharArrayConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToDoubleConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToDurationConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToFloatConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToIntegerConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToLongConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToOptionalConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToShortConverter
-
- convert(String) - Method in class org.apache.dubbo.common.convert.StringToStringConverter
-
- Converter<S,T> - Interface in org.apache.dubbo.common.convert
-
A class to convert the source-typed value to the target-typed value
- ConverterUtil - Class in org.apache.dubbo.common.convert
-
- ConverterUtil(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.ConverterUtil
-
- convertIfPossible(Object, Class<T>) - Method in class org.apache.dubbo.common.convert.ConverterUtil
-
Convert the value of source to target-type value if possible
- convertIfPossible(Object, Class<?>, Class<?>) - Static method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
- convertMethodConfig2AsyncInfo() - Method in class org.apache.dubbo.config.MethodConfig
-
- convertPrimitive(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- convertPrimitive(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- convertPrimitive(FrameworkModel, Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- convertRegister(Map<String, Map<String, String>>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- convertSubscribe(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- convertToSplitName(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Convert camelCase or snake_case/SNAKE_CASE to kebab-case
- copyOf(byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
byte array copy.
- CORE_THREADS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- Correlation() - Constructor for class org.apache.dubbo.config.nested.BaggageConfig.Correlation
-
- create(MethodDescriptor, URL, String) - Method in interface org.apache.dubbo.rpc.model.PackableMethodFactory
-
- createConsumptionReport(String, String, String, String) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- createExecutorIfAbsent(URL) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
Get called when the server or client instance initiating.
- createExecutorIfAbsent(URL) - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Called by both Client and Server.
- createIsolationExecutorSupport(URL) - Method in class org.apache.dubbo.rpc.executor.DefaultIsolationExecutorSupportFactory
-
- createIsolationExecutorSupport(URL) - Method in interface org.apache.dubbo.rpc.executor.IsolationExecutorSupportFactory
-
- createMigrationStepReport(String, String, String, String, String, String) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- createRegistrationReport(String) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- CtClassBuilder - Class in org.apache.dubbo.common.compiler.support
-
CtClassBuilder is builder for CtClass
- CtClassBuilder() - Constructor for class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- CURRENT_CLUSTER_INVOKER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- currentTimeMillis() - Static method in class org.apache.dubbo.common.utils.TimeUtils
-
- currentVersion() - Static method in enum org.apache.dubbo.common.utils.JRE
-
get current JRE version
- CYCLE_REPORT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- D_REGISTRY_SPLIT_PATTERN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DataStore - Interface in org.apache.dubbo.common.store
-
- debug(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- debug(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- debug(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- debug(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- debug(String) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with debug log level.
- debug(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with debug log level.
- debug(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with debug log level.
- debug(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- debug(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- debug(Logger, String) - Static method in class org.apache.dubbo.common.utils.LogHelper
-
- debug(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
-
- debug(Logger, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
-
- decode(String) - Static method in class org.apache.dubbo.common.URL
-
- decodeHexByte(CharSequence, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Decode a 2-digit hex byte from within a string.
- decodeHexNibble(char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- decodeUtf8(byte[], int, int, char[], int) - Static method in class org.apache.dubbo.common.utils.Utf8Utils
-
- decreaseServiceRefreshCount() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Decrease the count of service update threads
- decrementAndGet() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- DEFAULT_ALIVE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_CALLBACK_INSTANCES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
The default limit number for callback service instances
- DEFAULT_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DEFAULT_CLIENT_THREADPOOL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_CLUSTER_DOMAIN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Domain name suffix used inside k8s.
- DEFAULT_CONFIG_BASE_PATH - Static variable in class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
-
The default value of parameter of URL for the config base path
- DEFAULT_CONFIG_CENTER_DIR_PATH - Static variable in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- DEFAULT_CONFIG_CENTER_ENCODING - Static variable in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- DEFAULT_CORE_THREADS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_DELAY_EXECUTE_TIMES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_DELAY_NOTIFICATION_TIME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_DIRECTORY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_DUBBO_MIGRATION_FILE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_DUBBO_PROPERTIES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_DUBBO_PROTOCOL_VERSION - Static variable in class org.apache.dubbo.common.Version
-
- DEFAULT_ENABLE_EMPTY_PROTECTION - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DEFAULT_ENCODE_IN_IO_THREAD - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_EXPORT_THREAD_NUM - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_FAILBACK_TIMES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_GROUP - Static variable in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
- DEFAULT_HASHMAP_LOAD_FACTOR - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DEFAULT_INSTANCES_REQUEST_SIZE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
The default request size of service instances
- DEFAULT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_KEY_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_LOADBALANCE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_MESH_PORT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_METADATA_INFO_CACHE_EXPIRE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_METADATA_INFO_CACHE_SIZE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_METADATA_STORAGE_TYPE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_PROXY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_QUEUES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_RECONNECT_TASK_PERIOD - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_RECONNECT_TASK_TRY_COUNT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_REFER_THREAD_NUM - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_REGISTER_MODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_REGISTER_MODE_ALL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DEFAULT_REGISTER_MODE_INSTANCE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DEFAULT_REGISTER_MODE_INTERFACE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DEFAULT_RESELECT_COUNT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_RETRIES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_SERVER_SHUTDOWN_TIMEOUT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Default timeout value in milliseconds for server shutdown
- DEFAULT_SERVICE_NAME_MAPPING_PROPERTIES_PATH - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
The default class path of the ServiceNameMapping
Properties file
- DEFAULT_STATUS - Static variable in interface org.apache.dubbo.common.utils.AllowClassNotifyListener
-
- DEFAULT_THREAD_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_THREAD_POOL_KEEP_ALIVE_TIME - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
Default keep alive time in milliseconds for threads in
ThreadPoolExecutor is 1 minute( 60 * 1000 ms)
- DEFAULT_THREAD_POOL_PREFIX - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- DEFAULT_THREAD_POOL_SIZE - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- DEFAULT_THREAD_POOL_SIZE - Static variable in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- DEFAULT_THREADPOOL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_THREADS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_TIMEOUT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DEFAULT_VERSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- defaultApplication() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
-
Get or create default application model
- DefaultDynamicParamSource - Class in org.apache.dubbo.common.url.component.param
-
- DefaultDynamicParamSource() - Constructor for class org.apache.dubbo.common.url.component.param.DefaultDynamicParamSource
-
- DefaultExecutorRepository - Class in org.apache.dubbo.common.threadpool.manager
-
Consider implementing Lifecycle to enable executors shutdown when the process stops.
- DefaultExecutorRepository(ApplicationModel) - Constructor for class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- DefaultExecutorSupport - Class in org.apache.dubbo.rpc.executor
-
- DefaultExecutorSupport(URL) - Constructor for class org.apache.dubbo.rpc.executor.DefaultExecutorSupport
-
- DefaultIsolationExecutorSupportFactory - Class in org.apache.dubbo.rpc.executor
-
- DefaultIsolationExecutorSupportFactory() - Constructor for class org.apache.dubbo.rpc.executor.DefaultIsolationExecutorSupportFactory
-
- defaultLimit() - Static method in class org.apache.dubbo.common.threadpool.MemoryLimitCalculator
-
By default, it takes 80% of the maximum available memory of the current JVM.
- defaultModel() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
During destroying the default FrameworkModel, the FrameworkModel.defaultModel() or ApplicationModel.defaultModel()
will return a broken model, maybe cause unpredictable problem.
- defaultModel() - Static method in class org.apache.dubbo.rpc.model.FrameworkModel
-
During destroying the default FrameworkModel, the FrameworkModel.defaultModel() or ApplicationModel.defaultModel()
will return a broken model, maybe cause unpredictable problem.
- DefaultPage<T> - Class in org.apache.dubbo.common.utils
-
The default implementation of
Page
- DefaultPage(int, int, List<T>, int) - Constructor for class org.apache.dubbo.common.utils.DefaultPage
-
- defaultReturn(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- defaultReturn(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- DefaultSerializeClassChecker - Class in org.apache.dubbo.common.utils
-
Inspired by Fastjson2
see com.alibaba.fastjson2.filter.ContextAutoTypeBeforeHandler#apply(java.lang.String, java.lang.Class, long)
- DefaultSerializeClassChecker(FrameworkModel) - Constructor for class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
-
- DefaultTypeBuilder - Class in org.apache.dubbo.metadata.definition.builder
-
2015/1/27.
- deleteAny(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- delimitedListToStringArray(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- delimitedListToStringArray(String, String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- Deployer<E extends ScopeModel> - Interface in org.apache.dubbo.common.deploy
-
- DEPLOYER - Static variable in interface org.apache.dubbo.rpc.model.ModelConstants
-
- DeployListener<E extends ScopeModel> - Interface in org.apache.dubbo.common.deploy
-
- DeployListenerAdapter<E extends ScopeModel> - Class in org.apache.dubbo.common.deploy
-
- DeployListenerAdapter() - Constructor for class org.apache.dubbo.common.deploy.DeployListenerAdapter
-
- DeployState - Enum in org.apache.dubbo.common.deploy
-
Deploy state enum
- desc2class(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
desc to class.
- desc2classArray(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get class array instance.
- desc2name(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
desc to name.
- DESC_PATTERN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
- DESC_REGEX - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
- deserialize(JavaBeanDescriptor) - Static method in class org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
-
- deserialize(JavaBeanDescriptor, ClassLoader) - Static method in class org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
-
- destroy() - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- destroy() - Method in class org.apache.dubbo.common.cache.FileCacheStore
-
- destroy() - Method in class org.apache.dubbo.common.config.Environment
-
- destroy() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- destroy(String, Class<?>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- destroy(Class<?>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- destroy(ReferenceConfigBase<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- destroy() - Method in interface org.apache.dubbo.common.context.Lifecycle
-
Destroy the component
- destroy() - Method in class org.apache.dubbo.common.context.LifecycleAdapter
-
- destroy() - Method in class org.apache.dubbo.common.extension.ExtensionDirector
-
- destroy() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- destroy() - Method in class org.apache.dubbo.common.extension.inject.AdaptiveExtensionInjector
-
- destroy() - Method in class org.apache.dubbo.common.lang.ShutdownHookCallbacks
-
- destroy() - Method in interface org.apache.dubbo.common.Node
-
destroy.
- destroy() - Method in interface org.apache.dubbo.common.resource.Disposable
-
- destroy() - Method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- destroy() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
- destroy() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- destroy() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- destroy() - Static method in class org.apache.dubbo.common.utils.ClassLoaderResourceLoader
-
- destroy() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- destroy() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- destroy() - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- destroy() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- destroy() - Method in class org.apache.dubbo.rpc.model.ServiceRepository
-
- Destroyable - Interface in org.apache.dubbo.rpc.service
-
- destroyAll() - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- destroyAll() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- destroyAll() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Destroy all executors that are not in shutdown state
- destroyAll() - Static method in class org.apache.dubbo.rpc.model.FrameworkModel
-
Destroy all framework model instances, shutdown dubbo engine completely.
- determineInterfaceClass(String, String) - Static method in class org.apache.dubbo.config.ReferenceConfigBase
-
Determine the interface of the proxy class
- determineInterfaceClass(String, String, ClassLoader) - Static method in class org.apache.dubbo.config.ReferenceConfigBase
-
- DEVELOPMENT_ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
-
Development environment key.
- directory() - Method in class org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
-
- directory() - Method in class org.apache.dubbo.common.extension.DubboLoadingStrategy
-
- directory() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
-
- directory() - Method in class org.apache.dubbo.common.extension.ServicesLoadingStrategy
-
- directoryLock(FileLock) - Method in class org.apache.dubbo.common.cache.FileCacheStore.Builder
-
- DISABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- disableDetailProfiler() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
-
- DisableInject - Annotation Type in org.apache.dubbo.common.extension
-
- disableSimpleProfiler() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
-
- DiscardOldestPolicy<E> - Class in org.apache.dubbo.common.concurrent
-
A handler for rejected element that discards the oldest element.
- DiscardOldestPolicy() - Constructor for class org.apache.dubbo.common.concurrent.DiscardOldestPolicy
-
- DiscardPolicy<E> - Class in org.apache.dubbo.common.concurrent
-
A handler for rejected element that silently discards the rejected element.
- DiscardPolicy() - Constructor for class org.apache.dubbo.common.concurrent.DiscardPolicy
-
- dispatchThreadPoolExhaustedEvent(String) - Method in class org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
-
dispatch ThreadPoolExhaustedEvent
- Disposable - Interface in org.apache.dubbo.common.resource
-
An interface for destroying resources
- doCompile(Class<?>, ClassLoader, String, String) - Method in class org.apache.dubbo.common.compiler.support.JavassistCompiler
-
- doCompile(ClassLoader, String, String) - Method in class org.apache.dubbo.common.compiler.support.JdkCompiler
-
- doStart() - Static method in class org.apache.dubbo.common.utils.DubboAppender
-
- doStop() - Static method in class org.apache.dubbo.common.utils.DubboAppender
-
- DOT_COMPATIBLE_KEYS - Static variable in interface org.apache.dubbo.config.Constants
-
- DOT_REGEX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DOT_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- double2bytes(double) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- double2bytes(double, byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- double2bytes(double, byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- doubleValue() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- DUBBO - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO2_COMPACT_ENABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- Dubbo2ActivateUtils - Class in org.apache.dubbo.common.compact
-
- Dubbo2ActivateUtils() - Constructor for class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- Dubbo2CompactUtils - Class in org.apache.dubbo.common.compact
-
- Dubbo2CompactUtils() - Constructor for class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- Dubbo2GenericExceptionUtils - Class in org.apache.dubbo.common.compact
-
- Dubbo2GenericExceptionUtils() - Constructor for class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
-
- DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE - Static variable in interface org.apache.dubbo.config.ConfigKeys
-
Ignore duplicated interface (service/reference) config.
- DUBBO_CONFIG_IGNORE_INVALID_METHOD_CONFIG - Static variable in interface org.apache.dubbo.config.ConfigKeys
-
Ignore invalid method config.
- DUBBO_CONFIG_MODE - Static variable in interface org.apache.dubbo.config.ConfigKeys
-
Change dubbo config mode, available values from
ConfigMode.
- DUBBO_CONFIG_MODE - Static variable in class org.apache.dubbo.config.context.ConfigManager
-
- DUBBO_ENV_KEYS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_INTERNAL_APPLICATION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_IP_TO_BIND - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_IP_TO_REGISTRY - Static variable in interface org.apache.dubbo.config.Constants
-
- DUBBO_JSTACK_MAXLINE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
used in JVMUtil.java ,Control stack print lines, default is 32 lines
- DUBBO_LABELS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_MANUAL_REGISTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_METRICS_CONFIGCENTER_ENABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_MIGRATION_FILE_ENABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_MIGRATION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_MONITOR_ADDRESS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_NETWORK_IGNORED_INTERFACE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_PACKABLE_METHOD_FACTORY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_PORT_TO_BIND - Static variable in interface org.apache.dubbo.config.Constants
-
- DUBBO_PORT_TO_REGISTRY - Static variable in interface org.apache.dubbo.config.Constants
-
- DUBBO_PREFERRED_NETWORK_INTERFACE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_PROPERTIES_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUBBO_PUBLISH_INSTANCE_DEFAULT_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DUBBO_PUBLISH_INTERFACE_DEFAULT_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DUBBO_REGISTER_MODE_DEFAULT_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DUBBO_SCAN_BASE_PACKAGES - Static variable in interface org.apache.dubbo.config.ConfigKeys
-
The basePackages to scan , the multiple-value is delimited by comma
- DUBBO_VERSION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DubboAppender - Class in org.apache.dubbo.common.utils
-
- DubboAppender() - Constructor for class org.apache.dubbo.common.utils.DubboAppender
-
- DubboInternalLoadingStrategy - Class in org.apache.dubbo.common.extension
-
- DubboInternalLoadingStrategy() - Constructor for class org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
-
- DubboLoaderClassPath - Class in org.apache.dubbo.common.bytecode
-
Ensure javassist will load Dubbo's class from Dubbo's classLoader
- DubboLoaderClassPath() - Constructor for class org.apache.dubbo.common.bytecode.DubboLoaderClassPath
-
- DubboLoadingStrategy - Class in org.apache.dubbo.common.extension
-
- DubboLoadingStrategy() - Constructor for class org.apache.dubbo.common.extension.DubboLoadingStrategy
-
- DubboReference - Annotation Type in org.apache.dubbo.config.annotation
-
An annotation used for referencing a Dubbo service.
- DubboService - Annotation Type in org.apache.dubbo.config.annotation
-
Class-level annotation used for declaring Dubbo service.
- DubboServiceAddressURL - Class in org.apache.dubbo.common.url.component
-
- DubboServiceAddressURL(URLAddress, URLParam, URL, ServiceConfigURL) - Constructor for class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- DubboStub - Interface in org.apache.dubbo.rpc.model
-
Marker interface implemented by all stub.
- DUMP_DIRECTORY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DUMP_ENABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- DYNAMIC_CONFIGURATORS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DYNAMIC_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DYNAMIC_ROUTERS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- DynamicConfiguration - Interface in org.apache.dubbo.common.config.configcenter
-
Dynamic Configuration
From the use scenario internally inside framework, there are mainly three kinds of methods:
DynamicConfiguration.getProperties(String, String, long), get configuration file from Config Center at start up.
DynamicConfiguration.addListener(String, String, ConfigurationListener)/
DynamicConfiguration.removeListener(String, String, ConfigurationListener)
, add or remove listeners for governance rules or config items that need to watch.
Configuration.getProperty(String, Object), get a single config item.
DynamicConfiguration.getConfig(String, String, long), get the specified config
- DynamicConfigurationFactory - Interface in org.apache.dubbo.common.config.configcenter
-
- DynamicParamSource - Interface in org.apache.dubbo.common.url.component.param
-
- DynamicParamTable - Class in org.apache.dubbo.common.url.component.param
-
Global Param Cache Table
Not support method parameters
- DynamicValues - Class in org.apache.dubbo.common.url.component.param
-
- DynamicValues(String) - Constructor for class org.apache.dubbo.common.url.component.param.DynamicValues
-
- FAIL_BACK - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
-
When fails, record failure requests and schedule for retry on a regular interval.
- FAIL_FAST - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
-
Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.
- FAIL_OVER - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
-
When invoke fails, log the initial error and retry other invokers
(retry n times, which means at most n different invokers will be invoked)
- FAIL_SAFE - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
-
When invoke fails, log the error message and ignore this error by returning an empty Result.
- FailsafeErrorTypeAwareLogger - Class in org.apache.dubbo.common.logger.support
-
A fail-safe (ignoring exception thrown by logger) wrapper of error type aware logger.
- FailsafeErrorTypeAwareLogger(Logger) - Constructor for class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
-
- FailsafeLogger - Class in org.apache.dubbo.common.logger.support
-
- FailsafeLogger(Logger) - Constructor for class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- FastJson2Impl - Class in org.apache.dubbo.common.json.impl
-
- FastJson2Impl() - Constructor for class org.apache.dubbo.common.json.impl.FastJson2Impl
-
- FastJsonImpl - Class in org.apache.dubbo.common.json.impl
-
- FastJsonImpl() - Constructor for class org.apache.dubbo.common.json.impl.FastJsonImpl
-
- FieldUtils - Interface in org.apache.dubbo.common.utils
-
The utilities class for Java Reflection
Field
- FILE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- FileCacheStore - Class in org.apache.dubbo.common.cache
-
Local file interaction class that can back different caches.
- FileCacheStore.Builder - Class in org.apache.dubbo.common.cache
-
- FileCacheStoreFactory - Class in org.apache.dubbo.common.cache
-
ClassLoader Level static share.
- FileSystemDynamicConfiguration - Class in org.apache.dubbo.common.config.configcenter.file
-
- FileSystemDynamicConfiguration() - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(File) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(File, String) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(File, String, String) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(File, String, String, int) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(File, String, String, int, long) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(File, String, String, int, long, ScopeModel) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfiguration(URL) - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- FileSystemDynamicConfigurationFactory - Class in org.apache.dubbo.common.config.configcenter.file
-
- FileSystemDynamicConfigurationFactory() - Constructor for class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfigurationFactory
-
- filter(S, Predicate<T>) - Static method in interface org.apache.dubbo.common.function.Streams
-
- FILTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- filterAll(S, Predicate<T>...) - Static method in interface org.apache.dubbo.common.function.Streams
-
- filterAny(S, Predicate<T>...) - Static method in interface org.apache.dubbo.common.function.Streams
-
- FilterConstants - Interface in org.apache.dubbo.common.constants
-
- filterDefaultValues(Class<? extends Annotation>, Map<String, Object>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Filter default value of Annotation type
- filterDefaultValues(Annotation, Map<String, Object>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Filter default value of Annotation type
- filterFirst(Iterable<T>, Predicate<T>...) - Static method in interface org.apache.dubbo.common.function.Streams
-
- filterList(S, Predicate<T>) - Static method in interface org.apache.dubbo.common.function.Streams
-
- filterLocalHost(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- filterSet(S, Predicate<T>) - Static method in interface org.apache.dubbo.common.function.Streams
-
- filterStream(S, Predicate<T>) - Static method in interface org.apache.dubbo.common.function.Streams
-
- find(String) - Method in class org.apache.dubbo.common.bytecode.DubboLoaderClassPath
-
- find(Class<?>, Class<?>) - Static method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
- findActualTypeArgument(Type, Class<?>, int) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- findActualTypeArguments(Type, Class<?>) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- findAnnotation(AnnotatedElement, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the annotation that is annotated on the specified element may be a meta-annotation
- findAnnotation(AnnotatedElement, Class<A>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the annotation that is annotated on the specified element may be a meta-annotation
- findConstructor(Class<?>, Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- findField(Class<?>, String) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Find the
Field by the name in the specified class and its inherited types
- findField(Object, String) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Find the
Field by the name in the specified class and its inherited types
- findHierarchicalTypes(Class<?>, Class<T>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Find the hierarchical types from the source
class by specified
type.
- findLevel(Level) - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- findLevelWithThreadName(Level, String) - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- findMessage(String) - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- findMessage(Level, String) - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- findMetaAnnotation(AnnotatedElement, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the meta annotation from the annotated element by meta annotation type
- findMetaAnnotation(Class<? extends Annotation>, Class<A>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the meta annotation from the annotation type by meta annotation type
- findMetaAnnotation(AnnotatedElement, Class<A>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the meta annotation from the annotated element by meta annotation type
- findMetaAnnotations(Class<? extends Annotation>, Class<A>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the meta annotations from the the
annotation type by meta annotation type
- findMetaAnnotations(AnnotatedElement, Class<A>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the meta annotations from the the the annotated element by meta annotation type
- findMethod(Class, String) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Find the
Method by the the specified type and method name without the parameter types
- findMethod(Class, String, Class<?>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Find the
Method by the the specified type, method name and parameter types
- findMethodByMethodName(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- findMethodByMethodSignature(Class<?>, String, String[]) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- findName(String) - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- findNearestOverriddenMethod(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Find the nearest overridden
method from the inherited class
- findNetworkInterface() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- findOverriddenMethod(Method, Class<?>) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Find the overridden
method from the declaring class
- findParameterizedTypes(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- findThread(String) - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- first(Collection<T>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Take the first element from the specified collection
- FixedParamValue - Class in org.apache.dubbo.common.url.component.param
-
In lower case
- FixedParamValue(String...) - Constructor for class org.apache.dubbo.common.url.component.param.FixedParamValue
-
- FixedThreadPool - Class in org.apache.dubbo.common.threadpool.support.fixed
-
Creates a thread pool that reuses a fixed number of threads
- FixedThreadPool() - Constructor for class org.apache.dubbo.common.threadpool.support.fixed.FixedThreadPool
-
- flip(Map<K, V>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
- float2bytes(float) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- float2bytes(float, byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- float2bytes(float, byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- floatValue() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- flush() - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
-
- FORKING - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
-
Invoke a specific number of invokers concurrently, usually used for demanding real-time operations, but need to waste more service resources.
- FORKS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- formatType(String) - Static method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
Format the
String presenting Java type
- formatTypes(String[]) - Static method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
Format the
String array presenting Java types
- forName(String[], String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- forName(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- forName(String) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
Same as Class.forName(), except that it works for primitive
types.
- forName(String, ClassLoader) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
Replacement for Class.forName() that also returns Class
instances for primitives (like "int") and array class names (like
"String[]").
- forName(String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Same as Class.forName(), except that it works for primitive
types.
- forName(String, ClassLoader) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Replacement for Class.forName() that also returns Class
instances for primitives (like "int") and array class names (like
"String[]").
- forName(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- forName(ClassLoader, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- forNameWithCallerClassLoader(String, Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- forNameWithCallerClassLoader(String, Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- forNameWithThreadContextClassLoader(String) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- forNameWithThreadContextClassLoader(String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- FrameworkExecutorRepository - Class in org.apache.dubbo.common.threadpool.manager
-
- FrameworkExecutorRepository() - Constructor for class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- FrameworkModel - Class in org.apache.dubbo.rpc.model
-
Model of dubbo framework, it can be shared with multiple applications.
- FrameworkModel() - Constructor for class org.apache.dubbo.rpc.model.FrameworkModel
-
Use FrameworkModel#newModel() to create a new model
- FrameworkServiceRepository - Class in org.apache.dubbo.rpc.model
-
Service repository for framework
- FrameworkServiceRepository(FrameworkModel) - Constructor for class org.apache.dubbo.rpc.model.FrameworkServiceRepository
-
- FrameworkStatusReporter - Interface in org.apache.dubbo.common.status.reporter
-
- FrameworkStatusReportService - Class in org.apache.dubbo.common.status.reporter
-
- FrameworkStatusReportService() - Constructor for class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- from(URL) - Static method in class org.apache.dubbo.common.URLBuilder
-
- fromJson(String, Type) - Static method in class org.apache.dubbo.common.json.GsonUtils
-
- FullServiceDefinition - Class in org.apache.dubbo.metadata.definition.model
-
2018/10/25
- FullServiceDefinition() - Constructor for class org.apache.dubbo.metadata.definition.model.FullServiceDefinition
-
- generalize(Object[]) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- generalize(Object) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- generate() - Method in class org.apache.dubbo.common.extension.AdaptiveClassCodeGenerator
-
generate and return class code
- generate(boolean) - Method in class org.apache.dubbo.common.extension.AdaptiveClassCodeGenerator
-
generate and return class code
- generateServiceKey() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- GENERIC_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_PARAMETER_DESC - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_RAW_RETURN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_SERIALIZATION_BEAN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_SERIALIZATION_DEFAULT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_SERIALIZATION_GSON - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_SERIALIZATION_NATIVE_JAVA - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_SERIALIZATION_PROTOBUF - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GENERIC_WITH_CLZ_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GenericException - Exception in org.apache.dubbo.rpc.service
-
GenericException
- GenericException() - Constructor for exception org.apache.dubbo.rpc.service.GenericException
-
- GenericException(String) - Constructor for exception org.apache.dubbo.rpc.service.GenericException
-
- GenericException(String, String) - Constructor for exception org.apache.dubbo.rpc.service.GenericException
-
- GenericException(Throwable) - Constructor for exception org.apache.dubbo.rpc.service.GenericException
-
- GenericException(String, Throwable, String, String) - Constructor for exception org.apache.dubbo.rpc.service.GenericException
-
- GenericService - Interface in org.apache.dubbo.rpc.service
-
Generic service interface
- genericService() - Static method in class org.apache.dubbo.rpc.service.ServiceDescriptorInternalCache
-
- GenericServiceDetector - Class in org.apache.dubbo.rpc.service
-
- GenericServiceDetector() - Constructor for class org.apache.dubbo.rpc.service.GenericServiceDetector
-
- get() - Method in class org.apache.dubbo.common.concurrent.CallableSafeInitializer
-
Get (and initialize, if not initialized yet) the required object
- get(ScopeModel, String, int) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- get(String, int) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- get(ReferenceConfigBase<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- get(ReferenceConfigBase<T>, boolean) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- get(String, Class<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- get(String) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- get(Class<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- get(String) - Method in interface org.apache.dubbo.common.store.DataStore
-
return a snapshot value of componentName
- get(String, String) - Method in interface org.apache.dubbo.common.store.DataStore
-
- get(String) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
-
- get(String, String) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
-
- get() - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Returns the current value for the current thread
- get() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- get(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- get() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- get() - Method in class org.apache.dubbo.common.utils.CacheableSupplier
-
- get() - Method in class org.apache.dubbo.common.utils.Holder
-
- get(K) - Method in class org.apache.dubbo.common.utils.LFUCache
-
- get(Object) - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- get(Object) - Method in class org.apache.dubbo.common.utils.LRUCache
-
- get(int) - Method in class org.apache.dubbo.common.utils.Stack
-
get.
- get(boolean) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- get() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getAbsolutePath() - Method in class org.apache.dubbo.common.URL
-
- getAccepts() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getAccepts() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getAccepts() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getAccesslog() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getAccesslog() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getActivateClass() - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getActivateExtension(URL, String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
This is equivalent to getActivateExtension(url, key, null)
- getActivateExtension(URL, String[]) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
This is equivalent to getActivateExtension(url, values, null)
- getActivateExtension(URL, String, String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
This is equivalent to getActivateExtension(url, url.getParameter(key).split(","), null)
- getActivateExtension(URL, String[], String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Get activate extensions.
- getActivateExtensions() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getActives() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getAdaptiveExtension(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
-
- getAdaptiveExtension() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getAddress() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- getAddress() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getAddress() - Method in class org.apache.dubbo.common.URL
-
- getAddress() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getAddress() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getAddress() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getAddress() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getAfter(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getAggregation() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getAlive() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getAlive() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getAll(Class<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
-
- getAllApplicationModels() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
-
Get all application models including the internal application model.
- getAllDeclaredAnnotations(AnnotatedElement, Predicate<Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get all directly declared annotations of the the annotated element, not including
meta annotations.
- getAllDeclaredAnnotations(Class<?>, Predicate<Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get all directly declared annotations of the specified type and its' all hierarchical types, not including
meta annotations.
- getAllDeclaredMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all declared
methods of the declared class, including the inherited methods.
- getAllFieldNames(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Get all field names of target type
- getAllGenericInterfaces(Type, Predicate<ParameterizedType>...) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- getAllGenericSuperClasses(Type, Predicate<ParameterizedType>...) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- getAllGenericTypes(Type, Predicate<ParameterizedType>...) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
Get all generic types(including super classes and interfaces) that are assignable from
ParameterizedType interface
- getAllInheritedTypes(Class<?>, Predicate<Class<?>>...) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Get all inherited types from the specified type
- getAllInstances() - Static method in class org.apache.dubbo.rpc.model.FrameworkModel
-
Get all framework model instances
- getAllInterfaces(Class<?>, Predicate<Class<?>>...) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Get all interfaces from the specified type
- getAllMetaAnnotations(Class<? extends Annotation>, Predicate<Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get all meta annotations from the specified
annotation type
- getAllMethodModels() - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
Return all method models for the current service
- getAllMethodModels() - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getAllMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all public
methods of the declared class, including the inherited methods.
- getAllMethods() - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- getAllMethods() - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
- getAllMethods() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
Return all method models for the current service
- getAllMethods() - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
- getAllParameters() - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
The returned parameters is imprecise regarding override priorities of consumer url and provider url.
- getAllParameters() - Method in class org.apache.dubbo.common.URL
-
- getAllServices() - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- getAllSuperClasses(Class<?>, Predicate<Class<?>>...) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Get all super classes from the specified type
- getAndAdd(int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- getAndDecrement() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- getAndIncrement() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- getAndRemove() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- getAndSet(int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- getAnnotation(AnnotatedElement, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
- getAnnotations() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- getAnnotations() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- getAnyMethodParameter(String) - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getAnyMethodParameter(String) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getAnyMethodParameter(String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Get any method related parameter which match key
- getAnyMethodParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getAppConfigFile() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getAppConfigMap() - Method in class org.apache.dubbo.common.config.Environment
-
- getAppConfigMap() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getAppConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getAppConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getAppExternalConfigMap() - Method in class org.apache.dubbo.common.config.Environment
-
- getAppExternalConfigMap() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getAppExternalConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getAppExternalConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getAppExternalConfiguration() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getApplication() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getApplication(String) - Method in class org.apache.dubbo.common.URL
-
- getApplication() - Method in class org.apache.dubbo.common.URL
-
- getApplication() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
Always use the global ApplicationConfig
- getApplication() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getApplication() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getApplication() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getApplicationConfig() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getApplicationConfigManager() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getApplicationConfigManager() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getApplicationExecutorRepository() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getApplicationModel() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
- getApplicationModel() - Method in class org.apache.dubbo.common.URL
-
- getApplicationModel() - Method in class org.apache.dubbo.config.AbstractConfig
-
- getApplicationModel() - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- getApplicationModel() - Method in interface org.apache.dubbo.rpc.model.ScopeModelAccessor
-
- getApplicationModel() - Method in class org.apache.dubbo.rpc.model.ScopeModelAwareExtensionProcessor
-
- getApplicationModel(ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getApplicationModels() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
-
Get all application models except for the internal application model.
- getApplicationName() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getApplicationOrElseThrow() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getApplicationServiceRepository() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getApps() - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
- getArchitecture() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getArguments() - Method in class org.apache.dubbo.config.MethodConfig
-
- getAsyncInfo(String) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
- getAttachments() - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getAttribute(String) - Method in interface org.apache.dubbo.common.infra.InfraAdapter
-
- getAttribute(String) - Method in class org.apache.dubbo.common.infra.support.EnvironmentAdapter
-
- getAttribute(String) - Method in class org.apache.dubbo.common.URL
-
- getAttribute(String, Object) - Method in class org.apache.dubbo.common.URL
-
- getAttribute(Annotation, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
- getAttribute(String) - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- getAttribute(String) - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getAttribute(String) - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getAttribute(String, Class<T>) - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getAttribute(String) - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getAttribute(String) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getAttribute(String) - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getAttributeMap() - Method in class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- getAttributeMap() - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getAttributes() - Method in class org.apache.dubbo.common.URL
-
- getAttributes(Annotation, boolean) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get attributes of annotation
- getAttributes() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getAuth() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getAuthority() - Method in class org.apache.dubbo.common.URL
-
refer to https://datatracker.ietf.org/doc/html/rfc3986
- getAuthPolicy() - Method in class org.apache.dubbo.common.ssl.ProviderCert
-
- getAutoTrustSerializeClass() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getAvailableAdapter() - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get the available adapter names
- getAvailablePort() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getAvailablePort(int) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getBackground() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getBackupAddress() - Method in class org.apache.dubbo.common.URL
-
- getBackupAddress(int) - Method in class org.apache.dubbo.common.URL
-
- getBackupUrls() - Method in class org.apache.dubbo.common.URL
-
- getBaggage() - Method in class org.apache.dubbo.config.TracingConfig
-
- getBaseUrl() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- getBean(Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getBean(String, Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getBeanFactory() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getBeanPropertyFields(Class) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getBeanPropertyReadMethods(Class) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getBeansOfType(Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getBefore(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getBizProfiler() - Static method in class org.apache.dubbo.common.profiler.Profiler
-
- getBoolean(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getBoolean(String, boolean) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getBoolean(String, Boolean) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getBooleanParameter(String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getBooleanParameter(String, boolean) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getBooleanParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getBooleanParameter(String, boolean) - Method in class org.apache.dubbo.common.URL
-
- getBoxedClass(Class<?>) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- getBoxedClass(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getBroadcastAddress() - Method in class org.apache.dubbo.common.utils.CIDRUtils
-
- getBucketNum() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getBucketsMs() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getBuffer() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getBuffer() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getCaAddress() - Method in class org.apache.dubbo.config.SslConfig
-
- getCaCertPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getCache() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getCachedDynamicProperty(ScopeModel, String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getCachedDynamicProperty(String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getCacheRefreshingScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getCacheRefreshingScheduledExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getCacheRefreshingScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Scheduler used to refresh file based caches from memory to disk.
- getCallbacks() - Method in class org.apache.dubbo.common.lang.ShutdownHookCallbacks
-
- getCallbacks() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getCallerClassLoader(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- getCallerClassLoader(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- getCanonicalName() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- getCanonicalNameForParameterizedType(ParameterizedType) - Static method in class org.apache.dubbo.metadata.definition.util.ClassUtils
-
- getCapacity() - Method in class org.apache.dubbo.common.utils.LFUCache
-
- getCategory() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getCategory(String) - Method in class org.apache.dubbo.common.URL
-
- getCategory(String[]) - Method in class org.apache.dubbo.common.URL
-
- getCategory() - Method in class org.apache.dubbo.common.URL
-
- getChangeType() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
-
- getCharset() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getCharset() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getCheckReferenceTimeout() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getCheckSerializable() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getClassGenerics(Class<?>, Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectionUtils
-
Returns a list of distinct
Class objects representing the generics of the given class that implement the
given interface.
- getClassLoader(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
get class loader
- getClassLoader() - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
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.
- getClassLoader(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
get class loader
- getClassLoader() - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
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.
- getClassLoader() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getClassLoaders() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getClassName() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- getClassName() - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- getClassName() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getClassName(Type) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- getClassNameProperty() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- getClassNames(Iterable<? extends Type>) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- getClassPool(ClassLoader) - Static method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- getClassPool() - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- getClassToCreate() - Method in class org.apache.dubbo.common.bytecode.Proxy
-
- getClient() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getClient() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getClient() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getClient() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getClientKeyCertChainPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getClientKeyCertChainPathStream() - Method in class org.apache.dubbo.config.SslConfig
-
- getClientKeyPassword() - Method in class org.apache.dubbo.config.SslConfig
-
- getClientPrivateKeyPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getClientPrivateKeyPathStream() - Method in class org.apache.dubbo.config.SslConfig
-
- getClientTrustCertCollectionPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getClientTrustCertCollectionPathStream() - Method in class org.apache.dubbo.config.SslConfig
-
- getCluster() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getCluster() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getCluster() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getCluster() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getCodeBase(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getCodec() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getCodec() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getCodeSource() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- getCodeSource(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.util.ClassUtils
-
Get the code source file or class path of the Class passed in.
- getCollectorSyncPeriod() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getColonSeparatedKey() - Method in class org.apache.dubbo.common.URL
-
The format is "{interface}:[version]:[group]"
- getCompatibleParamSignatures() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
duplicate filed as paramDesc, but with different format.
- getCompatibleParamSignatures() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getCompatibleParamSignatures() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getCompiler() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getCompressionMethod() - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- getConcatenatedParameter(String) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getConcatenatedParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getConfig(String, String, long) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- getConfig(String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
- getConfig(String, String, long) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Get the configuration mapped to the given key and the given group.
- getConfig(String, String, long) - Method in class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- getConfig(String, String, long) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- getConfig(Class<T>, String) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
Get config instance by id or by name
- getConfig(Class<T>, String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConfig() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
Deprecated.
- getConfigCenter() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getConfigCenter(String) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getConfigCenter(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConfigCenters() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getConfigCenters() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConfigFile() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getConfigGroups() - Method in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- getConfigItem(String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
get configItem which contains content and stat info.
- getConfigManager() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getConfigManager() - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- getConfigMode() - Method in class org.apache.dubbo.config.AbstractConfig
-
- getConfigMode() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getConfigs(Class<C>) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- getConfigs(Class<C>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConfigsMap(Class<C>) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- getConfigsMap(Class<C>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
There are two ways to get configuration during exposure / reference or at runtime:
1.
- getConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getConfigurationMaps(AbstractConfig, String) - Method in class org.apache.dubbo.common.config.Environment
-
Get configuration map list for target instance
- getConfigurationMaps() - Method in class org.apache.dubbo.common.config.Environment
-
Get global configuration as map list
- getConfigurationMaps(AbstractConfig, String) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getConnections() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getConnectivityScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getConnectivityScheduledExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getConnectivityScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Scheduled executor handle connectivity check task
- getConnectTimeout() - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
-
- getConstructorArg(Class<?>) - Static method in class org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
-
- getConstructors() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getConsumer(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConsumer() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getConsumerConnectionConfig(URL) - Method in class org.apache.dubbo.common.ssl.CertManager
-
- getConsumerConnectionConfig(URL) - Method in interface org.apache.dubbo.common.ssl.CertProvider
-
- getConsumerConnectionConfig(URL) - Method in class org.apache.dubbo.common.ssl.impl.SSLConfigCertProvider
-
- getConsumerModel(String) - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getConsumers() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getConsumerURL() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getContent() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
-
- getContent() - Method in class org.apache.dubbo.common.config.configcenter.ConfigItem
-
- getContextpath() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getContextpath() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getContextPath(ProtocolConfig) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getConverter(Class<?>, Class<?>) - Method in class org.apache.dubbo.common.convert.ConverterUtil
-
Get the Converter instance from
ExtensionLoader with the specified source and target type
- getCorethreads() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getCorethreads() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getCorrelation() - Method in class org.apache.dubbo.config.nested.BaggageConfig
-
- getCurrentAdapter() - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get the current adapter name
- getCurrentConfig() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getCurrentMemory() - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
-
- getCurrentMemory() - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- getCurrentRemainMemory() - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
-
- getCurrentRemainMemory() - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- getCycleReport() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getData() - Method in class org.apache.dubbo.common.utils.DefaultPage
-
- getData() - Method in interface org.apache.dubbo.common.utils.Page
-
The data of current page
- getDataSize() - Method in interface org.apache.dubbo.common.utils.Page
-
- getDeclaredAnnotations(AnnotatedElement, Predicate<Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get annotations that are directly present on this element.
- getDeclaredField(Class<?>, String) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
- getDeclaredMethodNames() - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
get method name array.
- getDeclaredMethodNames(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
get method name array.
- getDeclaredMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all declared
methods of the declared class, excluding the inherited methods
- getDecodedParameter(String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getDecodedParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getDefaultConfigCenter() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getDefaultConfigCenter() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getDefaultConfigs(Class<C>) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- getDefaultConfigs(Class<C>) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getDefaultConfigs(Class<C>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getDefaultConsumer() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
Only allows one default ConsumerConfig
- getDefaultExtension(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
-
- getDefaultExtension() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Return default extension, return null if it's not configured.
- getDefaultExtensionName() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Return default extension name, return null if not configured.
- getDefaultGroup() - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- getDefaultGroup() - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Get the default group for the operations
- getDefaultGroup() - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getDefaultMetadataConfigs() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getDefaultMetadataConfigs() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getDefaultModule() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getDefaultProtocols() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getDefaultProtocols() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getDefaultProvider() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
Only allows one default ProviderConfig
- getDefaultRegistries() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getDefaultRegistries() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getDefaultTimeout() - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- getDefaultTimeout() - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Get the default timeout for the operations in milliseconds
- getDefaultValue(Annotation, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get the default value of attribute on the specified annotation
- getDefaultValue(Class<? extends Annotation>, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get the default value of attribute on the specified annotation
- getDelay() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getDelay() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getDeployer() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getDeployer() - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- getDeprecated() - Method in class org.apache.dubbo.config.MethodConfig
-
- getDesc(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(Class<?>[]) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get class array desc.
- getDesc(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(Constructor<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get constructor desc.
- getDesc(CtClass) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(CtMethod) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(CtConstructor) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get constructor desc.
- getDesc() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getDescArray(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getDescription() - Method in class org.apache.dubbo.common.status.Status
-
- getDescWithoutMethodName(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDescWithoutMethodName(CtMethod) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDestroyRunner() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getDispatcher() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getDispatcher() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getDispather() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getDispather() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getDisplayServiceKey() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
Format : interface:version
- getDisplayServiceKey() - Method in class org.apache.dubbo.common.URL
-
Format : interface:version
- getDistributionStatisticExpiryMin() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getDocument() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getDumpDirectory() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getDumpEnable() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getDynamicConfiguration(URL) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory
-
- getDynamicConfiguration(URL) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfigurationFactory
-
- getDynamicConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getDynamicConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getDynamicConfigurationFactory(ExtensionAccessor, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getDynamicGlobalConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getDynamicGlobalConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getDynamicGlobalConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getDynamicGlobalConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getDynamicProperty(ScopeModel, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getDynamicProperty(ScopeModel, String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getDynamicProperty(String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getDynamicProperty(String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getEchoServiceClass() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- getEmptyObject(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getEmptyUrl(String, String) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- getEnableCollectorSync() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEnabled() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getEnabled() - Method in class org.apache.dubbo.config.nested.BaggageConfig
-
- getEnabled() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getEnabled() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
-
- getEnabled() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- getEnabled() - Method in class org.apache.dubbo.config.TracingConfig
-
- getEnabledPercentiles() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getEnableEmptyProtection() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getEnableEmptyProtection() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getEnableFileCache() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getEnableHttpServiceDiscovery() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
-
- getEnableJvm() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEnableMetadata() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEnableMetricsInit() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEnableQps() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getEnableRegistry() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEnableRequest() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getEnableRpc() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEnableRt() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getEnableRtPxx() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getEnableThreadpool() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getEncoding() - Method in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- getEndpoint() - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- getEndpoint() - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
-
- getEndTime() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getEnumPropertyName() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- getEnums() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- getEnvConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Used to get properties from the os environment
- getEnvConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getEnvironment() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getEnvironment() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getEnvironmentConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getEnvironmentConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getEnvType() - Method in class org.apache.dubbo.config.SslConfig
-
- getError() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- getError() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- getErrorTypeAwareLogger(Class<?>) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get error type aware logger by Class object.
- getErrorTypeAwareLogger(String) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get error type aware logger by a String key.
- getExceptionClass() - Method in exception org.apache.dubbo.rpc.service.GenericException
-
- getExceptionMessage() - Method in exception org.apache.dubbo.rpc.service.GenericException
-
- getExchanger() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getExchanger() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getExecutes() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getExecutes() - Method in class org.apache.dubbo.config.MethodConfig
-
- getExecutor(URL) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getExecutor(ServiceModel, URL) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getExecutor(URL) - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Be careful,The semantics of this method are getOrDefaultExecutor
- getExecutor(ServiceModel, URL) - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getExecutor(URL) - Method in class org.apache.dubbo.common.threadpool.support.cached.CachedThreadPool
-
- getExecutor(URL) - Method in class org.apache.dubbo.common.threadpool.support.eager.EagerThreadPool
-
- getExecutor(URL) - Method in class org.apache.dubbo.common.threadpool.support.fixed.FixedThreadPool
-
- getExecutor(URL) - Method in class org.apache.dubbo.common.threadpool.support.limited.LimitedThreadPool
-
- getExecutor(URL) - Method in interface org.apache.dubbo.common.threadpool.ThreadPool
-
Thread pool
- getExecutor() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getExecutor(Object) - Method in class org.apache.dubbo.rpc.executor.AbstractIsolationExecutorSupport
-
- getExecutor(Object) - Method in class org.apache.dubbo.rpc.executor.DefaultExecutorSupport
-
- getExecutor(Object) - Method in interface org.apache.dubbo.rpc.executor.ExecutorSupport
-
- getExecutorManagementMode() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getExecutorRepository() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getExecutorService() - Method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- getExecutorSupport(URL) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getExecutorSupport(URL) - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getExecutorSupport(URL) - Method in class org.apache.dubbo.common.threadpool.manager.IsolationExecutorRepository
-
- getExport() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getExport() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getExportAsync() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
Deprecated.
- getExportAsync() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getExportBackground() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getExportedServices() - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- getExportedUrls() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getExporter() - Method in class org.apache.dubbo.config.nested.PrometheusConfig
-
- getExportMetricsService() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getExportServicePort() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getExportServiceProtocol() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getExportThreadNum() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getExportThreadNum() - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- getExtension(Class<T>, String) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
-
- getExtension(Class<T>, String) - Method in interface org.apache.dubbo.common.extension.ExtensionFactory
-
Deprecated.
Get extension.
- getExtension(String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Find the extension with the given name.
- getExtension(String, boolean) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getExtension(Class<T>, String) - Method in class org.apache.dubbo.common.Parameters
-
- getExtension(Class<T>, String, String) - Method in class org.apache.dubbo.common.Parameters
-
- getExtension() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getExtensionDirector() - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
-
- getExtensionDirector() - Method in class org.apache.dubbo.common.extension.ExtensionDirector
-
- getExtensionDirector() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getExtensionLoader(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
-
- getExtensionLoader(Class<T>) - Method in class org.apache.dubbo.common.extension.ExtensionDirector
-
- getExtensionLoader(Class<T>) - Static method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getExtensionLoader(Class<T>, ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getExtensionName(T) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getExtensionName(Class<?>) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getExtensionPostProcessors() - Method in class org.apache.dubbo.common.extension.ExtensionDirector
-
- getExternalConfigMap() - Method in class org.apache.dubbo.common.config.Environment
-
- getExternalConfigMap() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getExternalConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getExternalConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getExternalConfiguration() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getExtProtocol() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getExtraAttributes(Map<String, String>) - Method in interface org.apache.dubbo.common.infra.InfraAdapter
-
get extra attributes
- getExtraAttributes(Map<String, String>) - Method in class org.apache.dubbo.common.infra.support.EnvironmentAdapter
-
1.
- getExtraKeys() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getField(Object, String) - Static method in class org.apache.dubbo.common.utils.ReflectionUtils
-
Retrieves the value of the specified field from the given object.
- getFields() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getFields() - Method in class org.apache.dubbo.config.nested.BaggageConfig.Correlation
-
- getFieldValue(Object, String) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Get the value of the specified
Field
- getFieldValue(Object, Field) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Get the value of the specified
Field
- getFieldValue(Object, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getFile() - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getFile() - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getFile() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getFile() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- getFile() - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Get the current logging file
- getFile() - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get the current logging file
- getFile() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getFile() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getFile() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getFilter() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getFilter() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getFilter() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getFirst() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getForks() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getFrameworkModel() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getFrameworkModel() - Method in interface org.apache.dubbo.rpc.model.ScopeModelAccessor
-
- getFrameworkModel() - Method in class org.apache.dubbo.rpc.model.ScopeModelAwareExtensionProcessor
-
- getFrameworkModel(ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getFullServiceDefinition(String) - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- getFullServiceDefinition(String) - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
- getFullServiceDefinition(String) - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
- getGeneric() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getGeneric() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getGenericClass(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getGenericClass(Class<?>, int) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getGenericExceptionClass() - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
-
- getGenericParameterTypes() - Method in class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- getGenericServiceClass() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- getGenericTypes(Type, Predicate<ParameterizedType>...) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
Get the specified types' generic types(including super classes and interfaces) that are assignable from
ParameterizedType interface
- getGlobalConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Used to get a composite property value.
- getGlobalConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getGlobalExecutorService() - Static method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- getGlobalReusedDisposables() - Static method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- getGroup() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- getGroup(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getGroup() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
-
- getGroup() - Method in class org.apache.dubbo.common.ServiceKey
-
- getGroup() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getGroup() - Method in class org.apache.dubbo.common.URL
-
- getGroup(String) - Method in class org.apache.dubbo.common.URL
-
- getGroup(AbstractInterfaceConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getGroup() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getGroup() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getGroup() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getGroup() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getGroup() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getGroup() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getGroup() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getGroup() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getHeaders() - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- getHeartbeat() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getHistogram() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getHost() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getHost() - Method in class org.apache.dubbo.common.URL
-
- getHost() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getHost() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getHostName(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getHostname() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getHttpServiceDiscoveryUrl() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
-
- getId() - Method in class org.apache.dubbo.config.AbstractConfig
-
- getId() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getIfSet() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- getImports() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getIndex(String) - Method in class org.apache.dubbo.common.url.component.param.DynamicValues
-
- getIndex(String) - Method in class org.apache.dubbo.common.url.component.param.FixedParamValue
-
- getIndex(String) - Method in interface org.apache.dubbo.common.url.component.param.ParamValue
-
max index is 2^31 - 1
- getIndex() - Method in class org.apache.dubbo.config.ArgumentConfig
-
- getInitCode(Class<?>) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- getInnerConfigurations() - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- getInstance(Class<T>, String) - Method in class org.apache.dubbo.common.beans.ScopeBeanExtensionInjector
-
- getInstance(String, String) - Static method in class org.apache.dubbo.common.cache.FileCacheStoreFactory
-
- getInstance(String, String, boolean) - Static method in class org.apache.dubbo.common.cache.FileCacheStoreFactory
-
- getInstance(Class<T>, String) - Method in interface org.apache.dubbo.common.extension.ExtensionFactory
-
Deprecated.
- getInstance(Class<T>, String) - Method in interface org.apache.dubbo.common.extension.ExtensionInjector
-
Get instance of specify type and name.
- getInstance(Class<T>, String) - Method in class org.apache.dubbo.common.extension.inject.AdaptiveExtensionInjector
-
- getInstance(Class<T>, String) - Method in class org.apache.dubbo.common.extension.inject.SpiExtensionInjector
-
- getInstance() - Static method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- getInstance(ApplicationModel) - Static method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getInstance() - Static method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
-
- getInt(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getInt(String, int) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getInteger(String, Integer) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getInterface() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getInterfaceClass() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
Get proxy interface class of this reference.
- getInterfaceClass() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getInterfaceClassLoader() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getInterfaceClassLoader() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getInterfaceName() - Method in class org.apache.dubbo.common.ServiceKey
-
- getInterfaceName() - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- getInterfaceName() - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
- getInterfaceName() - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
- getInterfaces() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getInternalApplicationModel() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
-
- getInternalId() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getInternalModule() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.CompositeConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- getInternalProperty(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.EnvironmentConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.InmemoryConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.PrefixedConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.common.config.SystemConfiguration
-
- getInternalProperty(String) - Method in class org.apache.dubbo.config.context.ConfigConfigurationAdapter
-
- getInternalServiceExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- getInterval() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getIntParameter(String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getIntParameter(String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getIntParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getIntParameter(String, int) - Method in class org.apache.dubbo.common.URL
-
- getIntVersion(String) - Static method in class org.apache.dubbo.common.Version
-
- getIothreads() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getIothreads() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getIp() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
Fetch IP address for this URL.
- getIp() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getIp() - Method in class org.apache.dubbo.common.URL
-
- getIpByConfig(ScopeModel) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getIpByHost(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getIsolationExecutorSupport(URL) - Static method in interface org.apache.dubbo.rpc.executor.IsolationExecutorSupportFactory
-
- getItems() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- getJob() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- getKeepAlive() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getKey() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
-
- getKey(int) - Static method in class org.apache.dubbo.common.url.component.param.DynamicParamTable
-
- getKey() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
-
- getKeyCertChain() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getKeyCertChainInputStream() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getKeyIndex(boolean, String) - Static method in class org.apache.dubbo.common.url.component.param.DynamicParamTable
-
- getLastCommitId() - Static method in class org.apache.dubbo.common.Version
-
- getLastInvokeTime() - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getLayer() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getLazy() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getLegalIP(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getLevel() - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLevel() - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLevel() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLevel() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- getLevel() - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Get the current logging level
- getLevel() - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get logging level
- getLevel(Logger) - Static method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- getLevel() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- getLevel() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLevel() - Method in class org.apache.dubbo.common.status.Status
-
- getList(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
- getList(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getList(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getListener() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getListener() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getListener() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getListOfObjects(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets a list from an object for the given key, and verifies all entries are objects.
- getListOfObjects(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getListOfObjects(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getListOfStrings(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets a list from an object for the given key, and verifies all entries are strings.
- getListOfStrings(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getListOfStrings(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getLivenessProbe() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getLoadbalance() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getLoadedExtension(String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Get extension's instance.
- getLoadedExtensionInstances() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getLoadedExtensions() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Return the list of extensions which are already loaded.
- getLoadingStrategies() - Static method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getLocal() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getLocalAddress() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
Find first valid IP from local network card
- getLocalAddressV6() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getLocalHost() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getLocalHostName() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getLocalHostV6() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getLocalMigrationRule() - Method in class org.apache.dubbo.common.config.Environment
-
- getLocalMigrationRule() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getLocalSocketAddress(String, int) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getLogger(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLogger(Class<?>) - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLogger(Class<?>) - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLogger(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLogger() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- getLogger(Class<?>) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLogger(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLogger(Class<?>) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- getLogger(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- getLogger(Class<?>) - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Get a logger
- getLogger(String) - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Get a logger
- getLogger(Class<?>) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get logger provider
- getLogger(String) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get logger provider
- getLogger(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLogger(Class<?>) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLogger() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- getLogger() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getLogLevel() - Method in class org.apache.dubbo.common.utils.Log
-
- getLogMessage() - Method in class org.apache.dubbo.common.utils.Log
-
- getLogName() - Method in class org.apache.dubbo.common.utils.Log
-
- getLogThread() - Method in class org.apache.dubbo.common.utils.Log
-
- getMappingRefreshingExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getMappingRefreshingExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getMappingRefreshingExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Executor used to run async mapping tasks
- getMappingRetryInterval() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getMaxCapacity() - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- getMaxCapacity() - Method in class org.apache.dubbo.common.utils.LRUCache
-
- getMaxExpectedMs() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getMaxFreeMemory() - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
-
get the max free memory.
- getMD5(String) - Static method in class org.apache.dubbo.common.io.Bytes
-
get md5.
- getMD5(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
get md5.
- getMD5(File) - Static method in class org.apache.dubbo.common.io.Bytes
-
get md5.
- getMD5(InputStream) - Static method in class org.apache.dubbo.common.io.Bytes
-
get md5.
- getMd5(String) - Method in class org.apache.dubbo.common.utils.MD5Utils
-
Calculation md5 value of specify string
- getMemoryLimit() - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
-
- getMemoryLimit() - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- getMerger() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getMeshEnable() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getMessage() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getMessage() - Method in class org.apache.dubbo.common.status.Status
-
- getMetaAnnotations(Class<? extends Annotation>, Predicate<Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
- getMetaData() - Method in class org.apache.dubbo.config.AbstractConfig
-
The new instance of the AbstractConfig subclass should return empty metadata.
The purpose is to get the attributes set by the user instead of the default value when the
AbstractConfig.refresh() method handles attribute overrides.
- getMetaData(String) - Method in class org.apache.dubbo.config.AbstractConfig
-
- getMetaData() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getMetaData(String) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getMetaData() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getMetaData(String) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getMetadataConfigs() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getMetadataConfigs() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getMetadataReportConfig() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getMetadataRetryExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getMetadataRetryExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getMetadataRetryExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- getMetadataServicePort() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getMetadataServiceProtocol() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getMetadataType() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getMethod() - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- getMethod() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
Only available for ReflectionMethod
- getMethod() - Method in class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- getMethod() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getMethod(String, String) - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethod(String, Class<?>[]) - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethod(String, String) - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethod(String, Class<?>[]) - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethod() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getMethod(String, String) - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethod(String, Class<?>[]) - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethodArgTypes() - Method in class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- getMethodBooleanParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodBooleanParameter(String, String, boolean) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodBooleanParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodBooleanParameter(String, String, boolean) - Method in class org.apache.dubbo.common.URL
-
- getMethodConfig(String) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
- getMethodExtension(Class<T>, String, String) - Method in class org.apache.dubbo.common.Parameters
-
- getMethodExtension(Class<T>, String, String, String) - Method in class org.apache.dubbo.common.Parameters
-
- getMethodIntParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodIntParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getMethodModel(Method) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
Return method model for the given method on consumer side
- getMethodModel(String) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
Return method model for the given method on consumer side
- getMethodModel(String, String[]) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
- getMethodModel(String, String[]) - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getMethodModelList(String) - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getMethodName(Method, Class<?>[], String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- getMethodName() - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- getMethodName() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getMethodName() - Method in class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- getMethodName() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getMethodName() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getMethodNames() - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
get method name array.
- getMethodNames(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
get method name array.
- getMethodParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodParameter(String, String) - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getMethodParameter(String, String) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getMethodParameter(String, String, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getMethodParameter(String, String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getMethodParameter(String, String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getMethodParameter(String, String, int) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getMethodParameter(String, String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getMethodParameter(String, String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getMethodParameter(String, String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Get method related parameter.
- getMethodParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, byte) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, char) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String, boolean) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameter(String, String) - Method in class org.apache.dubbo.common.URLBuilder
-
- getMethodParameterAndDecoded(String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameterAndDecoded(String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodParameterStrict(String, String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Get method related parameter.
- getMethodParameterStrict(String, String) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveIntParameter(String, String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodPositiveIntParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, byte) - Method in class org.apache.dubbo.common.URL
-
- getMethods() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getMethods(Class<?>, boolean, boolean, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all
methods of the declared class
- getMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all public
methods of the declared class, including the inherited methods.
- getMethods() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getMethods() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- getMethods(String) - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- getMethods(String) - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
- getMethods(String) - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
- getMetrics() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getMetrics() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getMinExpectedMs() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getMock() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getMode(ApplicationModel) - Static method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getModelEnvironment() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getModelName() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getModule() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getModule() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getModuleModel() - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- getModuleModel() - Method in interface org.apache.dubbo.rpc.model.ScopeModelAccessor
-
- getModuleModel() - Method in class org.apache.dubbo.rpc.model.ScopeModelAwareExtensionProcessor
-
- getModuleModel(ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getModuleModel() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getModuleModels() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getMonitor() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getMonitor() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getMonitor() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getMonitor() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getMonitor() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getMsg() - Method in class org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedEvent
-
- getN(int) - Method in class org.apache.dubbo.common.url.component.param.DynamicValues
-
- getN(int) - Method in class org.apache.dubbo.common.url.component.param.FixedParamValue
-
DEFAULT value will be returned if n = 0
- getN(int) - Method in interface org.apache.dubbo.common.url.component.param.ParamValue
-
get value at the specified index.
- getName() - Method in class org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
-
- getName() - Method in class org.apache.dubbo.common.extension.DubboLoadingStrategy
-
- getName() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
-
- getName() - Method in class org.apache.dubbo.common.extension.ServicesLoadingStrategy
-
- getName(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get name.
- getName(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method name.
- getName(Constructor<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get constructor name.
- getName() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getName() - Method in class org.apache.dubbo.config.MethodConfig
-
- getName() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getName() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getName() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- getName() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getNamespace() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getNetworkAddress() - Method in class org.apache.dubbo.common.utils.CIDRUtils
-
- getNetworker() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getNetworker() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getNonStaticFields(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.util.ClassUtils
-
Get all non-static fields of the Class passed in or its super classes.
- getNumberAsDouble(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets a number from an object for the given key.
- getNumberAsDouble(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getNumberAsDouble(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getNumberAsInteger(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets a number from an object for the given key, casted to an integer.
- getNumberAsInteger(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getNumberAsInteger(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getNumberAsLong(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets a number from an object for the given key, casted to an long.
- getNumberAsLong(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getNumberAsLong(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getObject(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets an object from an object for the given key.
- getObject(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getObject(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getOffset() - Method in class org.apache.dubbo.common.utils.DefaultPage
-
- getOffset() - Method in interface org.apache.dubbo.common.utils.Page
-
Gets the offset of request
- getOidcTokenPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getOnClass(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getOnconnect() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getOndisconnect() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getOneoffDisposables() - Method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- getOninvoke() - Method in class org.apache.dubbo.config.MethodConfig
-
- getOninvokeInstance() - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- getOninvokeMethod() - Method in class org.apache.dubbo.config.MethodConfig
-
- getOninvokeMethod() - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- getOnreturn() - Method in class org.apache.dubbo.config.MethodConfig
-
- getOnreturnInstance() - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- getOnreturnMethod() - Method in class org.apache.dubbo.config.MethodConfig
-
- getOnreturnMethod() - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- getOnthrow() - Method in class org.apache.dubbo.config.MethodConfig
-
- getOnthrowInstance() - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- getOnthrowMethod() - Method in class org.apache.dubbo.config.MethodConfig
-
- getOnthrowMethod() - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- getOperatingSystemBean() - Static method in class org.apache.dubbo.common.system.OperatingSystemBeanManager
-
- getOptimizer() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getOrDefault(ScopeModel, Class<T>) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getOrDefaultApplicationModel() - Method in class org.apache.dubbo.common.URL
-
- getOrDefaultApplicationModel(ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getOrDefaultExtension(String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getOrDefaultFrameworkModel() - Method in class org.apache.dubbo.common.URL
-
- getOrDefaultModuleModel() - Method in class org.apache.dubbo.common.URL
-
- getOrder(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getOrganization() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getOrganization() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getOriginalParameter(String) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getOriginalParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getOriginalParameters() - Method in class org.apache.dubbo.common.URL
-
- getOriginalServiceParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
- getOriginalServiceParameters(String) - Method in class org.apache.dubbo.common.URL
-
- getOrNullApplicationModel(ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- getOrRegisterBean(Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getOrRegisterBean(String, Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getOrRegisterBean(Class<T>, Function<? super Class<T>, ? extends T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getOrRegisterBean(String, Class<T>, Function<? super Class<T>, ? extends T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getOtlpConfig() - Method in class org.apache.dubbo.config.nested.ExporterConfig
-
- getOverrideURL() - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getOwner() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getOwner() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getOwner() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getPageSize() - Method in class org.apache.dubbo.common.utils.DefaultPage
-
- getPageSize() - Method in interface org.apache.dubbo.common.utils.Page
-
Gets the size of request for pagination query
- getParamDesc() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getParamDesc() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getParamDesc() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getParameter(String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getParameter(String) - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getParameter(String) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getParameter(String, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getParameter(String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getParameter(String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getParameter(String, int) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getParameter(String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getParameter(String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getParameter(String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
get value of specified key in URLParam
- getParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, String[]) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, List<String>) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, Class<T>) - Method in class org.apache.dubbo.common.URL
-
Get parameter
- getParameter(String, Class<T>, T) - Method in class org.apache.dubbo.common.URL
-
Get parameter
- getParameter(String, double) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, float) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, long) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, int) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, short) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, byte) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, char) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String, boolean) - Method in class org.apache.dubbo.common.URL
-
- getParameter(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- getParameterAndDecoded(String) - Method in class org.apache.dubbo.common.URL
-
- getParameterAndDecoded(String, String) - Method in class org.apache.dubbo.common.URL
-
- getParameterClasses() - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- getParameterClasses() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getParameterClasses() - Method in class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- getParameterClasses() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getParameterClasses() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getParameters() - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getParameters() - Method in class org.apache.dubbo.common.url.component.URLParam
-
Get a Map like URLParam
- getParameters() - Method in class org.apache.dubbo.common.URL
-
- getParameters(Predicate<String>) - Method in class org.apache.dubbo.common.URL
-
Get the parameters to be selected(filtered)
- getParameters() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getParameters() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getParameters() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getParameters() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getParameters() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getParameters() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getParameters() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getParameters() - Method in class org.apache.dubbo.metadata.definition.model.FullServiceDefinition
-
- getParameters() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- getParameterTypes() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- getParameterTypes() - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- getParent() - Method in class org.apache.dubbo.common.extension.ExtensionDirector
-
- getParent() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getParent() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getParentPrefix() - Method in class org.apache.dubbo.config.MethodConfig
-
- getPassword() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getPassword() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- getPassword() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getPassword() - Method in class org.apache.dubbo.common.URL
-
- getPassword() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getPassword() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getPassword() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getPassword() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- getPassword() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getPath() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- getPath() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getPath() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getPath() - Method in class org.apache.dubbo.common.URL
-
- getPath() - Method in class org.apache.dubbo.config.ProtocolConfig
-
Deprecated.
- getPath() - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- getPath() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getPathKey() - Method in class org.apache.dubbo.common.URL
-
The format of return value is '{group}/{path/interfaceName}:{version}'
- getPayload() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getPayload() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getPayload() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getPercentiles() - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- getPid() - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
- getPluralTagName(Class<?>) - Static method in class org.apache.dubbo.config.AbstractConfig
-
- getPoolRouterExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getPoolRouterExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getPoolRouterExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- getPort() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getPort() - Method in class org.apache.dubbo.common.URL
-
- getPort(int) - Method in class org.apache.dubbo.common.URL
-
- getPort() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getPort() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getPort() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getPort() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getPort() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getPort() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getPositiveIntParameter(String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getPositiveIntParameter(String, int) - Method in class org.apache.dubbo.common.URL
-
- getPositiveParameter(String, float) - Method in class org.apache.dubbo.common.URL
-
- getPositiveParameter(String, double) - Method in class org.apache.dubbo.common.URL
-
- getPositiveParameter(String, long) - Method in class org.apache.dubbo.common.URL
-
- getPositiveParameter(String, int) - Method in class org.apache.dubbo.common.URL
-
- getPositiveParameter(String, short) - Method in class org.apache.dubbo.common.URL
-
- getPositiveParameter(String, byte) - Method in class org.apache.dubbo.common.URL
-
- getPositiveServiceParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
-
- getPositiveServiceParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
-
- getPositiveServiceParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
-
- getPositiveServiceParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getPositiveServiceParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
-
- getPositiveServiceParameter(String, String, byte) - Method in class org.apache.dubbo.common.URL
-
- getPreferred() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getPreferSerialization() - Method in interface org.apache.dubbo.common.serialization.PreferSerializationProvider
-
- getPreferSerialization() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getPreferSerialization() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getPrefixedConfiguration(AbstractConfig, String) - Method in class org.apache.dubbo.common.config.Environment
-
At start-up, Dubbo is driven by various configuration, such as Application, Registry, Protocol, etc.
- getPrefixedConfiguration(AbstractConfig, String) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getPrefixes() - Method in class org.apache.dubbo.config.AbstractConfig
-
- getPrefixes() - Method in class org.apache.dubbo.config.MethodConfig
-
Get method prefixes
- getPrefixes() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getPrefixes() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getPrimitiveProperty() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- getPriority() - Method in class org.apache.dubbo.common.convert.multiple.StringToArrayConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.multiple.StringToIterableConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToBooleanConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToByteConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToCharacterConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToCharArrayConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToDoubleConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToDurationConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToFloatConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToIntegerConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToLongConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToOptionalConverter
-
- getPriority() - Method in class org.apache.dubbo.common.convert.StringToShortConverter
-
- getPriority() - Method in class org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
-
- getPriority() - Method in class org.apache.dubbo.common.extension.DubboLoadingStrategy
-
- getPriority() - Method in class org.apache.dubbo.common.extension.ServicesLoadingStrategy
-
- getPriority() - Method in interface org.apache.dubbo.common.lang.Prioritized
-
Get the priority
- getPrivateKey() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getPrivateKeyInputStream() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getProbability() - Method in class org.apache.dubbo.config.nested.SamplingConfig
-
- getProcessCpuUsage() - Static method in class org.apache.dubbo.common.system.OperatingSystemBeanManager
-
- getPrometheus() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getPrompt() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getPrompt() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getPropagation() - Method in class org.apache.dubbo.config.TracingConfig
-
- getProperties(String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
This method are mostly used to get a compound config file with
the default timeout,
such as a complete dubbo.properties file.
- getProperties(String, String, long) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
This method are mostly used to get a compound config file, such as a complete dubbo.properties file.
- getProperties(String, String, long) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- getProperties() - Method in class org.apache.dubbo.common.config.EnvironmentConfiguration
-
- getProperties() - Method in class org.apache.dubbo.common.config.InmemoryConfiguration
-
- getProperties() - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
- getProperties() - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
- getProperties() - Method in class org.apache.dubbo.common.config.SystemConfiguration
-
- getProperties(Set<ClassLoader>) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
Get dubbo properties.
- getProperties() - Method in class org.apache.dubbo.config.context.ConfigConfigurationAdapter
-
- getProperties() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- getPropertiesConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getPropertiesConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getProperty(Object) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- getProperty(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
Gets a property from the configuration.
- getProperty(String, Object) - Method in interface org.apache.dubbo.common.config.Configuration
-
Gets a property from the configuration.
- getProperty(ScopeModel, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getProperty(ScopeModel, String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getProperty(String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getProperty(String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getProperty(String) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
- getProperty(String) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
- getProperty(Object, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Get the value from the specified bean and its getter method.
- getProperty(String) - Method in class org.apache.dubbo.common.utils.RegexProperties
-
- getPropertyNameFromBeanReadMethod(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getPropertyNameFromBeanWriteMethod(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getPropertyNames() - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
get property name array.
- getPropertyType(String) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
get property type.
- getPropertyValue(Object, String) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
get property value.
- getPropertyValues(Object, String[]) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
get property value.
- getProtocol() - Method in class org.apache.dubbo.common.ProtocolServiceKey
-
- getProtocol() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- getProtocol() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getProtocol() - Method in class org.apache.dubbo.common.URL
-
- getProtocol() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getProtocol() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getProtocol() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getProtocol() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getProtocol(String) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getProtocol(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getProtocol() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getProtocol() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getProtocol() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getProtocol() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getProtocolIds() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getProtocols() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getProtocols() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getProtocols() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getProtocolServiceKey() - Method in class org.apache.dubbo.common.URL
-
- getProtocolVersion() - Static method in class org.apache.dubbo.common.Version
-
- getProvidedBy() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getProvider(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getProvider() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getProviderConnectionConfig(URL, SocketAddress) - Method in class org.apache.dubbo.common.ssl.CertManager
-
- getProviderConnectionConfig(URL) - Method in interface org.apache.dubbo.common.ssl.CertProvider
-
- getProviderConnectionConfig(URL) - Method in class org.apache.dubbo.common.ssl.impl.SSLConfigCertProvider
-
- getProviderIds() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getProviderModel(String) - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getProviderNamespace() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getProviderPort() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getProviders() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getProviderUrl() - Method in class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- getProxy(Class<?>...) - Static method in class org.apache.dubbo.common.bytecode.Proxy
-
Get proxy.
- getProxy() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getProxyObject() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getPublicNonStaticMethods(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.util.ClassUtils
-
Get all public, non-static methods of the Class passed in.
- getPubModuleModels() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getPushgateway() - Method in class org.apache.dubbo.config.nested.PrometheusConfig
-
- getPushInterval() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- getQosAcceptForeignIp() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosAcceptForeignIpCompatible() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosAcceptForeignIpWhitelist() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosAcceptForeignIpWhitelistCompatible() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosAnonymousAccessPermissionLevel() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosAnonymousAccessPermissionLevelCompatible() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosAnonymousAllowCommands() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosCheck() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosEnable() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosEnableCompatible() - Method in class org.apache.dubbo.config.ApplicationConfig
-
The format is the same as the springboot, including: getQosEnableCompatible(), getQosPortCompatible(), getQosAcceptForeignIpCompatible().
- getQosHost() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosHostCompatible() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosPort() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQosPortCompatible() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getQpsTimeWindowMillSeconds() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getQueryStringValue(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- getQueues() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getQueues() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getQueues() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getRandomPort() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- getRawAddress() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getRawClass(Type) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- getRawParam() - Method in class org.apache.dubbo.common.url.component.URLParam
-
get raw string like parameters
- getRawParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getRawType(Type) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- getReadinessProbe() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getReadTimeout() - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
-
- getReconnect() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getRef() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getReferAsync() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
Deprecated.
- getReferAsync() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getReferBackground() - Method in class org.apache.dubbo.config.ConsumerConfig
-
Deprecated.
- getReference(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getReferenceCache() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
- getReferenceCache() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- getReferenceClass() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- getReferenceConfig() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
Deprecated.
- getReferences() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getReferredServices() - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- getReferThreadNum() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getReferThreadNum() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getRegisterConsumer() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getRegisteredClasses() - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- getRegisterMode() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getRegisterMode() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getRegistries() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getRegistries() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getRegistries() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getRegistries() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getRegistries() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getRegistry() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getRegistry() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getRegistry(String) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getRegistry(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getRegistry() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getRegistry() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getRegistryIds() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getRegistryIds() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getRegistryNotificationExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getRegistryNotificationExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getRegistryNotificationExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Scheduled executor handle registry notification.
- getRegistryUrl() - Method in class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- getRemoteApplication() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getRemoteApplication() - Method in class org.apache.dubbo.common.URL
-
- getRemoteFields() - Method in class org.apache.dubbo.config.nested.BaggageConfig
-
- getReportDefinition() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getReportMetadata() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getRepository() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getRequestCount() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getRequestPack() - Method in interface org.apache.dubbo.rpc.model.PackableMethod
-
- getRequestPack() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getRequestUnpack() - Method in interface org.apache.dubbo.rpc.model.PackableMethod
-
- getRequestUnpack() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getResponsePack() - Method in interface org.apache.dubbo.rpc.model.PackableMethod
-
- getResponsePack() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getResponseUnpack() - Method in interface org.apache.dubbo.rpc.model.PackableMethod
-
- getResponseUnpack() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getRetries() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getRetryPeriod() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getRetryTimes() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getReturnClass() - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- getReturnClass() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getReturnClass() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getReturnClass() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getReturnType() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- getReturnTypes(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getReturnTypes() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getReturnTypes() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getReturnTypes() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getRootDirectory() - Method in class org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
-
- getRouter() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getRpcLevel() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getRpcType() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- getRpcType() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- getRpcType() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- getRuleKey(URL) - Static method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
The format is '{interfaceName}:[version]:[group]'
- getSampling() - Method in class org.apache.dubbo.config.TracingConfig
-
- getScope() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getScope() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- getScopeModel() - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getScopeModel() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getScopeModel() - Method in class org.apache.dubbo.common.URL
-
- getScopeModel() - Method in class org.apache.dubbo.config.AbstractConfig
-
- getScopeModel() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getScopeModel() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getScopeModel() - Method in interface org.apache.dubbo.rpc.model.ScopeModelAccessor
-
- getScopeModel() - Method in class org.apache.dubbo.rpc.model.ScopeModelAwareExtensionProcessor
-
- getSecure() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getSent() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getSerialization() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getSerialization() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getSerializeCheckStatus() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getServer() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getServer() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getServer() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getServerKeyCertChainPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getServerKeyCertChainPathStream() - Method in class org.apache.dubbo.config.SslConfig
-
- getServerKeyPassword() - Method in class org.apache.dubbo.config.SslConfig
-
- getServerPrivateKeyPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getServerPrivateKeyPathStream() - Method in class org.apache.dubbo.config.SslConfig
-
- getServerShutdownTimeout(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Server shutdown wait timeout mills
- getServerTrustCertCollectionPath() - Method in class org.apache.dubbo.config.SslConfig
-
- getServerTrustCertCollectionPathStream() - Method in class org.apache.dubbo.config.SslConfig
-
- getService(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getService() - Method in class org.apache.dubbo.config.MethodConfig
-
- getService() - Method in interface org.apache.dubbo.rpc.model.BuiltinServiceDetector
-
- getService(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- getService() - Method in class org.apache.dubbo.rpc.service.EchoServiceDetector
-
- getService() - Method in class org.apache.dubbo.rpc.service.GenericServiceDetector
-
- getServiceAnnotation() - Method in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
- getServiceClass() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- getServiceConfig() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
Deprecated.
- getServiceDiscoveryAddressNotificationExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getServiceDiscoveryAddressNotificationExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getServiceDiscoveryAddressNotificationExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- getServiceExportExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getServiceExportExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getServiceId() - Method in class org.apache.dubbo.config.MethodConfig
-
- getServiceInstance() - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getServiceInterface() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getServiceInterface() - Method in class org.apache.dubbo.common.URL
-
- getServiceInterfaceClass() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
Get service interface class of this reference.
- getServiceInterfaceClass() - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- getServiceInterfaceClass() - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
- getServiceInterfaceClass() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getServiceInterfaceClass() - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
- getServiceInterfaceName() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- getServiceKey() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- getServiceKey() - Method in class org.apache.dubbo.common.URL
-
The format of return value is '{group}/{interfaceName}:{version}'
- getServiceKey(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- getServiceKey() - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getServiceKey() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getServiceKey(String, String, int) - Method in class org.apache.dubbo.rpc.support.GroupServiceKeyCache
-
- getServiceKeyString() - Method in class org.apache.dubbo.common.ProtocolServiceKey
-
- getServiceMetadata() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getServiceMetadata() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getServiceMetadata() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getServiceMethodParameter(String, String, String, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceMethodParameter(String, String, String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceMethodParameter(String, String, String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceMethodParameter(String, String, String, int) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceMethodParameter(String, String, String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceMethodParameter(String, String, String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, double) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, float) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, long) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, short) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameter(String, String, String, byte) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameterAndDecoded(String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameterAndDecoded(String, String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceMethodParameterStrict(String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceModel() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- getServiceModel() - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getServiceModel() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getServiceModel() - Method in class org.apache.dubbo.common.URL
-
- getServiceModel() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getServiceName() - Method in class org.apache.dubbo.common.URL
-
Deprecated.
- getServiceName() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- getServiceParameter(String, String, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceParameter(String, String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceParameter(String, String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceParameter(String, String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceParameter(String, String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getServiceParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, String) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, byte) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, char) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameter(String, String, boolean) - Method in class org.apache.dubbo.common.URL
-
- getServiceParameters(String) - Method in class org.apache.dubbo.common.URL
-
- getServiceReferExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getServiceReferExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getServiceRepository() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- getServiceRepository() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
-
- getServiceRepository() - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- getServices() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getServiceType() - Method in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
- getServiceType() - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getServiceUrls() - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getSession() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getShareconnections() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getSharedExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getSharedExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getSharedExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Get the default shared thread pool.
- getSharedScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- getSharedScheduledExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
- getSharedScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Get the shared schedule executor
- getShutwait() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getSide() - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- getSide() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getSide(String) - Method in class org.apache.dubbo.common.URL
-
- getSide() - Method in class org.apache.dubbo.common.URL
-
- getSignature(String, Class<?>[]) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- getSimpleClassName(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
get simple class name from qualified class name
- getSimplified() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getSingleton() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getSize(Object) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- getSize() - Method in class org.apache.dubbo.common.utils.LFUCache
-
Returns cache current size.
- getSizeMethod(Class<?>) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- getSourceType() - Method in interface org.apache.dubbo.common.convert.Converter
-
Get the source type
- getSourceType() - Method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
Get the source type
- getSsl() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getSsl() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getSslConfig() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getSslEnabled() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getStartFuture() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
- getStartFuture() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- getStartTime() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getStartupProbe() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getStat() - Method in class org.apache.dubbo.config.MethodConfig
-
- getState() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- getState() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- getStatedUrl() - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- getStatus() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getStatus() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getSticky() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getSticky() - Method in class org.apache.dubbo.config.MethodConfig
-
- getString(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in interface org.apache.dubbo.common.config.Configuration
-
Get a string associated with the given configuration key.
- getString(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
Gets a string from an object for the given key.
- getString(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JSON
-
- getString(Map<String, ?>, String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
-
- getStub() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getStubevent() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- getSub() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- getSubIds(Collection<Map<String, V>>, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Search props and extract config ids
- getSubProperties(Collection<Map<String, V>>, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Search props and extract sub properties.
- getSubProperties(Map<String, V>, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getSummaryStatus(Map<String, Status>) - Static method in class org.apache.dubbo.common.status.support.StatusUtils
-
- getSuperClassName() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- getSupportedExtensionInstances() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getSupportedExtensions() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- getSyncReport() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getSystemConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Used to get properties from the jvm
- getSystemConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- getSystemConfiguration() - Method in class org.apache.dubbo.common.config.Environment
-
- getSystemConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- getSystemCpuUsage() - Static method in class org.apache.dubbo.common.system.OperatingSystemBeanManager
-
- getSystemProperty(String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
System environment -> System properties
- getTag() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getTagName(Class<?>) - Static method in class org.apache.dubbo.config.AbstractConfig
-
- getTarget() - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- getTargetType() - Method in interface org.apache.dubbo.common.convert.Converter
-
Get the target type
- getTelnet() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getTelnet() - Method in class org.apache.dubbo.config.ProviderConfig
-
- GETTER_METHOD_DESC_PATTERN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
- getThreadGroup() - Method in class org.apache.dubbo.common.utils.NamedThreadFactory
-
- getThreadname() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getThreadname() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getThreadNum() - Method in class org.apache.dubbo.common.utils.NamedThreadFactory
-
- getThreadpool() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getThreadpool() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getThreadpool() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getThreadPoolExhaustedListeners() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getThreads() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getThreads() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getThreads() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getTicket() - Method in class org.apache.dubbo.common.config.configcenter.ConfigItem
-
- getTimeout() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getTimeout() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getTimeout() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getTimeout() - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- getTimeout() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getTimestamp() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getTimestamp() - Method in class org.apache.dubbo.common.url.component.URLParam
-
- getTimeWindowSeconds() - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- getToken() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getTotalPages() - Method in class org.apache.dubbo.common.utils.DefaultPage
-
- getTotalPages() - Method in interface org.apache.dubbo.common.utils.Page
-
Get the number of total pages.
- getTotalSize() - Method in class org.apache.dubbo.common.utils.DefaultPage
-
- getTotalSize() - Method in interface org.apache.dubbo.common.utils.Page
-
Gets the total amount of elements.
- getTracing() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- getTracing() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- getTracingExporter() - Method in class org.apache.dubbo.config.TracingConfig
-
- getTransport() - Method in class org.apache.dubbo.config.RegistryConfig
-
Deprecated.
- getTransporter() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- getTransporter() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getTransporter() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getTrustCert() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getTrustCertInputStream() - Method in class org.apache.dubbo.common.ssl.Cert
-
- getTrustSerializeClassLevel() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- getType() - Method in class org.apache.dubbo.config.ArgumentConfig
-
- getType() - Method in class org.apache.dubbo.config.nested.PropagationConfig
-
- getType() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- getTypeDefinitions() - Method in class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
-
- getTypePrefix(Class<? extends AbstractConfig>) - Static method in class org.apache.dubbo.config.AbstractConfig
-
- getTypes() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- getUniqueId() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- getUniqueServiceName() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getUniqueServiceName() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getUnloadClusterRelated() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getUrl() - Method in interface org.apache.dubbo.common.Node
-
get url.
- getURL(String) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
use like spring code
- getUrl() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getUrlAddress() - Method in class org.apache.dubbo.common.URL
-
- getUrlMergeProcessor() - Method in class org.apache.dubbo.config.ConsumerConfig
-
- getUrlParam() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- getUrlParam() - Method in class org.apache.dubbo.common.URL
-
- getUrlParameter(String) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- getUrlParameter(String) - Method in class org.apache.dubbo.common.URL
-
- getUseAsConfigCenter() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getUseAsMetadataCenter() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getUseGlobalRegistry() - Method in class org.apache.dubbo.config.MetricsConfig
-
- getUserInformation() - Method in class org.apache.dubbo.common.URL
-
refer to https://datatracker.ietf.org/doc/html/rfc3986
- getUsername() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- getUsername() - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- getUsername() - Method in class org.apache.dubbo.common.URL
-
- getUsername() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- getUsername() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- getUsername() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getUsername() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- getUsername() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getValidation() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- getValue(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- getValue(int, int) - Static method in class org.apache.dubbo.common.url.component.param.DynamicParamTable
-
- getValue() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
-
- getValue(Annotation) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get the "value" attribute from the specified
annotation
- getValueIndex(String, String) - Static method in class org.apache.dubbo.common.url.component.param.DynamicParamTable
-
- getVersion() - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- getVersion() - Method in class org.apache.dubbo.common.ServiceKey
-
- getVersion() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- getVersion() - Method in class org.apache.dubbo.common.URL
-
- getVersion(String) - Method in class org.apache.dubbo.common.URL
-
- getVersion() - Static method in class org.apache.dubbo.common.Version
-
- getVersion(Class<?>, String) - Static method in class org.apache.dubbo.common.Version
-
- getVersion(AbstractInterfaceConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getVersion() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- getVersion() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getVersion() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- getVersion() - Method in class org.apache.dubbo.config.ModuleConfig
-
- getVersion() - Method in class org.apache.dubbo.config.MonitorConfig
-
- getVersion() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- getVersion() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getVersion() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- getWait() - Method in class org.apache.dubbo.config.ProviderConfig
-
- getWait() - Method in class org.apache.dubbo.config.RegistryConfig
-
Deprecated.
- getWarmup() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getWarnedClasses() - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
-
- getWarnPercent() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
-
- getWeight() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- getWeight() - Method in class org.apache.dubbo.config.RegistryConfig
-
- getWithoutInitialize() - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
- getWrapper(Class<?>) - Static method in class org.apache.dubbo.common.bytecode.Wrapper
-
get wrapper.
- getZipkinConfig() - Method in class org.apache.dubbo.config.nested.ExporterConfig
-
- getZone() - Method in class org.apache.dubbo.config.RegistryConfig
-
- GlobalResourceInitializer<T> - Class in org.apache.dubbo.common.resource
-
A initializer to release resource automatically on dubbo shutdown
- GlobalResourceInitializer(Callable<T>) - Constructor for class org.apache.dubbo.common.resource.GlobalResourceInitializer
-
- GlobalResourceInitializer(Callable<T>, Consumer<T>) - Constructor for class org.apache.dubbo.common.resource.GlobalResourceInitializer
-
- GlobalResourceInitializer(Callable<T>, Disposable) - Constructor for class org.apache.dubbo.common.resource.GlobalResourceInitializer
-
- GlobalResourcesRepository - Class in org.apache.dubbo.common.resource
-
Global resource repository between all framework models.
- gracefulShutdown(Executor, int) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
Use the shutdown pattern from:
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html
- GROUP_CHAR_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GROUP_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- GROUP_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
The parameter name of group for config-center
- groupFromServiceKey(String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
-
- GroupServiceKeyCache - Class in org.apache.dubbo.rpc.support
-
- GroupServiceKeyCache(String) - Constructor for class org.apache.dubbo.rpc.support.GroupServiceKeyCache
-
- GsonImpl - Class in org.apache.dubbo.common.json.impl
-
- GsonImpl() - Constructor for class org.apache.dubbo.common.json.impl.GsonImpl
-
- GsonUtils - Class in org.apache.dubbo.common.json
-
- GsonUtils() - Constructor for class org.apache.dubbo.common.json.GsonUtils
-
- ID - Static variable in interface org.apache.dubbo.config.Constants
-
Config id
- IGNORE_CHECK_KEYS - Static variable in interface org.apache.dubbo.config.Constants
-
- IGNORE_LISTEN_SHUTDOWN_HOOK - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- IgnoredParam - Class in org.apache.dubbo.common.url.component.param
-
- IgnoredParam() - Constructor for class org.apache.dubbo.common.url.component.param.IgnoredParam
-
- includedPackages() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
-
To restrict some class that should not be loaded from `org.apache.dubbo` package type SPI class.
- includedPackagesInCompatibleType() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
-
To restrict some class that should not be loaded from `org.alibaba.dubbo`(for compatible purpose)
package type SPI class.
- increaseServiceRefreshCount() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Increase the count of service update threads.
- incrementAndGet() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- INDEX_NOT_FOUND - Static variable in class org.apache.dubbo.common.utils.StringUtils
-
- indexedVariable(int) - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- indexOf(String[], String, int) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
-
- info(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- info(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- info(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- info(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- info(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- info(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- info(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- info(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- info(String) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with info log level.
- info(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with info log level.
- info(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with info log level.
- info(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- info(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- info(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- info(Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- info(Logger, String) - Static method in class org.apache.dubbo.common.utils.LogHelper
-
- info(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
-
- info(Logger, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
-
- InfraAdapter - Interface in org.apache.dubbo.common.infra
-
Used to interact with other systems.
- INIT - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- init(List<String>, List<ParamValue>) - Method in class org.apache.dubbo.common.url.component.param.DefaultDynamicParamSource
-
- init(List<String>, List<ParamValue>) - Method in interface org.apache.dubbo.common.url.component.param.DynamicParamSource
-
- init() - Method in interface org.apache.dubbo.rpc.model.ApplicationInitListener
-
init the application
- initBuilders(FrameworkModel) - Static method in class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
-
- initialize() - Method in class org.apache.dubbo.common.config.Environment
-
- initialize() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- initialize() - Method in interface org.apache.dubbo.common.context.Lifecycle
-
Initialize the component before
start
- initialize() - Method in class org.apache.dubbo.common.context.LifecycleAdapter
-
- initialize() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Initialize the component
- initialize() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
Initialize the component
- initialize() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- initialize() - Method in class org.apache.dubbo.common.extension.inject.AdaptiveExtensionInjector
-
- initialize() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- initializeApplicationModel(ApplicationModel) - Method in class org.apache.dubbo.common.CommonScopeModelInitializer
-
- initializeApplicationModel(ApplicationModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelInitializer
-
- initializeFrameworkModel(FrameworkModel) - Method in class org.apache.dubbo.common.CommonScopeModelInitializer
-
- initializeFrameworkModel(FrameworkModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelInitializer
-
- initializeModuleModel(ModuleModel) - Method in class org.apache.dubbo.common.CommonScopeModelInitializer
-
- initializeModuleModel(ModuleModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelInitializer
-
- initMethodModels() - Method in class org.apache.dubbo.rpc.model.ConsumerModel
-
- initMethodParameters(Map<String, String>) - Static method in class org.apache.dubbo.common.url.component.URLParam
-
- initProperties() - Method in interface org.apache.dubbo.common.config.OrderedPropertiesProvider
-
load the properties
- INJVM_COPY_UTIL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- INJVM_IGNORE_SAME_MODULE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- InmemoryConfiguration - Class in org.apache.dubbo.common.config
-
In-memory configuration
- InmemoryConfiguration() - Constructor for class org.apache.dubbo.common.config.InmemoryConfiguration
-
- InmemoryConfiguration(String) - Constructor for class org.apache.dubbo.common.config.InmemoryConfiguration
-
- InmemoryConfiguration(Map<String, String>) - Constructor for class org.apache.dubbo.common.config.InmemoryConfiguration
-
- INSTANCE - Static variable in class org.apache.dubbo.common.utils.CharSequenceComparator
-
- INSTANCE - Static variable in class org.apache.dubbo.common.utils.MethodComparator
-
- INSTANCE_REGISTER_MODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- INSTANCES_REQUEST_SIZE_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
The request size of service instances
- instantiate(Class<T>) - Method in class org.apache.dubbo.common.beans.support.InstantiationStrategy
-
- InstantiationStrategy - Class in org.apache.dubbo.common.beans.support
-
- InstantiationStrategy() - Constructor for class org.apache.dubbo.common.beans.support.InstantiationStrategy
-
- InstantiationStrategy(ScopeModelAccessor) - Constructor for class org.apache.dubbo.common.beans.support.InstantiationStrategy
-
- int2bytes(int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- int2bytes(int, byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- int2bytes(int, byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- INTERFACE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- INTERFACE_REGISTER_MODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- interfaceFromServiceKey(String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
-
- interfaceLevelLogger - Static variable in interface org.apache.dubbo.common.config.Configuration
-
- INTERFACES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- intern(String) - Static method in class org.apache.dubbo.common.url.component.URLItemCache
-
- INTERNAL_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Unknown internal error.
- INTERNAL_INTERRUPTED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- InternalRunnable - Class in org.apache.dubbo.common.threadlocal
-
- InternalRunnable(Runnable) - Constructor for class org.apache.dubbo.common.threadlocal.InternalRunnable
-
- InternalThread - Class in org.apache.dubbo.common.threadlocal
-
InternalThread
- InternalThread() - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(Runnable) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(ThreadGroup, Runnable) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(ThreadGroup, String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(Runnable, String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThread(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
-
- InternalThreadLocal<V> - Class in org.apache.dubbo.common.threadlocal
-
InternalThreadLocal
A special variant of
ThreadLocal that yields higher access performance when accessed from a
InternalThread.
- InternalThreadLocal() - Constructor for class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
- InternalThreadLocalMap - Class in org.apache.dubbo.common.threadlocal
-
The internal data structure that stores the threadLocal variables for Netty and all
InternalThreads.
- intValue() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- INVOCATION_INTERCEPTOR_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- invoke(Object, String, Object...) - Static method in class org.apache.dubbo.common.utils.ReflectionUtils
-
Invokes the specified method on the given object with the provided parameters.
- invokeAndReturnDouble(Method, Object) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Invoke and return double value.
- invokeAndReturnLong(Method, Object) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Invoke and return long value.
- invokeMethod(Object, String, Class<?>[], Object[]) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
invoke method.
- invokeMethod(Object, String, Object...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Invoke the target object and method
- INVOKER_LISTENER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- IO_THREADS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- IOUtils - Class in org.apache.dubbo.common.utils
-
Miscellaneous io utility methods.
- IPV6_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- IS_HAS_CAN_METHOD_DESC_PATTERN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
- isAccessByField(JavaBeanAccessor) - Static method in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
- isAccessByMethod(JavaBeanAccessor) - Static method in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
- isActivateLoaded() - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
-
- isAllAnnotationPresent(Class<?>, Class<? extends Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is annotated all specified annotations or not
- isAllUpperCase(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- isAnnotationPresent(Class<?>, boolean, Class<? extends Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is annotated the specified annotations or not
- isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is annotated the specified annotation or not
- isAnnotationPresent(AnnotatedElement, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is present any specified annotation types
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is present any specified annotation types
- isAnyAnnotationPresent(Class<?>, Class<? extends Annotation>...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is present any specified annotation types
- isAnyEmpty(String...) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Checks if the strings contain at least on empty or null element.
- isAnyHost() - Method in class org.apache.dubbo.common.URL
-
- isAnyHost(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- isArrayType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isAssignableFrom(Class<?>, Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- isAsync() - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- isAvailable() - Method in interface org.apache.dubbo.common.Node
-
is available.
- isBackground() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Whether start in background, do not await finish
- isBackground() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
Whether start in background, do not await finish
- isBeanGenericSerialization(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isBeanPropertyReadMethod(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- isBeanPropertyWriteMethod(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- isBeanType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isBeforeJava5(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- isBeforeJava6(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- isBlank(CharSequence) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- isCallback() - Method in class org.apache.dubbo.config.ArgumentConfig
-
- isCancelled() - Method in interface org.apache.dubbo.common.timer.Timeout
-
Returns
true if and only if the
TimerTask associated
with this handle has been cancelled.
- isCheck() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- isCheck() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- isCheck() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- isCheck() - Method in class org.apache.dubbo.config.RegistryConfig
-
- isCheckSerializable() - Method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
-
- isClass(Type) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- isClassType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isCollectionType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isCompatible(Class<?>, Object) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
is compatible.
- isCompatible(Class<?>[], Object[]) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
is compatible.
- isConfigurator(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isConfigured() - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- isConfigured() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- isConfigured() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- isConfigured() - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Return is the current logger has been configured.
- isConfigured() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- isConsumer(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isContains(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- isContains(String, char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- isContains(String[], String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- isCurrentVersion() - Method in enum org.apache.dubbo.common.utils.JRE
-
is current version
- isDebugEnabled() - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- isDebugEnabled() - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- isDebugEnabled() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- isDebugEnabled() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- isDebugEnabled() - Method in interface org.apache.dubbo.common.logger.Logger
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- isDebugEnabled() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- isDefault(String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
- isDefault() - Method in class org.apache.dubbo.config.AbstractConfig
-
- isDefault() - Method in class org.apache.dubbo.config.RegistryConfig
-
- isDefaultGenericSerialization(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isDeprecated(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Check if the method is a deprecated method.
- isDeprecated() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- isDestroyed() - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- isDestroyed() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- isDynamic() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- isDynamic() - Method in class org.apache.dubbo.config.RegistryConfig
-
- isDynamicClass(Class<?>) - Static method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- isDynamicIncluded() - Method in class org.apache.dubbo.common.config.CompositeConfiguration
-
- isEchoServiceClassLoaded() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- isEmpty() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- isEmpty(Object[]) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
-
Checks if the array is null or empty.
- isEmpty(Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return true if the supplied Collection is null or empty.
- isEmpty() - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Returns true if this set contains no elements.
- isEmpty(String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
- isEmpty() - Method in class org.apache.dubbo.common.utils.Stack
-
is empty.
- isEmpty(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
is empty string.
- isEmptyMap(Map) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return true if the supplied Map is null or empty.
- isEmptyValue(Object) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- isEnabled() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- isEnabled() - Method in class org.apache.dubbo.config.nested.BaggageConfig.Correlation
-
- isEnableDetailProfiler() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
-
- isEnableSimpleProfiler() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
-
- isEnumType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isEquals(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
if s1 is null and s2 is null, then return true
- isErrorEnabled() - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- isErrorEnabled() - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- isErrorEnabled() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- isErrorEnabled() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- isErrorEnabled() - Method in interface org.apache.dubbo.common.logger.Logger
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- isErrorEnabled() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- isExcludedInterface(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
-
- isExcludedType(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
-
- isExpired() - Method in interface org.apache.dubbo.common.timer.Timeout
-
Returns
true if and only if the
TimerTask associated
with this handle has been expired.
- isExported() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- isFailed() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isFailed() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isGeneric() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- isGeneric() - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- isGeneric() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
-
- isGeneric() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- isGeneric() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- isGeneric(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isGenericClass(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Is generic class or not?
- isGenericExceptionClassLoaded() - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
-
- isGenericReturnRawResult(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isGenericServiceClassLoaded() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- isGetter(Method) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
- isGetter(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Return true if the provided method is a get method.
- isGsonGenericSerialization(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isHighestPriority() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
Deprecated.
- isInfoEnabled() - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- isInfoEnabled() - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- isInfoEnabled() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- isInfoEnabled() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- isInfoEnabled() - Method in interface org.apache.dubbo.common.logger.Logger
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- isInfoEnabled() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- isInit() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- isInitialized() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isInitialized() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Indicates that the Application is initialized or not.
- isInitialized() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- isInitialized() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- isInjvm() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- isInRange(String) - Method in class org.apache.dubbo.common.utils.CIDRUtils
-
- isInstance(Object, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Check if one object is the implementation for a given interface.
- isInternal() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- isInvalidLocalHost(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- isInvalidPort(int) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
Tells whether the port to test is an invalid port.
- isIPV6URLStdFormat(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- isJavaGenericSerialization(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isJavaIdentifier(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Returns true if s is a legal Java identifier.
- isJdk(Class) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- isLifeCycleManagedExternally() - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- isLocalHost() - Method in class org.apache.dubbo.common.URL
-
- isLocalHost(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- isMapType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isMatch(ProtocolServiceKey, ProtocolServiceKey) - Static method in class org.apache.dubbo.common.ProtocolServiceKey.Matcher
-
- isMatch(ServiceKey, ServiceKey) - Static method in class org.apache.dubbo.common.ServiceKey.Matcher
-
- isMatch(Class<?>, Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- isMatch(URL, URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isMatchCategory(String, String) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isMatchGlobPattern(String, String, URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isMatchGlobPattern(String, String) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isMetaMethod(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Return true If this method is a meta method.
- isMulticastAddress(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
is multicast address or not
- isNative() - Static method in class org.apache.dubbo.common.utils.NativeUtils
-
- isNeedRefresh() - Method in class org.apache.dubbo.config.AbstractConfig
-
- isNoneEmpty(String...) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Checks if the strings contain empty or null elements.
- isNotBlank(CharSequence) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
is not blank string.
- isNotContains(String, char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- isNotEmpty(Object) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- isNotEmpty(Object[]) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
-
Checks if the array is not null or empty.
- isNotEmpty(Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return true if the supplied Collection is not null or not empty.
- isNotEmpty(String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
- isNotEmpty(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
is not empty string.
- isNotEmptyMap(Map) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return true if the supplied Map is not null or not empty.
- isNumber(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
is positive integer or zero string.
- isNumeric(String, boolean) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
- IsolationExecutorRepository - Class in org.apache.dubbo.common.threadpool.manager
-
Thread pool isolation between services, that is, a service has its own thread pool and not interfere with each other
- IsolationExecutorRepository(ApplicationModel) - Constructor for class org.apache.dubbo.common.threadpool.manager.IsolationExecutorRepository
-
- IsolationExecutorSupportFactory - Interface in org.apache.dubbo.rpc.executor
-
- isParameterizedType(Type) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
- isPending() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isPending() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isPojo(Class<?>) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- isPortInUsed(int) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
Check the port whether is in use in os
- isPreferredNetworkInterface(NetworkInterface) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- isPresent(String, ClassLoader) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Test the specified class name is present in the
ClassLoader
- isPrimitive(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- isPrimitive(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- isPrimitive(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- isPrimitives(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- isPrimitiveType() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- isPrivate(Member) - Static method in interface org.apache.dubbo.common.utils.MemberUtils
-
check the specified
member is private or not ?
- isProtobufGenericSerialization(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isProtocol() - Method in interface org.apache.dubbo.rpc.model.ScopeModelDestroyListener
-
- isProvider(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isPublic(Member) - Static method in interface org.apache.dubbo.common.utils.MemberUtils
-
check the specified
member is public or not ?
- isPublicInstanceField(Field) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
- isReferenceClassLoaded() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- isRefreshed() - Method in class org.apache.dubbo.config.AbstractConfig
-
- isRegister() - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- isRegister() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- isRegister() - Method in class org.apache.dubbo.config.RegistryConfig
-
- isRegistered() - Method in class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- isRegistry(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isRelease263OrHigher(String) - Static method in class org.apache.dubbo.common.Version
-
Check the framework release version number to decide if it's 2.6.3 or higher
- isRelease270OrHigher(String) - Static method in class org.apache.dubbo.common.Version
-
Check the framework release version number to decide if it's 2.7.0 or higher
- isReliable() - Method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- isRetry() - Method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- isReturn() - Method in class org.apache.dubbo.config.MethodConfig
-
- isRoute(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isRunning() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isRunning() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isSameType(Annotation, Class<? extends Annotation>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Is the type of specified annotation same to the expected type?
- isSameWith(ProtocolServiceKey) - Method in class org.apache.dubbo.common.ProtocolServiceKey
-
- isServiceClassLoaded() - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- isServiceDiscoveryURL(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isServiceKeyMatch(URL, URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- isSetter(Method) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
- isSetter(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Return true if the provided method is a set method.
- isShutdown() - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
-
- isShutdown(Executor) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
- isSimpleType(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
The specified type is simple type or not
- isStarted() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isStarted() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isStarting() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isStarting() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isStatic(Member) - Static method in interface org.apache.dubbo.common.utils.MemberUtils
-
check the specified
member is static or not ?
- isStop() - Method in class org.apache.dubbo.common.timer.HashedWheelTimer
-
- isStop() - Method in interface org.apache.dubbo.common.timer.Timer
-
the timer is stop
- isStopped() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isStopped() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isStopping() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- isStopping() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- isSubscribe() - Method in class org.apache.dubbo.config.RegistryConfig
-
- isSupport() - Method in class org.apache.dubbo.common.json.impl.AbstractJSONImpl
-
- isSupport() - Method in interface org.apache.dubbo.common.json.JSON
-
- isSupport(URL) - Method in interface org.apache.dubbo.common.ssl.CertProvider
-
- isSupport(URL) - Method in class org.apache.dubbo.common.ssl.impl.SSLConfigCertProvider
-
- isSupportResponseAttachment(String) - Static method in class org.apache.dubbo.common.Version
-
Dubbo 2.x protocol version numbers are limited to 2.0.2/2000200 ~ 2.0.99/2009900, other versions are consider as
invalid or not from official release.
- isTerminated() - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
-
- isTerminated(Executor) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
- isTraceEnabled() - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- isTraceEnabled() - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- isTraceEnabled() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- isTraceEnabled() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- isTraceEnabled() - Method in interface org.apache.dubbo.common.logger.Logger
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- isTraceEnabled() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- isType(AnnotatedElement) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Is the specified type a generic
type
- isTypeMatch(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
We only check boolean value at this moment.
- isTypeMatch(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
We only check boolean value at this moment.
- isUnexported() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- isValid() - Method in class org.apache.dubbo.config.AbstractConfig
-
FIXME check @Parameter(required=true) and any conditions that need to match.
- isValid() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- isValid() - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- isValid() - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- isValid() - Method in class org.apache.dubbo.config.MonitorConfig
-
- isValid() - Method in class org.apache.dubbo.config.ProtocolConfig
-
- isValid() - Method in class org.apache.dubbo.config.RegistryConfig
-
- isValidAddress(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
Tells whether the address to test is an invalid address.
- isValidGenericValue(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- isValidLocalHost(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- isWarnEnabled() - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
-
- isWarnEnabled() - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
-
- isWarnEnabled() - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
-
- isWarnEnabled() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
-
- isWarnEnabled() - Method in interface org.apache.dubbo.common.logger.Logger
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- isWarnEnabled() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- iterator() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- iterator() - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Returns an iterator over the elements in this set.
- RANDOM - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
-
This class select one provider from multiple providers randomly.
- read() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
-
- read(byte[], int, int) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
-
- read() - Method in class org.apache.dubbo.common.io.UnsafeStringReader
-
- read(char[], int, int) - Method in class org.apache.dubbo.common.io.UnsafeStringReader
-
- read(Reader) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
read string.
- read(InputStream, String) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
- READINESS_PROBE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- readLines(File) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
read lines.
- readLines(InputStream) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
read lines.
- READONLY_EVENT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- ready() - Method in class org.apache.dubbo.common.io.UnsafeStringReader
-
- realize(Object[], Class<?>[]) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- realize(Object[], Class<?>[], Type[]) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- realize(Object, Class<?>) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- realize(Object, Class<?>, Type) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
- reCalShutdownTime(int) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- RECONNECT_TASK_PERIOD - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- RECONNECT_TASK_TRY_COUNT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REFER_ASYNC_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REFER_BACKGROUND_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REFER_THREAD_NUM_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- Reference - Annotation Type in org.apache.dubbo.config.annotation
-
- REFERENCE_FILTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REFERENCE_INTERCEPTOR_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- ReferenceCache - Interface in org.apache.dubbo.common.config
-
- ReferenceConfigBase<T> - Class in org.apache.dubbo.config
-
ReferenceConfig
- ReferenceConfigBase() - Constructor for class org.apache.dubbo.config.ReferenceConfigBase
-
- ReferenceConfigBase(ModuleModel) - Constructor for class org.apache.dubbo.config.ReferenceConfigBase
-
- ReferenceConfigBase(Reference) - Constructor for class org.apache.dubbo.config.ReferenceConfigBase
-
- ReferenceConfigBase(ModuleModel, Reference) - Constructor for class org.apache.dubbo.config.ReferenceConfigBase
-
- ReferenceCountedResource - Class in org.apache.dubbo.common.reference
-
inspired by Netty
- ReferenceCountedResource() - Constructor for class org.apache.dubbo.common.reference.ReferenceCountedResource
-
- ReflectionException(Throwable) - Constructor for exception org.apache.dubbo.common.utils.ReflectionUtils.ReflectionException
-
- ReflectionMethodDescriptor - Class in org.apache.dubbo.rpc.model
-
- ReflectionMethodDescriptor(Method) - Constructor for class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- ReflectionServiceDescriptor - Class in org.apache.dubbo.rpc.model
-
- ReflectionServiceDescriptor(String, Class<?>) - Constructor for class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- ReflectionServiceDescriptor(Class<?>) - Constructor for class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
-
- ReflectionUtils - Class in org.apache.dubbo.common.utils
-
A utility class that provides methods for accessing and manipulating private fields and methods of an object.
- ReflectionUtils.ReflectionException - Exception in org.apache.dubbo.common.utils
-
- ReflectUtils - Class in org.apache.dubbo.common.utils
-
ReflectUtils
- refresh() - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
- refresh() - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
- refresh() - Method in class org.apache.dubbo.config.AbstractConfig
-
Dubbo config property override
- refresh() - Method in class org.apache.dubbo.config.ApplicationConfig
-
- refreshAll() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
- refreshAll() - Method in class org.apache.dubbo.config.context.ConfigManager
-
- refreshAll() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- refreshCache(Map<String, String>, String, long) - Method in class org.apache.dubbo.common.cache.FileCacheStore
-
- refreshCheck() - Method in class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
-
- refreshClassLoaders() - Method in class org.apache.dubbo.common.config.Environment
-
- refreshClassLoaders() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- refreshServiceInstance() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
refresh service instance
- refreshStatus() - Method in class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
-
- RegexProperties - Class in org.apache.dubbo.common.utils
-
Regex matching of keys is supported.
- RegexProperties() - Constructor for class org.apache.dubbo.common.utils.RegexProperties
-
- register() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
Register delay published service to registry.
- register(boolean) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
Register delay published service to registry.
- REGISTER_CONSUMER_URL_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTER_IP_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REGISTER_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- REGISTER_MODE_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- registerBean(Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- registerBean(String, Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- registerBean(Object) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- registerBean(String, Object) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- registerConsumer(String, ServiceDescriptor, ReferenceConfigBase<?>, Object, ServiceMetadata) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerConsumer(ConsumerModel) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerDisposable(Disposable) - Method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
Register a one-off disposable, the disposable is removed automatically on first shutdown.
- registerGlobalDisposable(Disposable) - Static method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
Register a global reused disposable.
- registerInterface(Class<?>) - Method in class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
-
- registerInternalConsumer(Class<?>, URL) - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- registerListener(AllowClassNotifyListener) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
-
- registerProvider(ProviderModel) - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
-
- registerProvider(String, Object, ServiceDescriptor, ServiceConfigBase<?>, ServiceMetadata) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerProvider(ProviderModel) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerService(ServiceDescriptor) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerService(Class<?>) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerService(Class<?>, ServiceDescriptor) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- registerService(String, Class<?>) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
- RegisterStatedURL(URL, URL, boolean) - Constructor for class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- RegisterTypeEnum - Enum in org.apache.dubbo.common.constants
-
Indicate that a service need to be registered to registry or not
- REGISTRATION_STATUS - Static variable in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- REGISTRIES_SUFFIX - Static variable in interface org.apache.dubbo.config.Constants
-
- REGISTRY_ABSENCE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- REGISTRY_ADDRESS_INVALID - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_CLUSTER_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_CLUSTER_TYPE_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_DELAY_NOTIFICATION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REGISTRY_EMPTY_ADDRESS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_CREATE_CHANNEL_XDS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_INITIALIZE_XDS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_LISTEN_KUBERNETES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_PARSING_XDS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_READ_FILE_ISTIO - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_REQUEST_XDS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ERROR_RESPONSE_XDS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_EXECUTE_RETRYING_TASK - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_CLEAR_CACHED_URLS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_CREATE_INSTANCE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_DELETE_LOCKFILE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_DESTROY_SERVICE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_DESTROY_UNREGISTER_URL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_DOWNLOAD_FILE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- REGISTRY_FAILED_FETCH_INSTANCE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_GENERATE_CERT_ISTIO - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_GENERATE_KEY_ISTIO - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_LOAD_METADATA - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_NOTIFY_EVENT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_PARSE_DYNAMIC_CONFIG - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_READ_WRITE_CACHE_FILE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_REFRESH_ADDRESS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_FAILED_START_ZOOKEEPER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- REGISTRY_FAILED_STOP_ZOOKEEPER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- REGISTRY_FAILED_URL_EVICTING - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ISTIO_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_LOCAL_FILE_CACHE_ENABLED - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Whether to cache locally, default is true
- REGISTRY_MISSING_METADATA_CONFIG_PORT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_NACOS_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_NACOS_SUB_LEGACY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_NO_PARAMETERS_URL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_PROTOCOL_LISTENER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REGISTRY_RECEIVE_ERROR_MSG_ISTIO - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ROUTER_WAIT_LONG - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REGISTRY_SERVICE_REFERENCE_PATH - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_SOCKET_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_SPLIT_PATTERN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REGISTRY_TYPE_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
The parameter key of Dubbo Registry type
- REGISTRY_UNABLE_ACCESS_KUBERNETES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_UNABLE_FIND_SERVICE_KUBERNETES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_UNABLE_MATCH_KUBERNETES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_UNEXPECTED_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- REGISTRY_UNSUPPORTED_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- REGISTRY_ZONE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_ZONE_FORCE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- REGISTRY_ZOOKEEPER_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
- RegistryConfig - Class in org.apache.dubbo.config
-
RegistryConfig
- RegistryConfig() - Constructor for class org.apache.dubbo.config.RegistryConfig
-
- RegistryConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.RegistryConfig
-
- RegistryConfig(String) - Constructor for class org.apache.dubbo.config.RegistryConfig
-
- RegistryConfig(ApplicationModel, String) - Constructor for class org.apache.dubbo.config.RegistryConfig
-
- RegistryConfig(String, String) - Constructor for class org.apache.dubbo.config.RegistryConfig
-
- RegistryConfig(ApplicationModel, String, String) - Constructor for class org.apache.dubbo.config.RegistryConfig
-
- RegistryConstants - Interface in org.apache.dubbo.common.constants
-
- registryNotificationExecutorRing - Variable in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
- reject(E, Queue<E>) - Method in class org.apache.dubbo.common.concurrent.AbortPolicy
-
- reject(E, Queue<E>) - Method in class org.apache.dubbo.common.concurrent.DiscardOldestPolicy
-
- reject(E, Queue<E>) - Method in class org.apache.dubbo.common.concurrent.DiscardPolicy
-
- reject(E, Queue<E>) - Method in interface org.apache.dubbo.common.concurrent.Rejector
-
Method that may be invoked by a Queue when Queue has remained memory
return true.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
-
- RejectException - Exception in org.apache.dubbo.common.concurrent
-
- RejectException() - Constructor for exception org.apache.dubbo.common.concurrent.RejectException
-
Constructs a RejectException with no detail message.
- RejectException(String) - Constructor for exception org.apache.dubbo.common.concurrent.RejectException
-
Constructs a RejectException with the specified detail message.
- RejectException(String, Throwable) - Constructor for exception org.apache.dubbo.common.concurrent.RejectException
-
Constructs a RejectException with the specified detail message and cause.
- RejectException(Throwable) - Constructor for exception org.apache.dubbo.common.concurrent.RejectException
-
Constructs a RejectException with the specified cause.
- Rejector<E> - Interface in org.apache.dubbo.common.concurrent
-
RejectHandler, it works when you need to custom reject action.
- release() - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- release(ProfilerEntry) - Static method in class org.apache.dubbo.common.profiler.Profiler
-
- release() - Method in class org.apache.dubbo.common.reference.ReferenceCountedResource
-
Decreases the reference count by 1 and calls this#destroy if the reference count reaches 0.
- release(Object) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- RELEASE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
package version in the manifest
- releaseInterruptibly(Object) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- releaseInterruptibly(Object, long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- releaseLock() - Method in class org.apache.dubbo.common.utils.LRUCache
-
- REMOTE_APPLICATION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REMOTE_METADATA_STORAGE_TYPE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- RemotingConstants - Interface in org.apache.dubbo.common.constants
-
RemotingConstants
- remove() - Method in class org.apache.dubbo.common.concurrent.CallableSafeInitializer
-
- remove(Consumer<? super T>) - Method in class org.apache.dubbo.common.concurrent.CallableSafeInitializer
-
- remove(String) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
- remove(String) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
- remove(String, String) - Method in interface org.apache.dubbo.common.store.DataStore
-
- remove(String, String) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
-
- remove() - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Sets the value to uninitialized; a proceeding call to get() will trigger a call to initialValue().
- remove(InternalThreadLocalMap) - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Sets the value to uninitialized for the specified thread local map;
a proceeding call to get() will trigger a call to initialValue().
- remove() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- remove(Object) - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
-
- remove(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- remove(Object) - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Removes the specified element from this set if it is present.
- remove(K) - Method in class org.apache.dubbo.common.utils.LFUCache
-
- remove(Object) - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- remove(Object) - Method in class org.apache.dubbo.common.utils.LRUCache
-
- remove(int) - Method in class org.apache.dubbo.common.utils.Stack
-
remove.
- REMOVE_VALUE_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- removeAll() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
- removeAllCachedLoader() - Method in class org.apache.dubbo.common.extension.ExtensionDirector
-
- removeAttribute(String) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- removeAttribute(String) - Method in class org.apache.dubbo.common.URL
-
- removeAttribute(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- removeBizProfiler() - Static method in class org.apache.dubbo.common.profiler.Profiler
-
- removeClassLoader(ClassLoader) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- removeClassLoader(ClassLoader) - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- removeConfig(String, String) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- removeConfig(String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
- removeConfig(AbstractConfig) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
In some scenario, we may need to add and remove ServiceConfig or ReferenceConfig dynamically.
- removeDeployListener(DeployListener<E>) - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- removeDeployListener(DeployListener<E>) - Method in interface org.apache.dubbo.common.deploy.Deployer
-
- removeDisposable(Disposable) - Method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- removeEnd(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeGlobalDisposable(Disposable) - Method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
- removeIndexedVariable(int) - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- removeListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
- removeListener(String, ConfigurationListener) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
- removeListener(String, String, ConfigurationListener) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Stops one listener from listening to value changes in the specified key.
- removeListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- removeListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
-
- removeListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
-
- removeModule(ModuleModel) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- removeParameter(String) - Method in class org.apache.dubbo.common.URL
-
- removeParameter(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- removeParameters(String...) - Method in class org.apache.dubbo.common.url.component.URLParam
-
remove specified parameters in URLParam
- removeParameters(Collection<String>) - Method in class org.apache.dubbo.common.URL
-
- removeParameters(String...) - Method in class org.apache.dubbo.common.URL
-
- removeParameters(Collection<String>) - Method in class org.apache.dubbo.common.URLBuilder
-
- removeParameters(String...) - Method in class org.apache.dubbo.common.URLBuilder
-
- removeThreadPoolExhaustedEventListener(ThreadPoolExhaustedListener) - Method in class org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
-
- repeat(String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Repeat a String repeat times to form a
new String.
- repeat(String, String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Repeat a String repeat times to form a
new String, with a String separator injected each time.
- repeat(char, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Returns padding using the specified delimiter repeated
to a given length.
- replace(String, String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Replaces a String with another String inside a larger String,
for the first max values of the search String.
- replaceExtension(String, Class<?>) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- replaceProperty(String, Map<String, String>) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
- replaceProperty(String, Configuration) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
- report(String, Object) - Method in interface org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
-
- REPORT_DEFINITION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- REPORT_METADATA_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- reportConsumptionStatus(Object) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- reportMigrationStepStatus(Object) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- reportRegistrationStatus(Object) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- reRegisterConsumer(String, String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
Deprecated.
- reRegisterProvider(String, String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
Deprecated.
- RESELECT_COUNT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- reset() - Method in class org.apache.dubbo.common.config.Environment
-
Reset environment.
- reset() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
-
- reset() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
-
- reset() - Method in class org.apache.dubbo.common.io.UnsafeStringReader
-
- reset(URL) - Method in interface org.apache.dubbo.common.Resetable
-
reset.
- reset() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.
- Resetable - Interface in org.apache.dubbo.common
-
Resetable.
- resetExtensionLoader(Class) - Static method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Deprecated.
- resolveAnnotationType(AnnotatedElement, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Resolve the annotation type by the annotated element and resolved class name
- resolveClass(String, ClassLoader) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- resolveGroup() - Method in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
- resolveInterfaceClassName() - Method in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
Resolve the class name of interface
- resolvePlaceholders(String) - Method in class org.apache.dubbo.common.config.Environment
-
- resolvePrimitiveClassName(String) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
- resolvePrimitiveClassName(String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
- resolveTypes(Object...) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Resolve the types of the specified values
- resolveVersion() - Method in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
- REST_PROTOCOL - Static variable in interface org.apache.dubbo.config.Constants
-
- retain() - Method in class org.apache.dubbo.common.reference.ReferenceCountedResource
-
Increments the reference count by 1.
- RETRIES_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- RETRY_PERIOD_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- RETRY_TIMES_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- retryOffer(Runnable, long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.support.eager.TaskQueue
-
retry offer task
- revertDisplayServiceKey(String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
-
revert of org.apache.dubbo.common.ServiceDescriptor#getDisplayServiceKey()
- revertForbid(List<String>, Set<URL>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- revertNotify(Map<String, Map<String, String>>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- revertRegister(Map<String, Map<String, String>>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- revertSubscribe(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- REVISION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- Ring<T> - Class in org.apache.dubbo.common.threadpool.manager
-
- Ring() - Constructor for class org.apache.dubbo.common.threadpool.manager.Ring
-
- ROUND_ROBIN - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
-
Round-robin load balance.
- ROUTE_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- ROUTE_SCRIPT_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- ROUTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- ROUTERS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- ROUTERS_SUFFIX - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
- run() - Method in class org.apache.dubbo.common.threadlocal.InternalRunnable
-
- run() - Method in class org.apache.dubbo.common.threadpool.serial.SerializingExecutor
-
- run(Timeout) - Method in interface org.apache.dubbo.common.timer.TimerTask
-
- SamplingConfig - Class in org.apache.dubbo.config.nested
-
- SamplingConfig() - Constructor for class org.apache.dubbo.config.nested.SamplingConfig
-
- schedule(ScheduledExecutorService, Supplier<T>, long, TimeUnit) - Static method in class org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
-
- ScheduledCompletableFuture - Class in org.apache.dubbo.common.threadpool.concurrent
-
- ScheduledCompletableFuture() - Constructor for class org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
-
- schema(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
-
Describe a Java interface in Json schema.
- SCOPE_MODEL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SCOPE_NONE - Static variable in interface org.apache.dubbo.config.Constants
-
- ScopeBeanException - Exception in org.apache.dubbo.common.beans
-
- ScopeBeanException(String, Throwable) - Constructor for exception org.apache.dubbo.common.beans.ScopeBeanException
-
- ScopeBeanException(String) - Constructor for exception org.apache.dubbo.common.beans.ScopeBeanException
-
- ScopeBeanExtensionInjector - Class in org.apache.dubbo.common.beans
-
Inject scope bean to SPI extension instance
- ScopeBeanExtensionInjector() - Constructor for class org.apache.dubbo.common.beans.ScopeBeanExtensionInjector
-
- ScopeBeanFactory - Class in org.apache.dubbo.common.beans.factory
-
A bean factory for internal sharing.
- ScopeBeanFactory(ScopeBeanFactory, ExtensionAccessor) - Constructor for class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
-
- ScopeClassLoaderListener<T extends ScopeModel> - Interface in org.apache.dubbo.rpc.model
-
- ScopeModel - Class in org.apache.dubbo.rpc.model
-
- ScopeModelAccessor - Interface in org.apache.dubbo.rpc.model
-
An accessor for scope model, it can be use in interface default methods to get scope model.
- ScopeModelAware - Interface in org.apache.dubbo.rpc.model
-
An interface to inject FrameworkModel/ApplicationModel/ModuleModel for SPI extensions and internal beans.
- ScopeModelAwareExtensionProcessor - Class in org.apache.dubbo.rpc.model
-
- ScopeModelAwareExtensionProcessor(ScopeModel) - Constructor for class org.apache.dubbo.rpc.model.ScopeModelAwareExtensionProcessor
-
- ScopeModelDestroyListener<T extends ScopeModel> - Interface in org.apache.dubbo.rpc.model
-
- ScopeModelInitializer - Interface in org.apache.dubbo.rpc.model
-
- ScopeModelUtil - Class in org.apache.dubbo.rpc.model
-
- ScopeModelUtil() - Constructor for class org.apache.dubbo.rpc.model.ScopeModelUtil
-
- searchMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
-
- SEMICOLON - Static variable in class org.apache.dubbo.common.utils.StringUtils
-
- SEMICOLON_CHAR - Static variable in class org.apache.dubbo.common.utils.StringUtils
-
- SEMICOLON_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SEMICOLON_SPLIT_PATTERN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SEPARATOR_REGEX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- serialize(Object) - Static method in class org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
-
- serialize(Object, JavaBeanAccessor) - Static method in class org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
-
- SERIALIZE_ALLOW_LIST_FILE_PATH - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SERIALIZE_BLOCKED_LIST_FILE_PATH - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SERIALIZE_CHECK_STATUS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SerializeCheckStatus - Enum in org.apache.dubbo.common.utils
-
- SerializeSecurityConfigurator - Class in org.apache.dubbo.common.utils
-
- SerializeSecurityConfigurator(ModuleModel) - Constructor for class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
-
- SerializeSecurityManager - Class in org.apache.dubbo.common.utils
-
- SerializeSecurityManager() - Constructor for class org.apache.dubbo.common.utils.SerializeSecurityManager
-
- SerializingExecutor - Class in org.apache.dubbo.common.threadpool.serial
-
Executor ensuring that all
Runnable tasks submitted are executed in order
using the provided
Executor, and serially such that no two will ever be
running at the same time.
- SerializingExecutor(Executor) - Constructor for class org.apache.dubbo.common.threadpool.serial.SerializingExecutor
-
Creates a SerializingExecutor, running tasks using executor.
- SERVER_KEY_CERT_CHAIN_PATH - Static variable in class org.apache.dubbo.config.SslConfig
-
- SERVER_KEY_PASSWORD - Static variable in class org.apache.dubbo.config.SslConfig
-
- SERVER_PRIVATE_KEY_PATH - Static variable in class org.apache.dubbo.config.SslConfig
-
- SERVER_THREAD_POOL_NAME - Static variable in interface org.apache.dubbo.config.Constants
-
- SERVER_TRUST_CERT_COLLECTION_PATH - Static variable in class org.apache.dubbo.config.SslConfig
-
- Service - Annotation Type in org.apache.dubbo.config.annotation
-
- SERVICE_ANNOTATION_CLASSES - Static variable in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
The annotation
classes of Dubbo Service (read-only)
- SERVICE_EXECUTOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
used for thread isolation between services
- SERVICE_FILTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SERVICE_MODEL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SERVICE_NAME_MAPPING_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SERVICE_NAME_MAPPING_PROPERTIES_FILE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
The parameter key for the class path of the ServiceNameMapping
Properties file
- SERVICE_PATH_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SERVICE_REGISTRY_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
The protocol for Service Discovery
- SERVICE_REGISTRY_TYPE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
The parameter value of Service-Oriented Registry type
- ServiceAddressURL - Class in org.apache.dubbo.common.url.component
-
- ServiceAddressURL(String, String, String, String, int, String, Map<String, String>, URL) - Constructor for class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- ServiceAddressURL(URLAddress, URLParam, URL) - Constructor for class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- ServiceAnnotationResolver - Class in org.apache.dubbo.common.utils
-
- ServiceAnnotationResolver(Class<?>) - Constructor for class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
- ServiceConfigBase<T> - Class in org.apache.dubbo.config
-
ServiceConfig
- ServiceConfigBase() - Constructor for class org.apache.dubbo.config.ServiceConfigBase
-
- ServiceConfigBase(ModuleModel) - Constructor for class org.apache.dubbo.config.ServiceConfigBase
-
- ServiceConfigBase(Service) - Constructor for class org.apache.dubbo.config.ServiceConfigBase
-
- ServiceConfigBase(ModuleModel, Service) - Constructor for class org.apache.dubbo.config.ServiceConfigBase
-
- ServiceConfigURL - Class in org.apache.dubbo.common.url.component
-
- ServiceConfigURL() - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(URLAddress, URLParam, Map<String, Object>) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, int) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, int, String[]) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, int, Map<String, String>) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, int, String) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, int, String, String...) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, int, String, Map<String, String>) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, String, String, int, String) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, String, String, int, String, String...) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, String, String, int, String, Map<String, String>) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceConfigURL(String, String, String, String, int, String, Map<String, String>, Map<String, Object>) - Constructor for class org.apache.dubbo.common.url.component.ServiceConfigURL
-
- ServiceDefinition - Class in org.apache.dubbo.metadata.definition.model
-
2015/1/27.
- ServiceDefinition() - Constructor for class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- ServiceDefinitionBuilder - Class in org.apache.dubbo.metadata.definition
-
2015/1/27.
- ServiceDescriptor - Interface in org.apache.dubbo.rpc.model
-
ServiceModel and ServiceMetadata are to some extent duplicated with each other.
- ServiceDescriptorInternalCache - Class in org.apache.dubbo.rpc.service
-
- ServiceDescriptorInternalCache() - Constructor for class org.apache.dubbo.rpc.service.ServiceDescriptorInternalCache
-
- ServiceKey - Class in org.apache.dubbo.common
-
- ServiceKey(String, String, String) - Constructor for class org.apache.dubbo.common.ServiceKey
-
- serviceKey(URL) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- serviceKey(int, String, String, String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
-
- ServiceKey.Matcher - Class in org.apache.dubbo.common
-
- ServiceMetadata - Class in org.apache.dubbo.rpc.model
-
Notice, this class currently has no usage inside Dubbo.
- ServiceMetadata(String, String, String, Class<?>) - Constructor for class org.apache.dubbo.rpc.model.ServiceMetadata
-
- ServiceMetadata() - Constructor for class org.apache.dubbo.rpc.model.ServiceMetadata
-
- ServiceModel - Class in org.apache.dubbo.rpc.model
-
- ServiceModel(Object, String, ServiceDescriptor, ModuleModel, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ServiceModel
-
- ServiceModel(Object, String, ServiceDescriptor, ModuleModel, ServiceMetadata, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ServiceModel
-
- ServiceRepository - Class in org.apache.dubbo.rpc.model
-
- ServiceRepository(ApplicationModel) - Constructor for class org.apache.dubbo.rpc.model.ServiceRepository
-
- ServicesLoadingStrategy - Class in org.apache.dubbo.common.extension
-
- ServicesLoadingStrategy() - Constructor for class org.apache.dubbo.common.extension.ServicesLoadingStrategy
-
- SESSION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- set(V) - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Sets the value for the current thread.
- set(InternalThreadLocalMap) - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- set(int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- set(T) - Method in class org.apache.dubbo.common.utils.Holder
-
- set(int, E) - Method in class org.apache.dubbo.common.utils.Stack
-
set.
- SET_FUTURE_IN_SYNC_MODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- setAccepts(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setAccepts(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setAccepts(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setAccesslog(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setAccesslog(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setAccesslog(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setActives(Integer) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setAddress(String, int) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setAddress(String, int) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setAddress(String) - Method in class org.apache.dubbo.common.URL
-
- setAddress(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- setAddress(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setAddress(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setAddress(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setAddress(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setAggregation(AggregationConfig) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setAlive(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setAlive(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setAnnotations(List<String>) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- setAnnotations(List<String>) - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- setAppConfigFile(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setAppConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.Environment
-
- setAppConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- setAppExternalConfig(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setAppExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.Environment
-
- setAppExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- setApplication(ApplicationConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setApplication(ApplicationConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
-
Set application config
- setApplicationModel(ApplicationModel) - Method in class org.apache.dubbo.common.infra.support.EnvironmentAdapter
-
- setApplicationModel(ApplicationModel) - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
-
- setApplicationModel(ApplicationModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelAware
-
Override this method if you just need application model
- setArchitecture(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setArguments(List<? extends ArgumentConfig>) - Method in class org.apache.dubbo.config.MethodConfig
-
- setAsync(Boolean) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setAttribute(String, Object) - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- setAuth(Boolean) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setAutoTrustSerializeClass(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setBackground(Boolean) - Method in class org.apache.dubbo.config.ModuleConfig
-
Whether start module in background.
- setBaggage(BaggageConfig) - Method in class org.apache.dubbo.config.TracingConfig
-
- setBaseUrl(String) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- setBucketNum(Integer) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setBucketsMs(Integer[]) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setBuffer(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setBuffer(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setCaAddress(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setCaCertPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setCache(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setCallback(Boolean) - Method in class org.apache.dubbo.config.ArgumentConfig
-
- setCallbacks(Integer) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setCanonicalName(String) - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- setCharset(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setCharset(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setCheck(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setCheck(Boolean) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setCheck(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setCheck(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setCheckReferenceTimeout(Long) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setCheckSerializable(boolean) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
-
- setCheckSerializable(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setCheckStatus(SerializeCheckStatus) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
-
- setClassLoader(ClassLoader) - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- setClassName(String) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- setClassName(String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- setClassName(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- setClassNameProperty(String) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- setClient(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setClient(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setClient(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setClient(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setClientKeyCertChainPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setClientKeyCertChainPathStream(InputStream) - Method in class org.apache.dubbo.config.SslConfig
-
- setClientKeyPassword(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setClientPrivateKeyPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setClientPrivateKeyPathStream(InputStream) - Method in class org.apache.dubbo.config.SslConfig
-
- setClientTrustCertCollectionPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setClientTrustCertCollectionPathStream(InputStream) - Method in class org.apache.dubbo.config.SslConfig
-
- setCluster(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setCluster(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setCluster(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setCluster(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setCodec(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setCodec(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setCodeSource(String) - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- setCollectorSyncPeriod(Integer) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setCompiler(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setCompressionMethod(String) - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- setConfig(AbstractInterfaceConfig) - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
Deprecated.
- setConfigCenter(ConfigCenterConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setConfigFile(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setConfigManager(ConfigManager) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- setConnections(Integer) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setConnectTimeout(Duration) - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
-
- setConsumer(ConsumerConfig) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- setContent(String) - Method in class org.apache.dubbo.common.config.configcenter.ConfigItem
-
- setContextpath(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setContextpath(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setCorethreads(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setCorethreads(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setCorrelation(BaggageConfig.Correlation) - Method in class org.apache.dubbo.config.nested.BaggageConfig
-
- setCycleReport(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setDefault(Boolean) - Method in class org.apache.dubbo.config.AbstractConfig
-
- setDefaultCheckStatus(SerializeCheckStatus) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
-
- setDefaultCompiler(String) - Static method in class org.apache.dubbo.common.compiler.support.AdaptiveCompiler
-
- setDefaultGroup(String) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- setDelay(Integer) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setDeployer(ApplicationDeployer) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- setDeployer(ModuleDeployer) - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- setDeprecated(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setDeprecated(Boolean) - Method in class org.apache.dubbo.config.MethodConfig
-
- setDestroyRunner(Runnable) - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- setDisabled(boolean) - Static method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- setDispatcher(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setDispatcher(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setDispather(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setDispather(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setDistributionStatisticExpiryMin(Integer) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setDocument(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setDumpDirectory(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setDumpEnable(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setDynamic(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setDynamic(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setDynamicConfiguration(DynamicConfiguration) - Method in class org.apache.dubbo.common.config.Environment
-
- setDynamicConfiguration(DynamicConfiguration) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- setDynamicIncluded(boolean) - Method in class org.apache.dubbo.common.config.CompositeConfiguration
-
- setEnableCollectorSync(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEnabled(boolean) - Static method in class org.apache.dubbo.common.compact.Dubbo2CompactUtils
-
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setEnabled(boolean) - Method in class org.apache.dubbo.config.nested.BaggageConfig.Correlation
-
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.BaggageConfig
-
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
-
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.TracingConfig
-
- setEnabledPercentiles(Boolean) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setEnableEmptyProtection(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setEnableEmptyProtection(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setEnableFileCache(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setEnableHttpServiceDiscovery(Boolean) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
-
- setEnableJvm(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEnableMetadata(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEnableMetricsInit(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEnableQps(Boolean) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setEnableRegistry(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEnableRequest(Boolean) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setEnableRpc(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEnableRt(Boolean) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setEnableRtPxx(Boolean) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setEnableThreadpool(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setEndpoint(String) - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- setEndpoint(String) - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
-
- setEndTime(long) - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
-
- setEnumNameProperty(String) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- setEnums(List<String>) - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- setEnvironment(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setEnvironment(Environment) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- setEnvType(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setExceptionClass(String) - Method in exception org.apache.dubbo.rpc.service.GenericException
-
- setExceptionMessage(String) - Method in exception org.apache.dubbo.rpc.service.GenericException
-
- setExchanger(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setExchanger(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setExecutes(Integer) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setExecutes(Integer) - Method in class org.apache.dubbo.config.MethodConfig
-
- setExecutor(EagerThreadPoolExecutor) - Method in class org.apache.dubbo.common.threadpool.support.eager.TaskQueue
-
- setExecutor(Executor) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setExecutorManagementMode(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setExpectedShutdownTime(long) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
- setExport(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setExportAsync(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
Deprecated.
- setExportAsync(Boolean) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setExportBackground(Boolean) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setExporter(PrometheusConfig.Exporter) - Method in class org.apache.dubbo.config.nested.PrometheusConfig
-
- setExportMetricsService(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setExportServicePort(Integer) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setExportServiceProtocol(String) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setExportThreadNum(Integer) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setExportThreadNum(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- setExtension(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setExtensionAccessor(ExtensionAccessor) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessorAware
-
- setExtensionAccessor(ExtensionAccessor) - Method in interface org.apache.dubbo.common.extension.ExtensionInjector
-
- setExtensionAccessor(ExtensionAccessor) - Method in class org.apache.dubbo.common.extension.inject.AdaptiveExtensionInjector
-
- setExtensionAccessor(ExtensionAccessor) - Method in class org.apache.dubbo.common.extension.inject.SpiExtensionInjector
-
- setExtensionAccessor(ExtensionAccessor) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- setExternalConfig(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.Environment
-
- setExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- setExtProtocol(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setExtraKeys(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setFields(List<String>) - Method in class org.apache.dubbo.config.nested.BaggageConfig.Correlation
-
- setFieldValue(Object, String, T) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Set the value for the specified
Field
- setFieldValue(Object, Field, T) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Set the value for the specified
Field
- setFile(File) - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
-
- setFile(File) - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- setFile(File) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- setFile(File) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- setFile(File) - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Set the current logging file
- setFile(File) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- setFile(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setFile(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setFilter(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setForks(Integer) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setFrameworkModel(FrameworkModel) - Method in class org.apache.dubbo.common.compiler.support.AdaptiveCompiler
-
- setFrameworkModel(FrameworkModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelAware
-
Override this method if you just need framework model
- setGeneric(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setGeneric(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setGeneric(String) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- setGroup(String) - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- setGroup(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setGroup(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setGroup(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setGroup(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setGroup(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setGroup(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setHeaders(Map<String, String>) - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- setHeartbeat(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setHighestPriority(Boolean) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
Deprecated.
- setHistogram(HistogramConfig) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setHost(String) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setHost(String) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setHost(String) - Method in class org.apache.dubbo.common.URL
-
- setHost(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- setHost(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setHost(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setHttpServiceDiscoveryUrl(String) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
-
- setId(String) - Method in class org.apache.dubbo.config.AbstractConfig
-
- setIndex(Integer) - Method in class org.apache.dubbo.config.ArgumentConfig
-
- setIndexedVariable(int, Object) - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- setInit(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setInitialized(boolean) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setInjvm(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setInterface(MulticastSocket, boolean) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
- setInterface(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setInterface(Class<?>) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- setInterface(Class<?>) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- setInterfaceClass(Class<?>) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
Deprecated.
- setInterfaceClassLoader(ClassLoader) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setInterval(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setIothreads(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setIothreads(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setItems(List<String>) - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- setJob(String) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- setKeepAlive(Boolean) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setLayer(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setLazy(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setLevel(Level) - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
-
- setLevel(Level) - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- setLevel(Level) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- setLevel(Level) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
-
- setLevel(Level) - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Set the current logging level
- setLevel(Level) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Set the current logging level
- setLevel(Level) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- setLifeCycleManagedExternally(boolean) - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
- setListener(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setListener(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setListener(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setLivenessProbe(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setLoadbalance(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setLoadingStrategies(LoadingStrategy...) - Static method in class org.apache.dubbo.common.extension.ExtensionLoader
-
- setLocal(Boolean) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setLocal(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setLocalMigrationRule(String) - Method in class org.apache.dubbo.common.config.Environment
-
- setLocalMigrationRule(String) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
-
- setLogger(Logger) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
-
- setLogger(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setLoggerAdapter(FrameworkModel, String) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
- setLoggerAdapter(LoggerAdapter) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Set logger provider
- setLogLevel(Level) - Method in class org.apache.dubbo.common.utils.Log
-
- setLogMessage(String) - Method in class org.apache.dubbo.common.utils.Log
-
- setLogName(String) - Method in class org.apache.dubbo.common.utils.Log
-
- setLogThread(String) - Method in class org.apache.dubbo.common.utils.Log
-
- setMappingRetryInterval(Integer) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setMaxCapacity(int) - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- setMaxCapacity(int) - Method in class org.apache.dubbo.common.utils.LRUCache
-
- setMaxExpectedMs(Integer) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setMaxFreeMemory(int) - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
-
set the max free memory.
- setMemoryLimit(long) - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
-
- setMemoryLimit(long) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
-
- setMerger(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setMeshEnable(Boolean) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setMetadataReportConfig(MetadataReportConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setMetadataServicePort(Integer) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setMetadataServiceProtocol(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setMetadataType(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setMethods(List<? extends MethodConfig>) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setMethods(List<MethodDefinition>) - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- setMetrics(MetricsConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- setMinExpectedMs(Integer) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setMixinInstance(Object) - Method in interface org.apache.dubbo.common.bytecode.Mixin.MixinAware
-
- setMock(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setMock(Object) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setModelName(String) - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
- setModule(ModuleConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setModule(ModuleConfig) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
-
- setModuleEnvironment(ModuleEnvironment) - Method in class org.apache.dubbo.rpc.model.ModuleModel
-
Deprecated.
- setModuleModel(ModuleModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelAware
-
Override this method if you just need module model
- setMonitor(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setMonitor(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setMonitor(String) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setName(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setName(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setName(String) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setName(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setName(String) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- setNamespace(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setNeedRefresh(boolean) - Method in class org.apache.dubbo.config.AbstractConfig
-
- setNetworker(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setNetworker(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setOidcTokenPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setOnconnect(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setOnconnect(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setOndisconnect(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setOndisconnect(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setOninvoke(Object) - Method in class org.apache.dubbo.config.MethodConfig
-
- setOninvokeInstance(Object) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- setOninvokeMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setOninvokeMethod(Method) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- setOnreturn(Object) - Method in class org.apache.dubbo.config.MethodConfig
-
- setOnreturnInstance(Object) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- setOnreturnMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setOnreturnMethod(Method) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- setOnthrow(Object) - Method in class org.apache.dubbo.config.MethodConfig
-
- setOnthrowInstance(Object) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- setOnthrowMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setOnthrowMethod(Method) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
-
- setOptimizer(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setOrganization(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setOrganization(String) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setOtlpConfig(ExporterConfig.OtlpConfig) - Method in class org.apache.dubbo.config.nested.ExporterConfig
-
- setOverrideURL(ServiceConfigURL) - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- setOwner(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setOwner(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setOwner(String) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setParameters(Map<String, String>) - Method in class org.apache.dubbo.metadata.definition.model.FullServiceDefinition
-
- setParameters(List<TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- setParameterTypes(String[]) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- setParentPrefix(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setPassword(String) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setPassword(String) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setPassword(String) - Method in class org.apache.dubbo.common.URL
-
- setPassword(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- setPassword(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setPassword(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setPassword(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setPassword(String) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- setPassword(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setPath(String) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setPath(String) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setPath(String) - Method in class org.apache.dubbo.common.URL
-
- setPath(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- setPath(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
Deprecated.
- setPath(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- setPath(String) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- setPayload(Integer) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setPayload(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setPayload(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setPending() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
-
- setPending() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- setPercentiles(double[]) - Method in class org.apache.dubbo.config.nested.HistogramConfig
-
- setPort(int) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setPort(int) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setPort(int) - Method in class org.apache.dubbo.common.URL
-
- setPort(int) - Method in class org.apache.dubbo.common.URLBuilder
-
- setPort(Integer) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setPort(Integer) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setPort(String) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setPort(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setPort(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- setPort(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setPreferred(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setPreferSerialization(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setPreferSerialization(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setPrimitiveProperty(Object) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- setProbability(float) - Method in class org.apache.dubbo.config.nested.SamplingConfig
-
- setPrometheus(PrometheusConfig) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setPrompt(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setPrompt(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setPropagation(PropagationConfig) - Method in class org.apache.dubbo.config.TracingConfig
-
- setProperties(Map<String, String>) - Method in class org.apache.dubbo.common.config.InmemoryConfiguration
-
set store
- setProperties(Properties) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
Deprecated.
- setProperties(Properties) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
Deprecated.
- setProperties(Map<String, String>) - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- setProperty(Object, Object) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- setProperty(String, String) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
- setProperty(String, String) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
- setPropertyValue(Object, String, Object) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
set property value.
- setPropertyValues(Object, String[], Object[]) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
set property value.
- setProtocol(String) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setProtocol(String) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setProtocol(String) - Method in class org.apache.dubbo.common.URL
-
- setProtocol(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- setProtocol(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setProtocol(ProtocolConfig) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setProtocol(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setProtocol(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setProtocol(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setProtocol(String) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setProtocol(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setProtocol(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- setProtocol(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setProtocolIds(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setProtocols(List<? extends ProtocolConfig>) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setProvidedBy(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setProvider(ProviderConfig) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- setProviderIds(String) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- setProviderNamespace(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setProviderPort(Integer) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setProviderUrl(URL) - Method in class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- setProxy(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setProxyObject(Object) - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- setPushgateway(PrometheusConfig.Pushgateway) - Method in class org.apache.dubbo.config.nested.PrometheusConfig
-
- setPushInterval(Integer) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- setQosAcceptForeignIp(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosAcceptForeignIpCompatible(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosAcceptForeignIpWhitelist(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosAcceptForeignIpWhitelistCompatible(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosAnonymousAccessPermissionLevel(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosAnonymousAccessPermissionLevelCompatible(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosAnonymousAllowCommands(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosCheck(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosEnable(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosEnableCompatible(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosHost(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosHostCompatible(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosPort(Integer) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQosPortCompatible(Integer) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setQpsTimeWindowMillSeconds(Integer) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setQueues(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setQueues(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setQueues(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setReadinessProbe(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setReadTimeout(Duration) - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
-
- setReconnect(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setRef(T) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- setReferAsync(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
Deprecated.
- setReferAsync(Boolean) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setReferBackground(Boolean) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setReferThreadNum(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setReferThreadNum(Integer) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setRegister(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setRegister(Boolean) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setRegister(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setRegisterConsumer(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setRegistered(boolean) - Method in class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- setRegisterMode(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setRegisterMode(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setRegistries(List<? extends RegistryConfig>) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setRegistries(List<? extends RegistryConfig>) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setRegistries(List<? extends RegistryConfig>) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setRegistry(RegistryConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setRegistry(RegistryConfig) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setRegistry(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setRegistry(RegistryConfig) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setRegistryIds(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setRegistryIds(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setRegistryUrl(URL) - Method in class org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
-
- setRejector(Rejector<E>) - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
-
set the rejector.
- setReliable(Boolean) - Method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- setRemoteFields(List<String>) - Method in class org.apache.dubbo.config.nested.BaggageConfig
-
- setReportDefinition(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setReportMetadata(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setRepository(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setRetries(Integer) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setRetry(Boolean) - Method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- setRetryPeriod(Integer) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setRetryTimes(Integer) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setReturn(Boolean) - Method in class org.apache.dubbo.config.MethodConfig
-
- setReturnType(String) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
-
- setRouter(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setRpcLevel(String) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setSampling(SamplingConfig) - Method in class org.apache.dubbo.config.TracingConfig
-
- setScope(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setScopeModel(ScopeModel) - Method in class org.apache.dubbo.common.beans.ScopeBeanExtensionInjector
-
- setScopeModel(ScopeModel) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- setScopeModel(ScopeModel) - Method in class org.apache.dubbo.common.URL
-
- setScopeModel(ScopeModel) - Method in class org.apache.dubbo.common.URLBuilder
-
- setScopeModel(ScopeModel) - Method in class org.apache.dubbo.config.AbstractConfig
-
- setScopeModel(ScopeModel) - Method in interface org.apache.dubbo.rpc.model.ScopeModelAware
-
Override this method if you need get the scope model (maybe one of FrameworkModel/ApplicationModel/ModuleModel).
- setSecure(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setSent(Boolean) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setSerialization(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setSerialization(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setSerializeCheckStatus(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setServer(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setServer(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setServer(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setServerKeyCertChainPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setServerKeyCertChainPathStream(InputStream) - Method in class org.apache.dubbo.config.SslConfig
-
- setServerKeyPassword(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setServerPrivateKeyPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setServerPrivateKeyPathStream(InputStream) - Method in class org.apache.dubbo.config.SslConfig
-
- setServerTrustCertCollectionPath(String) - Method in class org.apache.dubbo.config.SslConfig
-
- setServerTrustCertCollectionPathStream(InputStream) - Method in class org.apache.dubbo.config.SslConfig
-
- setService(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setServiceId(String) - Method in class org.apache.dubbo.config.MethodConfig
-
- setServiceInterface(String) - Method in class org.apache.dubbo.common.URL
-
- setServiceInterfaceName(String) - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- setServiceKey(String) - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- setServiceKey(String) - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
- setServiceModel(ServiceModel) - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- setServiceModel(ServiceModel) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
- setServiceModel(ServiceModel) - Method in class org.apache.dubbo.common.URL
-
- setServiceRepository(ServiceRepository) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
- setServiceType(Class<?>) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- setServiceUrls(List<URL>) - Method in class org.apache.dubbo.rpc.model.ProviderModel
-
- setSession(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setShareconnections(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setShutwait(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setSimplified(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setSingleton(Boolean) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setSsl(SslConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- setSslEnabled(Boolean) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setStartupProbe(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setStat(Integer) - Method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- setStatus(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setStatus(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setSticky(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
- setSticky(Boolean) - Method in class org.apache.dubbo.config.MethodConfig
-
- setStub(Boolean) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setStub(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setSubscribe(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setSuperClass(String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- setSuperClass(Class<?>) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
-
- setSuperClassName(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
- setSyncReport(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setTag(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setTarget(Object) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
-
- setTelnet(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setTelnet(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- SETTER_METHOD_DESC_PATTERN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
- setThreadLocalMap(InternalThreadLocalMap) - Method in class org.apache.dubbo.common.threadlocal.InternalThread
-
Sets the internal data structure that keeps the threadLocal variables bound to this thread.
- setThreadName(URL, String) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
append thread name with url address
- setThreadname(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setThreadname(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setThreadpool(String) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setThreadpool(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setThreadpool(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setThreadPoolExhaustedListeners(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setThreads(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setThreads(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setThreads(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setTicket(Object) - Method in class org.apache.dubbo.common.config.configcenter.ConfigItem
-
- setTimeout(Integer) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setTimeout(Long) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setTimeout(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setTimeout(Integer) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setTimeout(Duration) - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
-
- setTimeout(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setTimestamp(long) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setTimestamp(long) - Method in class org.apache.dubbo.common.url.component.URLParam
-
- setTimeWindowSeconds(Integer) - Method in class org.apache.dubbo.config.nested.AggregationConfig
-
- setToBizProfiler(ProfilerEntry) - Static method in class org.apache.dubbo.common.profiler.Profiler
-
- setToken(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setToken(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setTracing(TracingConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
-
- setTracingExporter(ExporterConfig) - Method in class org.apache.dubbo.config.TracingConfig
-
- setTransport(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
Deprecated.
- setTransporter(String) - Method in class org.apache.dubbo.config.ProtocolConfig
-
- setTransporter(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setTransporter(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setTrustSerializeClassLevel(Integer) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setType(int) - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
-
- setType(String) - Method in class org.apache.dubbo.config.ArgumentConfig
-
- setType(String) - Method in class org.apache.dubbo.config.nested.PropagationConfig
-
- setType(String) - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
- setTypes(List<TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
-
- setUnloadClusterRelated(Boolean) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- setUrl(String) - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- setUrlMergeProcessor(String) - Method in class org.apache.dubbo.config.ConsumerConfig
-
- setUseAsConfigCenter(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setUseAsMetadataCenter(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setUseGlobalRegistry(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
-
- setUsername(String) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
-
- setUsername(String) - Method in class org.apache.dubbo.common.url.component.URLAddress
-
- setUsername(String) - Method in class org.apache.dubbo.common.URL
-
- setUsername(String) - Method in class org.apache.dubbo.common.URLBuilder
-
- setUsername(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
-
- setUsername(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
-
- setUsername(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setUsername(String) - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
-
- setUsername(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setValidation(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
- setValue(String) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
-
- setVersion(String) - Method in class org.apache.dubbo.common.BaseServiceMetadata
-
- setVersion(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
- setVersion(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setVersion(String) - Method in class org.apache.dubbo.config.ApplicationConfig
-
- setVersion(String) - Method in class org.apache.dubbo.config.ModuleConfig
-
- setVersion(String) - Method in class org.apache.dubbo.config.MonitorConfig
-
- setVersion(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setWait(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
-
- setWait(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
-
Deprecated.
- setWarmup(Integer) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setWarnPercent(double) - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
-
- setWeight(Integer) - Method in class org.apache.dubbo.config.AbstractServiceConfig
-
- setWeight(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
-
- setZipkinConfig(ExporterConfig.ZipkinConfig) - Method in class org.apache.dubbo.config.nested.ExporterConfig
-
- setZone(String) - Method in class org.apache.dubbo.config.RegistryConfig
-
- short2bytes(short) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- short2bytes(short, byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- short2bytes(short, byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- SHORTEST_RESPONSE - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
-
Filter the number of invokers with the shortest response time of success calls and count the weights and quantities of these invokers.
- shortValue() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
-
- shouldCheck() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- shouldDelay() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- shouldExport() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- shouldExportAsync() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
- shouldInit() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- shouldReferAsync() - Method in class org.apache.dubbo.config.ReferenceConfigBase
-
- shutdown() - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
-
The following methods are still not supported
- SHUTDOWN_TIMEOUT_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- SHUTDOWN_WAIT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SHUTDOWN_WAIT_SECONDS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Deprecated.
- ShutdownHookCallback - Interface in org.apache.dubbo.common.lang
-
A callback interface invoked when Dubbo application is stopped.
- ShutdownHookCallbacks - Class in org.apache.dubbo.common.lang
-
- ShutdownHookCallbacks(ApplicationModel) - Constructor for class org.apache.dubbo.common.lang.ShutdownHookCallbacks
-
- shutdownNow() - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
-
- shutdownNow(Executor, int) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
- shutdownServiceExportExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- shutdownServiceExportExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
The executor only used in bootstrap currently, we should call this method to release the resource
after the async export is done.
- shutdownServiceReferExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
-
- shutdownServiceReferExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
The executor only used in bootstrap currently, we should call this method to release the resource
after the async refer is done.
- SIDE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SIMPLE_TYPES - Static variable in class org.apache.dubbo.common.utils.ClassUtils
-
- simpleClassName(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- simpleClassName(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
- SimpleDataStore - Class in org.apache.dubbo.common.store.support
-
- SimpleDataStore() - Constructor for class org.apache.dubbo.common.store.support.SimpleDataStore
-
- size() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
-
- size() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
-
- size() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Returns the number of thread local variables bound to the current thread.
- size() - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
-
- size() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- size(Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
- size() - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class org.apache.dubbo.common.utils.LRU2Cache
-
- size() - Method in class org.apache.dubbo.common.utils.LRUCache
-
- size() - Method in class org.apache.dubbo.common.utils.Stack
-
get stack size.
- skip(long) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
-
- skip(long) - Method in class org.apache.dubbo.common.io.UnsafeStringReader
-
- skipUnusedStream(InputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
-
- SLASH - Static variable in class org.apache.dubbo.common.utils.StringUtils
-
- SLASH_CHAR - Static variable in class org.apache.dubbo.common.utils.StringUtils
-
- Slf4jLogger - Class in org.apache.dubbo.common.logger.slf4j
-
- Slf4jLogger(Logger) - Constructor for class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
-
- Slf4jLoggerAdapter - Class in org.apache.dubbo.common.logger.slf4j
-
- Slf4jLoggerAdapter() - Constructor for class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- snakeToSplitName(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Convert snake_case or SNAKE_CASE to kebab-case.
- sort(List<T>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
- sortSimpleName(List<String>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
- SPI - Annotation Type in org.apache.dubbo.common.extension
-
Marker for extension interface
Changes on extension configuration file
Use
Protocol as an example, its configuration file 'META-INF/dubbo/com.xxx.Protocol' is changed from:
- SpiExtensionInjector - Class in org.apache.dubbo.common.extension.inject
-
SpiExtensionInjector
- SpiExtensionInjector() - Constructor for class org.apache.dubbo.common.extension.inject.SpiExtensionInjector
-
- split(List<String>, String) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
- split(String, char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
split.
- splitAll(Map<String, List<String>>, String) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
- splitToList(String, char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Splits String around matches of the given character.
- splitToSet(String, char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Split the specified value to be a
Set
- splitToSet(String, char, boolean) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Split the specified value to be a
Set
- SSL_ENABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SslConfig - Class in org.apache.dubbo.config
-
- SslConfig() - Constructor for class org.apache.dubbo.config.SslConfig
-
- SslConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.SslConfig
-
- SSLConfigCertProvider - Class in org.apache.dubbo.common.ssl.impl
-
- SSLConfigCertProvider() - Constructor for class org.apache.dubbo.common.ssl.impl.SSLConfigCertProvider
-
- Stack<E> - Class in org.apache.dubbo.common.utils
-
Stack.
- Stack() - Constructor for class org.apache.dubbo.common.utils.Stack
-
- STAGED_CLASSLOADER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- start() - Method in interface org.apache.dubbo.common.context.Lifecycle
-
Start the component
- start() - Method in class org.apache.dubbo.common.context.LifecycleAdapter
-
- start() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Starts the component.
- start() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
Starts the component.
- start() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- start() - Method in class org.apache.dubbo.common.extension.inject.AdaptiveExtensionInjector
-
- start(String) - Static method in class org.apache.dubbo.common.profiler.Profiler
-
- start() - Method in class org.apache.dubbo.common.timer.HashedWheelTimer
-
Starts the background thread explicitly.
- start() - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- startsWithIgnoreCase(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Test str whether starts with the prefix ignore case.
- STARTUP_PROBE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- Status - Class in org.apache.dubbo.common.status
-
Status
- Status(Status.Level) - Constructor for class org.apache.dubbo.common.status.Status
-
- Status(Status.Level, String) - Constructor for class org.apache.dubbo.common.status.Status
-
- Status(Status.Level, String, String) - Constructor for class org.apache.dubbo.common.status.Status
-
- Status.Level - Enum in org.apache.dubbo.common.status
-
Level
- STATUS_KEY - Static variable in interface org.apache.dubbo.config.Constants
-
- StatusChecker - Interface in org.apache.dubbo.common.status
-
StatusChecker
- StatusUtils - Class in org.apache.dubbo.common.status.support
-
StatusManager
- StatusUtils() - Constructor for class org.apache.dubbo.common.status.support.StatusUtils
-
- stop() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Stops the component.
- stop() - Method in interface org.apache.dubbo.common.deploy.Deployer
-
Stops the component.
- stop() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
-
- stop() - Method in class org.apache.dubbo.common.timer.HashedWheelTimer
-
- stop() - Method in interface org.apache.dubbo.common.timer.Timer
-
Releases all resources acquired by this
Timer and cancels all
tasks which were scheduled but not executed yet.
- stop() - Static method in class org.apache.dubbo.common.utils.LogUtil
-
- StreamObserver<T> - Interface in org.apache.dubbo.common.stream
-
StreamObserver is a common streaming API.
- Streams - Interface in org.apache.dubbo.common.function
-
The utilities class for
Stream
- StreamUtils - Class in org.apache.dubbo.common.io
-
Stream utils.
- StringConstantFieldValuePredicate - Class in org.apache.dubbo.common.utils
-
- StringConstantFieldValuePredicate(Class<?>) - Constructor for class org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
-
- StringConverter<T> - Interface in org.apache.dubbo.common.convert
-
A class to covert
String to the target-typed value
- StringToArrayConverter - Class in org.apache.dubbo.common.convert.multiple
-
The class to convert
String to array-type object
- StringToArrayConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToArrayConverter
-
- StringToBlockingDequeConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToBlockingDequeConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToBlockingDequeConverter
-
- StringToBlockingQueueConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToBlockingQueueConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToBlockingQueueConverter
-
- StringToBooleanConverter - Class in org.apache.dubbo.common.convert
-
- StringToBooleanConverter() - Constructor for class org.apache.dubbo.common.convert.StringToBooleanConverter
-
- StringToByteConverter - Class in org.apache.dubbo.common.convert
-
- StringToByteConverter() - Constructor for class org.apache.dubbo.common.convert.StringToByteConverter
-
- StringToCharacterConverter - Class in org.apache.dubbo.common.convert
-
- StringToCharacterConverter() - Constructor for class org.apache.dubbo.common.convert.StringToCharacterConverter
-
- StringToCharArrayConverter - Class in org.apache.dubbo.common.convert
-
The class to convert
String to
char[]
- StringToCharArrayConverter() - Constructor for class org.apache.dubbo.common.convert.StringToCharArrayConverter
-
- StringToCollectionConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToCollectionConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToCollectionConverter
-
- StringToDequeConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToDequeConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToDequeConverter
-
- StringToDoubleConverter - Class in org.apache.dubbo.common.convert
-
- StringToDoubleConverter() - Constructor for class org.apache.dubbo.common.convert.StringToDoubleConverter
-
- StringToDurationConverter - Class in org.apache.dubbo.common.convert
-
- StringToDurationConverter() - Constructor for class org.apache.dubbo.common.convert.StringToDurationConverter
-
- StringToFloatConverter - Class in org.apache.dubbo.common.convert
-
- StringToFloatConverter() - Constructor for class org.apache.dubbo.common.convert.StringToFloatConverter
-
- StringToIntegerConverter - Class in org.apache.dubbo.common.convert
-
- StringToIntegerConverter() - Constructor for class org.apache.dubbo.common.convert.StringToIntegerConverter
-
- StringToIterableConverter<T extends Iterable> - Class in org.apache.dubbo.common.convert.multiple
-
- StringToIterableConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToIterableConverter
-
- StringToListConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToListConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToListConverter
-
- StringToLongConverter - Class in org.apache.dubbo.common.convert
-
- StringToLongConverter() - Constructor for class org.apache.dubbo.common.convert.StringToLongConverter
-
- StringToMultiValueConverter - Interface in org.apache.dubbo.common.convert.multiple
-
The class to convert
String to multiple value object
- StringToNavigableSetConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToNavigableSetConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToNavigableSetConverter
-
- StringToOptionalConverter - Class in org.apache.dubbo.common.convert
-
- StringToOptionalConverter() - Constructor for class org.apache.dubbo.common.convert.StringToOptionalConverter
-
- StringToQueueConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToQueueConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToQueueConverter
-
- StringToSetConverter - Class in org.apache.dubbo.common.convert.multiple
-
The class to convert
String to
Set-based value
- StringToSetConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToSetConverter
-
- StringToShortConverter - Class in org.apache.dubbo.common.convert
-
- StringToShortConverter() - Constructor for class org.apache.dubbo.common.convert.StringToShortConverter
-
- StringToSortedSetConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToSortedSetConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToSortedSetConverter
-
- StringToStringConverter - Class in org.apache.dubbo.common.convert
-
- StringToStringConverter() - Constructor for class org.apache.dubbo.common.convert.StringToStringConverter
-
- StringToTransferQueueConverter - Class in org.apache.dubbo.common.convert.multiple
-
- StringToTransferQueueConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToTransferQueueConverter
-
- StringUtils - Class in org.apache.dubbo.common.utils
-
StringUtils
- stripEnd(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Strips any of a set of characters from the end of a String.
- STUB_EVENT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- StubMethodDescriptor - Class in org.apache.dubbo.rpc.model
-
- StubMethodDescriptor(String, Class<?>, Class<?>, StubServiceDescriptor, MethodDescriptor.RpcType, Pack, Pack, UnPack, UnPack) - Constructor for class org.apache.dubbo.rpc.model.StubMethodDescriptor
-
- StubServiceDescriptor - Class in org.apache.dubbo.rpc.model
-
- StubServiceDescriptor(String, Class<?>) - Constructor for class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
- submit(ScheduledExecutorService, Supplier<T>) - Static method in class org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
-
- SUBSCRIBED_SERVICE_NAMES_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
Specify registry level services consumer needs to subscribe to, multiple values should be separated using ",".
- SVC - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SYNC_REPORT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- SystemConfiguration - Class in org.apache.dubbo.common.config
-
Configuration from system properties
- SystemConfiguration() - Constructor for class org.apache.dubbo.common.config.SystemConfiguration
-
- validate(AbstractConfig) - Method in interface org.apache.dubbo.config.context.ConfigValidator
-
- VALIDATION_KEY - Static variable in interface org.apache.dubbo.common.constants.FilterConstants
-
- valueOf(String) - Static method in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.config.configcenter.ConfigChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.constants.RegisterTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.deploy.DeployState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.extension.ExtensionScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.logger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.ssl.AuthPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.status.Status.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String, URL) - Static method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- valueOf(String, URL, ServiceConfigURL) - Static method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
- valueOf(String) - Static method in class org.apache.dubbo.common.URL
-
parse decoded url string, formatted dubbo://host:port/path?param=value, into strutted URL.
- valueOf(String, ScopeModel) - Static method in class org.apache.dubbo.common.URL
-
- valueOf(String, boolean) - Static method in class org.apache.dubbo.common.URL
-
parse normal or encoded url string into strutted URL:
- dubbo://host:port/path?param=value
- URL.encode("dubbo://host:port/path?param=value")
- valueOf(String, String...) - Static method in class org.apache.dubbo.common.URL
-
- valueOf(URL, String[], String[]) - Static method in class org.apache.dubbo.common.URL
-
- valueOf(String) - Static method in enum org.apache.dubbo.common.utils.JRE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.common.utils.SerializeCheckStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
- valueOf(String) - Static method in enum org.apache.dubbo.config.context.ConfigMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.config.configcenter.ConfigChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.constants.RegisterTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.deploy.DeployState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.extension.ExtensionScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.logger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.ssl.AuthPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.status.Status.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
-
- values() - Static method in enum org.apache.dubbo.common.utils.JRE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.common.utils.SerializeCheckStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.config.context.ConfigMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in org.apache.dubbo.common
-
Version
- VERSION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
- versionFromServiceKey(String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
-
- VULNERABILITY_WARNING - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-