Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
$
- $destroy() - Method in interface org.apache.dubbo.rpc.service.Destroyable
- $echo(Object) - Method in interface org.apache.dubbo.rpc.service.EchoService
-
echo test.
- $ECHO - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
echo call
- $invoke(String, String[], Object[]) - Method in interface org.apache.dubbo.rpc.service.GenericService
-
Generic invocation
- $INVOKE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
generic call
- $INVOKE_ASYNC - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- $invokeAsync(String, String[], Object[]) - Method in interface org.apache.dubbo.rpc.service.GenericService
A
- AbortPolicy<E> - Class in org.apache.dubbo.common.concurrent
-
A handler for rejected element that throws a
RejectException. - AbortPolicy() - Constructor for class org.apache.dubbo.common.concurrent.AbortPolicy
- AbortPolicyWithReport - Class in org.apache.dubbo.common.threadpool.support
-
Abort Policy.
- AbortPolicyWithReport(String, URL) - Constructor for class org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
- AbstractCompiler - Class in org.apache.dubbo.common.compiler.support
-
Abstract compiler.
- AbstractCompiler() - Constructor for class org.apache.dubbo.common.compiler.support.AbstractCompiler
- AbstractConfig - Class in org.apache.dubbo.config
-
Utility methods and public methods for parsing configuration
- AbstractConfig() - Constructor for class org.apache.dubbo.config.AbstractConfig
- AbstractConfig(ScopeModel) - Constructor for class org.apache.dubbo.config.AbstractConfig
- AbstractConfigManager - Class in org.apache.dubbo.config.context
- AbstractConfigManager(ScopeModel, Collection<Class<? extends AbstractConfig>>) - Constructor for class org.apache.dubbo.config.context.AbstractConfigManager
- AbstractDeployer<E> - Class in org.apache.dubbo.common.deploy
- AbstractDeployer(E) - Constructor for class org.apache.dubbo.common.deploy.AbstractDeployer
- AbstractDynamicConfiguration - Class in org.apache.dubbo.common.config.configcenter
-
The abstract implementation of
DynamicConfiguration - AbstractDynamicConfigurationFactory - Class in org.apache.dubbo.common.config.configcenter
-
Abstract
DynamicConfigurationFactoryimplementation with cache ability - AbstractDynamicConfigurationFactory() - Constructor for class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory
- AbstractInterfaceConfig - Class in org.apache.dubbo.config
-
Abstract configuration for the interface.
- AbstractInterfaceConfig() - Constructor for class org.apache.dubbo.config.AbstractInterfaceConfig
- AbstractInterfaceConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.AbstractInterfaceConfig
- AbstractIsolationExecutorSupport - Class in org.apache.dubbo.rpc.executor
- AbstractIsolationExecutorSupport(URL) - Constructor for class org.apache.dubbo.rpc.executor.AbstractIsolationExecutorSupport
- AbstractJsonUtilImpl - Class in org.apache.dubbo.common.json.impl
- AbstractJsonUtilImpl() - Constructor for class org.apache.dubbo.common.json.impl.AbstractJsonUtilImpl
- AbstractMethodConfig - Class in org.apache.dubbo.config
-
Abstract configuration for the method.
- AbstractMethodConfig() - Constructor for class org.apache.dubbo.config.AbstractMethodConfig
- AbstractMethodConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.AbstractMethodConfig
- AbstractReferenceConfig - Class in org.apache.dubbo.config
-
AbstractConsumerConfig
- AbstractReferenceConfig() - Constructor for class org.apache.dubbo.config.AbstractReferenceConfig
- AbstractReferenceConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.AbstractReferenceConfig
- AbstractServiceConfig - Class in org.apache.dubbo.config
-
Abstract configuration for the service.
- AbstractServiceConfig() - Constructor for class org.apache.dubbo.config.AbstractServiceConfig
- AbstractServiceConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.AbstractServiceConfig
- accept(Class<?>) - Method in class org.apache.dubbo.metadata.definition.builder.ArrayTypeBuilder
- accept(Class<?>) - Method in class org.apache.dubbo.metadata.definition.builder.CollectionTypeBuilder
- accept(Class<?>) - Method in class org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
- accept(Class<?>) - Method in class org.apache.dubbo.metadata.definition.builder.MapTypeBuilder
- accept(Class<?>) - Method in interface org.apache.dubbo.metadata.definition.builder.TypeBuilder
-
Whether the build accept the class passed in.
- accept(Class<?>, Class<?>) - Method in interface org.apache.dubbo.common.convert.Converter
-
Accept the source type and target type or not
- accept(Class<String>, Class<?>) - Method in class org.apache.dubbo.common.convert.multiple.StringToArrayConverter
- accept(Class<String>, Class<?>) - Method in class org.apache.dubbo.common.convert.multiple.StringToIterableConverter
- accept(Class<S>, Class<?>) - Method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
Accept the source type and target type or not
- accept(T) - Method in interface org.apache.dubbo.common.function.ThrowableConsumer
-
Applies this function to the given argument.
- ACCEPT_FOREIGN_IP - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ACCEPT_FOREIGN_IP_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ACCEPT_FOREIGN_IP_WHITELIST - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ACCEPT_FOREIGN_IP_WHITELIST_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ACCEPTS_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- accesslog() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Access log for the service, default value is empty string
- accesslog() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Access log for the service, default value is ""
- acquire(Object) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
- acquire(Object, long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
- acquireInterruptibly(Object) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
- Activate - Annotation Type in org.apache.dubbo.common.extension
-
Activate.
- ActivateComparator - Class in org.apache.dubbo.common.extension.support
-
OrderComparator
- ActivateComparator(List<ExtensionDirector>) - Constructor for class org.apache.dubbo.common.extension.support.ActivateComparator
- ActivateComparator(ExtensionDirector) - Constructor for class org.apache.dubbo.common.extension.support.ActivateComparator
- actives() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Maximum active requests allowed, default value is 0
- actives() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Maximum active requests allowed, default value is -1
- actives() - Element in annotation type org.apache.dubbo.config.annotation.Method
- actives() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Maximum active requests allowed, default value is 0
- actives() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Maximum active requests allowed, default value is 0
- Adaptive - Annotation Type in org.apache.dubbo.common.extension
-
Provide helpful information for
ExtensionLoaderto inject dependency extension instance. - ADAPTIVE - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
-
adaptive load balance.
- AdaptiveClassCodeGenerator - Class in org.apache.dubbo.common.extension
-
Code generator for Adaptive class
- AdaptiveClassCodeGenerator(Class<?>, String) - Constructor for class org.apache.dubbo.common.extension.AdaptiveClassCodeGenerator
- AdaptiveCompiler - Class in org.apache.dubbo.common.compiler.support
-
AdaptiveCompiler.
- AdaptiveCompiler() - Constructor for class org.apache.dubbo.common.compiler.support.AdaptiveCompiler
- AdaptiveExtensionInjector - Class in org.apache.dubbo.common.extension.inject
-
AdaptiveExtensionInjector
- AdaptiveExtensionInjector() - Constructor for class org.apache.dubbo.common.extension.inject.AdaptiveExtensionInjector
- add(E) - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Adds the specified element to this set if it is not already present.
- add(String) - Method in class org.apache.dubbo.common.url.component.param.DynamicValues
- addAll(Collection<T>, T...) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Add the multiple values into
the specified collection - addAndGet(int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- addArgument(ArgumentConfig) - Method in class org.apache.dubbo.config.MethodConfig
- addAttachment(String, Object) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
- addAttribute(String, Object) - Method in class org.apache.dubbo.rpc.model.ConsumerMethodModel
-
Deprecated.
- addAttribute(String, Object) - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
- addAttribute(String, Object) - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- addAttribute(String, Object) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
- addAttribute(String, Object) - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
- addAttributes(Map<String, Object>) - Method in class org.apache.dubbo.common.URL
- addAttributes(Map<String, Object>) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- addCallback(ShutdownHookCallback) - Method in class org.apache.dubbo.common.lang.ShutdownHookCallbacks
- addClassLoader(ClassLoader) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
- addClassLoader(ClassLoader) - Method in class org.apache.dubbo.rpc.model.ModuleModel
- addClassLoader(ClassLoader) - Method in class org.apache.dubbo.rpc.model.ScopeModel
- addClassLoaderListener(ScopeClassLoaderListener) - Method in class org.apache.dubbo.rpc.model.ScopeModel
- addConfig(AbstractConfig) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
-
Add the dubbo
config - addConfigCenter(ConfigCenterConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
- addConfigCenters(Iterable<ConfigCenterConfig>) - Method in class org.apache.dubbo.config.context.ConfigManager
- addConfiguration(int, Configuration) - Method in class org.apache.dubbo.common.config.CompositeConfiguration
- addConfiguration(DynamicConfiguration) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
- addConfiguration(Configuration) - Method in class org.apache.dubbo.common.config.CompositeConfiguration
- addConfigurationFirst(Configuration) - Method in class org.apache.dubbo.common.config.CompositeConfiguration
- addConstructor(int, Class<?>[], Class<?>[], String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addConstructor(int, Class<?>[], String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addConstructor(Constructor<?>) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addConstructor(String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addConstructor(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
- addConsumer(ConsumerConfig) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addConsumers(Iterable<ConsumerConfig>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addDefaultConstructor() - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addDeployListener(DeployListener<E>) - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
- addDeployListener(DeployListener<E>) - Method in interface org.apache.dubbo.common.deploy.Deployer
- addDestroyListener(ScopeModelDestroyListener) - Method in class org.apache.dubbo.rpc.model.ScopeModel
- ADDED - Enum constant in enum org.apache.dubbo.common.config.configcenter.ConfigChangeType
-
A config is created.
- addExtension(String, Class<?>) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Register new extension via API
- addExtensionPostProcessor(ExtensionPostProcessor) - Method in class org.apache.dubbo.common.extension.ExtensionDirector
- addField(String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addField(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
- addField(String, int, Class<?>) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addField(String, int, Class<?>, String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addImports(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
- addInterface(Class<?>) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addInterface(String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addInterface(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
- addItem(T) - Method in class org.apache.dubbo.common.threadpool.manager.Ring
- addListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
- addListener(String, String, ConfigurationListener) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Register a configuration listener for a specified key The listener only works for service governance purpose, so the target group would always be the value user specifies at startup or 'dubbo' by default.
- addListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- addListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
- addListener(String, String, ConfigurationListener) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
- addListener(String, ConfigurationListener) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
- addListener(DataStoreUpdateListener) - Method in interface org.apache.dubbo.common.store.DataStore
- addListener(DataStoreUpdateListener) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
- addMetadataReport(MetadataReportConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
- addMetadataReports(Iterable<MetadataReportConfig>) - Method in class org.apache.dubbo.config.context.ConfigManager
- addMethod(Method) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addMethod(String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addMethod(String) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
- addMethod(String, int, Class<?>, Class<?>[], Class<?>[], String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addMethod(String, int, Class<?>, Class<?>[], String) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addMethod(String, Method) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- addMethod(MethodConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- addMethod(MethodDescriptor) - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
- addMethod(MethodDescriptor) - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
- addMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.URLBuilder
- addMethodParameterIfAbsent(String, String, String) - Method in class org.apache.dubbo.common.URLBuilder
- addMethodParameters(Map<String, Map<String, String>>) - Method in class org.apache.dubbo.common.URLBuilder
- addModule(Module) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- addParameter(String, boolean) - Method in class org.apache.dubbo.common.URL
- addParameter(String, boolean) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, byte) - Method in class org.apache.dubbo.common.URL
- addParameter(String, byte) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, char) - Method in class org.apache.dubbo.common.URL
- addParameter(String, char) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, double) - Method in class org.apache.dubbo.common.URL
- addParameter(String, double) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, float) - Method in class org.apache.dubbo.common.URL
- addParameter(String, float) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, int) - Method in class org.apache.dubbo.common.URL
- addParameter(String, int) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, long) - Method in class org.apache.dubbo.common.URL
- addParameter(String, long) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, short) - Method in class org.apache.dubbo.common.URL
- addParameter(String, short) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, CharSequence) - Method in class org.apache.dubbo.common.URL
- addParameter(String, CharSequence) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, Enum<?>) - Method in class org.apache.dubbo.common.URL
- addParameter(String, Enum<?>) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, Number) - Method in class org.apache.dubbo.common.URL
- addParameter(String, Number) - Method in class org.apache.dubbo.common.URLBuilder
- addParameter(String, String) - Method in class org.apache.dubbo.common.URL
- addParameter(String, String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Add parameters to a new URLParam.
- addParameter(String, String) - Method in class org.apache.dubbo.common.URLBuilder
- addParameterAndEncoded(String, String) - Method in class org.apache.dubbo.common.URL
- addParameterAndEncoded(String, String) - Method in class org.apache.dubbo.common.URLBuilder
- addParameterIfAbsent(String, String) - Method in class org.apache.dubbo.common.URL
- addParameterIfAbsent(String, String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Add absent parameters to a new URLParam.
- addParameterIfAbsent(String, String) - Method in class org.apache.dubbo.common.URLBuilder
- addParameters(String...) - Method in class org.apache.dubbo.common.URL
- addParameters(String...) - Method in class org.apache.dubbo.common.URLBuilder
- addParameters(Map<String, String>) - Method in class org.apache.dubbo.common.URL
-
Add parameters to a new url.
- addParameters(Map<String, String>) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Add parameters to a new URLParam.
- addParameters(Map<String, String>) - Method in class org.apache.dubbo.common.URLBuilder
- addParametersIfAbsent(Map<String, String>) - Method in class org.apache.dubbo.common.URL
- addParametersIfAbsent(Map<String, String>) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Add absent parameters to a new URLParam.
- addParametersIfAbsent(Map<String, String>) - Method in class org.apache.dubbo.common.URLBuilder
- addParameterString(String) - Method in class org.apache.dubbo.common.URL
- addParameterString(String) - Method in class org.apache.dubbo.common.URLBuilder
- addProperties(Map<String, String>) - Method in class org.apache.dubbo.common.config.InmemoryConfiguration
-
Add a set of properties into the store
- addProperty(String, String) - Method in class org.apache.dubbo.common.config.InmemoryConfiguration
-
Add one property into the store, the previous value will be replaced if the key exists
- addProtocol(ProtocolConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
- addProtocols(Iterable<ProtocolConfig>) - Method in class org.apache.dubbo.config.context.ConfigManager
- addProvider(ProviderConfig) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addProviders(Iterable<ProviderConfig>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addReference(ReferenceConfigBase<?>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addReferences(Iterable<ReferenceConfigBase<?>>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addRegistries(Iterable<RegistryConfig>) - Method in class org.apache.dubbo.config.context.ConfigManager
- addRegistry(RegistryConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
- ADDRESS_CONSUMPTION_STATUS - Static variable in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
- ADDRESS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- addService(ServiceConfigBase<?>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addServices(Iterable<ServiceConfigBase<?>>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- addStatedUrl(ProviderModel.RegisterStatedURL) - Method in class org.apache.dubbo.rpc.model.ProviderModel
- addThreadPoolExhaustedEventListener(ThreadPoolExhaustedListener) - Method in class org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
- addToAllowed(String) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
- addToAlwaysAllowed(String) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
- addToDisAllowed(String) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
- after() - Element in annotation type org.apache.dubbo.common.extension.Activate
-
Deprecated.
- AGGREGATION_BUCKET_NUM_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- AGGREGATION_COLLECTOR_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- AGGREGATION_ENABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- AGGREGATION_TIME_WINDOW_SECONDS_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- AggregationConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the metric aggregation.
- AggregationConfig() - Constructor for class org.apache.dubbo.config.nested.AggregationConfig
- ALIVE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ALL - Enum constant in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
Method prefer to field.
- ALL - Enum constant in enum org.apache.dubbo.common.logger.Level
-
ALL
- ALL - Static variable in interface org.apache.dubbo.common.extension.LoadingStrategy
-
when spi is loaded by dubbo framework classloader only, it indicates all LoadingStrategy should load this spi
- ALL_CATEGORIES - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- allConsumerModels() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.
- allConsumerModels() - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- allConsumerModels() - Method in class org.apache.dubbo.rpc.model.ServiceRepository
- AllowClassNotifyListener - Interface in org.apache.dubbo.common.utils
- allProviderModels() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.
- allProviderModels() - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- allProviderModels() - Method in class org.apache.dubbo.rpc.model.ServiceRepository
- alwaysFalse() - Static method in interface org.apache.dubbo.common.function.Predicates
-
Predicatealways returnfalse - alwaysTrue() - Static method in interface org.apache.dubbo.common.function.Predicates
-
Predicatealways returntrue - and(Predicate<T>...) - Static method in interface org.apache.dubbo.common.function.Predicates
-
a composed predicate that represents a short-circuiting logical AND of
predicates - AND - Static variable in class org.apache.dubbo.common.utils.StringUtils
- AND_CHAR - Static variable in class org.apache.dubbo.common.utils.StringUtils
- AnnotationUtils - Interface in org.apache.dubbo.common.utils
-
Commons Annotation Utilities class
- ANONYMOUS_ACCESS_ALLOW_COMMANDS - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ANONYMOUS_ACCESS_PERMISSION_LEVEL - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ANONYMOUS_ACCESS_PERMISSION_LEVEL_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- ANY_VALUE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ANYHOST_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ANYHOST_VALUE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- APOLLO_ADDR_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- APOLLO_APPID_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- APOLLO_CLUSTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- APOLLO_ENV_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- APP_DYNAMIC_CONFIGURATORS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- append() - Element in annotation type org.apache.dubbo.config.support.Parameter
-
If append=true, append new value to exist value instead of overriding it.
- append(char) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- append(CharSequence) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- append(CharSequence, int, int) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- append(LogEvent) - Method in class org.apache.dubbo.common.utils.DubboAppender
- appendAttributes(Map<String, String>, Object) - Static method in class org.apache.dubbo.config.AbstractConfig
-
Put attributes of specify 'config' into 'parameters' argument
- appendAttributes(Map<String, String>, Object, String) - Static method in class org.apache.dubbo.config.AbstractConfig
- appendLines(File, String[]) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
append lines.
- appendParameters(Map<String, String>, Object) - Static method in class org.apache.dubbo.config.AbstractConfig
- appendParameters(Map<String, String>, Object, String) - Static method in class org.apache.dubbo.config.AbstractConfig
- appendRuntimeParameters(Map<String, String>) - Static method in class org.apache.dubbo.config.AbstractInterfaceConfig
- application() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Deprecated.This attribute was deprecated, use bind application/module of spring ApplicationContext
- application() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Deprecated.This attribute was deprecated, use bind application/module of spring ApplicationContext
- application() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Do not set it and use the global Application Config
- application() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Do not set it and use the global Application Config
- APPLICATION - Enum constant in enum org.apache.dubbo.common.extension.ExtensionScope
-
The extension instance is used within one application, shared with all modules of the application, and different applications create different extension instances.
- APPLICATION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- APPLICATION_PROTOCOL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- APPLICATION_VERSION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ApplicationConfig - Class in org.apache.dubbo.config
-
Configuration for the dubbo application.
- ApplicationConfig() - Constructor for class org.apache.dubbo.config.ApplicationConfig
- ApplicationConfig(String) - Constructor for class org.apache.dubbo.config.ApplicationConfig
- ApplicationConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.ApplicationConfig
- ApplicationConfig(ApplicationModel, String) - Constructor for class org.apache.dubbo.config.ApplicationConfig
- ApplicationDeployer - Interface in org.apache.dubbo.common.deploy
-
initialize and start application instance
- ApplicationDeployListener - Interface in org.apache.dubbo.common.deploy
-
Listen for Dubbo application deployment events
- ApplicationExt - Interface in org.apache.dubbo.common.context
- ApplicationInitListener - Interface in org.apache.dubbo.rpc.model
- ApplicationModel - Class in org.apache.dubbo.rpc.model
-
ExtensionLoader,DubboBootstrapand this class are at present designed to be singleton or static (by itself totally static or uses some static fields). - apply(T) - Method in interface org.apache.dubbo.common.function.ThrowableFunction
-
Applies this function to the given argument.
- ARCHITECTURE - Static variable in interface org.apache.dubbo.config.Constants
-
Application architecture name.
- Argument - Annotation Type in org.apache.dubbo.config.annotation
- ArgumentConfig - Class in org.apache.dubbo.config
-
The method arguments configuration
- ArgumentConfig() - Constructor for class org.apache.dubbo.config.ArgumentConfig
- ArgumentConfig(Argument) - Constructor for class org.apache.dubbo.config.ArgumentConfig
- arguments() - Element in annotation type org.apache.dubbo.config.annotation.Method
- ARRAY_DESC - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- ARRAY_SUFFIX - Static variable in class org.apache.dubbo.common.utils.ClassUtils
-
Suffix for array class names: "[]"
- arrayFormat(String, Object[]) - Static method in class org.apache.dubbo.common.logger.helpers.MessageFormatter
- arrayFormat(String, Object[], Throwable) - Static method in class org.apache.dubbo.common.logger.helpers.MessageFormatter
- arrayToDelimitedString(Object[], String) - Static method in class org.apache.dubbo.common.utils.StringUtils
- ArrayTypeBuilder - Class in org.apache.dubbo.metadata.definition.builder
-
2015/1/27.
- ArrayTypeBuilder() - Constructor for class org.apache.dubbo.metadata.definition.builder.ArrayTypeBuilder
- ArrayUtils - Class in org.apache.dubbo.common.utils
-
Contains some methods to check array.
- ASC_TIME - Static variable in class org.apache.dubbo.common.utils.DateUtils
- ASC_TIME_FORMAT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- Assert - Class in org.apache.dubbo.common.utils
- assertTrue(boolean, String) - Static method in class org.apache.dubbo.common.utils.Assert
- assertTrue(boolean, Supplier<String>) - Static method in class org.apache.dubbo.common.utils.Assert
- async() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether to enable async invocation, default value is false
- async() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether to enable async invocation, default value is false
- async() - Element in annotation type org.apache.dubbo.config.annotation.Method
- async() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether to enable async invocation, default value is false
- async() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether to enable async invocation, default value is false
- AsyncMethodInfo - Class in org.apache.dubbo.rpc.model
- AsyncMethodInfo() - Constructor for class org.apache.dubbo.rpc.model.AsyncMethodInfo
- AtomicPositiveInteger - Class in org.apache.dubbo.common.utils
- AtomicPositiveInteger() - Constructor for class org.apache.dubbo.common.utils.AtomicPositiveInteger
- AtomicPositiveInteger(int) - Constructor for class org.apache.dubbo.common.utils.AtomicPositiveInteger
- attribute() - Element in annotation type org.apache.dubbo.config.support.Parameter
-
If attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()
- AuthPolicy - Enum in org.apache.dubbo.common.ssl
- AUTO_REGISTER - Enum constant in enum org.apache.dubbo.common.constants.RegisterTypeEnum
-
Auto register.
- AUTO_REGISTER_BY_DEPLOYER - Enum constant in enum org.apache.dubbo.common.constants.RegisterTypeEnum
-
(INTERNAL) Auto register by deployer.
- available - Static variable in class org.apache.dubbo.common.utils.DubboAppender
- available() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- AVAILABLE - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
- awaitTermination(long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
B
- B3 - Static variable in class org.apache.dubbo.config.nested.PropagationConfig
- BACKGROUND_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- BACKLOG_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- BACKUP_KEY - Static variable in interface org.apache.dubbo.common.constants.RemotingConstants
- BaggageConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the baggage.
- BaggageConfig() - Constructor for class org.apache.dubbo.config.nested.BaggageConfig
- BaggageConfig(Boolean) - Constructor for class org.apache.dubbo.config.nested.BaggageConfig
- BaggageConfig(Boolean, BaggageConfig.Correlation, List<String>) - Constructor for class org.apache.dubbo.config.nested.BaggageConfig
- BaggageConfig.Correlation - Class in org.apache.dubbo.config.nested
- base642bytes(String) - Static method in class org.apache.dubbo.common.io.Bytes
-
from base64 string.
- base642bytes(String, char[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
from base64 string.
- base642bytes(String, int, int) - Static method in class org.apache.dubbo.common.io.Bytes
-
from base64 string.
- base642bytes(String, int, int, char[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
from base64 string.
- base642bytes(String, int, int, String) - Static method in class org.apache.dubbo.common.io.Bytes
-
from base64 string.
- base642bytes(String, String) - Static method in class org.apache.dubbo.common.io.Bytes
-
from base64 string.
- BaseServiceMetadata - Class in org.apache.dubbo.common
-
2019-10-10
- BaseServiceMetadata() - Constructor for class org.apache.dubbo.common.BaseServiceMetadata
- BatchExecutorQueue<T> - Class in org.apache.dubbo.common
- BatchExecutorQueue() - Constructor for class org.apache.dubbo.common.BatchExecutorQueue
- BatchExecutorQueue(int) - Constructor for class org.apache.dubbo.common.BatchExecutorQueue
- BEAN_NAME - Static variable in class org.apache.dubbo.config.context.ConfigManager
- before() - Element in annotation type org.apache.dubbo.common.extension.Activate
-
Deprecated.
- BI_STREAM - Enum constant in enum org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
- boxed(boolean) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(byte) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(char) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(double) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(float) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(int) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(long) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(short) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- boxed(Object) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- BROADCAST - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
-
Call all providers by broadcast, call them one by one, and report an error if any one reports an error
- BROADCAST_CLUSTER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
broadcast cluster.
- build() - Method in class org.apache.dubbo.common.cache.FileCacheStore.Builder
- build() - Method in class org.apache.dubbo.common.URLBuilder
- build() - Method in class org.apache.dubbo.common.utils.DubboAppender.Builder
- build(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
-
Describe a Java interface in
ServiceDefinition. - build(Class<?>, Map<String, TypeDefinition>) - Static method in class org.apache.dubbo.metadata.definition.builder.DefaultTypeBuilder
- build(ClassLoader) - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
-
build CtClass object
- build(Method) - Method in class org.apache.dubbo.metadata.definition.MethodDefinitionBuilder
-
Build the instance of
MethodDefinition - build(Type, Class<?>) - Method in class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
- build(Type, Class<?>, Map<String, TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.builder.ArrayTypeBuilder
- build(Type, Class<?>, Map<String, TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.builder.CollectionTypeBuilder
- build(Type, Class<?>, Map<String, TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
- build(Type, Class<?>, Map<String, TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.builder.MapTypeBuilder
- build(Type, Class<?>, Map<String, TypeDefinition>) - Method in interface org.apache.dubbo.metadata.definition.builder.TypeBuilder
-
Build type definition with the type or class.
- build(Type, Class<?>, Map<String, TypeDefinition>) - Static method in class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
- build(T, Class<?>) - Static method in class org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
- buildDetail(ProfilerEntry) - Static method in class org.apache.dubbo.common.profiler.Profiler
- buildDetail(ProfilerEntry, long, long, int) - Static method in class org.apache.dubbo.common.profiler.Profiler
- Builder() - Constructor for class org.apache.dubbo.common.utils.DubboAppender.Builder
- BUILDERS - Static variable in class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
- buildFullDefinition(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
- buildFullDefinition(Class<?>, Map<String, String>) - Static method in class org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
- buildKey(String, String, String) - Static method in class org.apache.dubbo.common.URL
- buildPath(String, String...) - Static method in interface org.apache.dubbo.common.utils.PathUtils
- buildServiceKey(String, String, String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
- BuiltinServiceDetector - Interface in org.apache.dubbo.rpc.model
- Bytes - Class in org.apache.dubbo.common.io
-
CodecUtils.
- bytes2base64(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to base64 string.
- bytes2base64(byte[], char[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to base64 string.
- bytes2base64(byte[], int, int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to base64 string.
- bytes2base64(byte[], int, int, char[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to base64 string.
- bytes2base64(byte[], int, int, String) - Static method in class org.apache.dubbo.common.io.Bytes
-
to base64 string.
- bytes2base64(byte[], String) - Static method in class org.apache.dubbo.common.io.Bytes
-
to base64 string.
- bytes2double(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to long.
- bytes2double(byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to long.
- bytes2float(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to int.
- bytes2float(byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to int.
- bytes2hex(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to hex string.
- bytes2hex(byte[], int, int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to hex string.
- bytes2int(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to int.
- bytes2int(byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to int.
- bytes2long(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to long.
- bytes2long(byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to long.
- bytes2short(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to short.
- bytes2short(byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to short.
- byteValue() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
C
- cache() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
- cache() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
- cache() - Element in annotation type org.apache.dubbo.config.annotation.Method
- cache() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
- cache() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
- 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
Callableobject. - CallableSafeInitializer(Callable<T>) - Constructor for class org.apache.dubbo.common.concurrent.CallableSafeInitializer
- callback() - Method in interface org.apache.dubbo.common.lang.ShutdownHookCallback
-
Callback execution
- callback() - Method in class org.apache.dubbo.common.lang.ShutdownHookCallbacks
- callback() - Element in annotation type org.apache.dubbo.config.annotation.Argument
- CALLBACK - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- 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
- callbacks() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
The callback instance limit peer connection
- callbacks() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
The callback instance limit peer connection
- callbacks() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.The callback instance limit peer connection
- callbacks() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.The callback instance limit peer connection
- 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
TimerTaskassociated with this handle. - cancelScheduledFuture(ScheduledFuture<?>) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
- capacity(int) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- CATEGORY_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- cause(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- 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
-
The
ComparatorforCharSequence - 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Check if service provider is available during boot up, default value is true
- check() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Check if service provider is available during boot up, default value is true
- check(String, Class<?>, long) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- check(ReferenceConfigBase<T>, long) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- 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
- checkClassCompatibility(Class<?>) - Static method in class org.apache.dubbo.common.utils.JsonCompatibilityUtil
-
Determine whether a Class can be serialized by JSON.
- checkInterface() - Method in class org.apache.dubbo.config.ServiceConfigBase
- checkJson(String) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- checkMethodCompatibility(Method) - Static method in class org.apache.dubbo.common.utils.JsonCompatibilityUtil
-
Determine whether a Method can be serialized by JSON.
- checkNoError() - Static method in class org.apache.dubbo.common.utils.LogUtil
- checkObjectList(List<?>) - Method in class org.apache.dubbo.common.json.impl.AbstractJsonUtilImpl
-
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.JsonUtil
- 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.AbstractJsonUtilImpl
-
Casts a list of unchecked JSON values to a list of String.
- checkStringList(List<?>) - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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_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
-
Deprecated.Replace to
ClassUtils - ClassHelper() - Constructor for class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- ClassHolder - Class in org.apache.dubbo.common.serialization
- ClassHolder() - Constructor for class org.apache.dubbo.common.serialization.ClassHolder
- 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 - Class in org.apache.dubbo.metadata.definition.util
-
2015/1/27.
- ClassUtils() - Constructor for class org.apache.dubbo.common.utils.ClassUtils
- 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.ThirdPartyProperty
- 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
- clearSystemProperty(String) - Static method in class org.apache.dubbo.common.utils.SystemPropertyConfigUtils
-
Clear property of VM.
- client() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Client transport type, default value is "netty"
- client() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Client transport type, default value is "netty"
- CLIENT_AUTH - Enum constant in enum org.apache.dubbo.common.ssl.AuthPolicy
- 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_STREAM - Enum constant in enum org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
- CLIENT_THREAD_POOL_NAME - Static variable in interface org.apache.dubbo.config.Constants
- CLIENT_THREAD_POOL_PREFIX - 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking you can use
ClusterRules.FAIL_FAST…… - cluster() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking you can use
ClusterRules.FAIL_FAST…… - cluster() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking
- cluster() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking
- CLUSTER_CONDITIONAL_ROUTE_LIST_EMPTY - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- CLUSTER_DOMAIN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- 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.
- CollectionUtils.SafeConcurrentHashMap<K,
V> - Class in org.apache.dubbo.common.utils - 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_NOT_FOUND_TRACER_DEPENDENCY - 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
- CommonConstants.DubboProperty - Interface in org.apache.dubbo.common.constants
-
Dubbo custom VM properties
- CommonConstants.SystemProperty - Interface in org.apache.dubbo.common.constants
-
System-related VM properties
- CommonConstants.ThirdPartyProperty - Interface in org.apache.dubbo.common.constants
-
Third-party-related VM properties
- 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
-
The
ComparatorofPrioritized - compare(CharSequence, CharSequence) - Method in class org.apache.dubbo.common.utils.CharSequenceComparator
- 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(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
- compareTo(Pair<L, R>) - Method in class org.apache.dubbo.common.utils.Pair
- 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(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
- compile(String, ClassLoader) - Method in interface org.apache.dubbo.common.compiler.Compiler
-
Deprecated.use
Compiler.compile(Class, String, ClassLoader)to support JDK 16 - Compiler - Interface in org.apache.dubbo.common.compiler
-
Compiler.
- COMPLETION - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Completion
- 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.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.apache.dubbo.common.utils.CollectionUtils.SafeConcurrentHashMap
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.apache.dubbo.common.utils.LRU2Cache
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.apache.dubbo.common.utils.LRUCache
- computeServiceAttribute(URL, String, Function<URL, T>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- 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_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
-
Configuration for the config center.
- 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
-
This class receives an
AbstractConfigand exposes its attributes throughConfiguration - ConfigConfigurationAdapter(AbstractConfig, String) - Constructor for class org.apache.dubbo.config.context.ConfigConfigurationAdapter
- ConfigItem - Class in org.apache.dubbo.common.config.configcenter
-
Hold content and version information
- ConfigItem() - Constructor for class org.apache.dubbo.common.config.configcenter.ConfigItem
- ConfigItem(String, Object) - 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
-
Properties Cache of Configuration
ConfigurationUtils.getCachedDynamicProperty(ScopeModel, String, String) - 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
- connections() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Maximum connections service provider can accept, default value is 0 - connection is shared
- connections() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Maximum connections service provider can accept, default value is -1 - connection is shared
- connections() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Maximum connections service provider can accept, default value is 0 - connection is shared
- connections() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Maximum connections service provider can accept, default value is 0 - connection is shared
- 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
-
Deprecated.Replaced to
CommonConstants - Constants - Interface in org.apache.dubbo.config
- constructMethodConfig(Method[]) - Static method in class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- consumer() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Consumer associated name
- consumer() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Consumer associated name
- 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, ModuleModel, ServiceMetadata, Map<String, AsyncMethodInfo>, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ConsumerModel
- ConsumerModel(String, Object, ServiceDescriptor, 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(Object) - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Returns true if this set contains the specified element.
- contains(String[], String) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
- 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
- containsKey(String) - Method in interface org.apache.dubbo.common.config.Configuration
-
Check if the configuration contains the specified key.
- 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(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
- 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[], int, Class<?>, Class<?>) - Method in interface org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
-
Convert the segments to multiple value object
- convert(String, Class<?>, Class<?>) - Method in interface org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
- 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
- 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<?>, Class<?>) - Static method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
Deprecated.will be removed in 3.3.0
- convertIfPossible(Object, Class<T>) - Method in class org.apache.dubbo.common.convert.ConverterUtil
-
Convert the value of source to target-type value if possible
- convertMethodConfig2AsyncInfo() - Method in class org.apache.dubbo.config.MethodConfig
- convertObject(Object, Class<?>) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- convertObject(Object, Class<?>) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- convertObject(Object, Class<?>) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- convertObject(Object, Class<?>) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- convertObject(Object, Class<?>) - Method in interface org.apache.dubbo.common.json.JsonUtil
- convertObject(Object, Class<?>) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- convertObject(Object, Type) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- convertObject(Object, Type) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- convertObject(Object, Type) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- convertObject(Object, Type) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- convertObject(Object, Type) - Method in interface org.apache.dubbo.common.json.JsonUtil
- convertObject(Object, Type) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- 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
- copy(ByteArrayInputStream, OutputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
- copy(InputStream, OutputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
- 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
- Correlation(boolean) - Constructor for class org.apache.dubbo.config.nested.BaggageConfig.Correlation
- Correlation(boolean, List<String>) - Constructor for class org.apache.dubbo.config.nested.BaggageConfig.Correlation
- CorsConfig - Class in org.apache.dubbo.config.nested
- CorsConfig() - Constructor for class org.apache.dubbo.config.nested.CorsConfig
- 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
- D_REGISTRY_SPLIT_PATTERN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- DataStore - Interface in org.apache.dubbo.common.store
- DataStoreUpdateListener - Interface in org.apache.dubbo.common.store
- DATE - Static variable in class org.apache.dubbo.common.utils.DateUtils
- DATE_FORMAT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- DATE_MIN - Static variable in class org.apache.dubbo.common.utils.DateUtils
- DATE_MIN_FORMAT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- DATE_TIME - Static variable in class org.apache.dubbo.common.utils.DateUtils
- DATE_TIME_FORMAT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- DateUtils - Class in org.apache.dubbo.common.utils
- debug() - Method in interface org.apache.dubbo.common.logger.FluentLogger
- debug(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- debug(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- debug(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- debug(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- debug(String) - 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(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- debug(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- debug(String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- debug(String, Object...) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- debug(String, Object...) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- debug(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- debug(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- debug(String, Object...) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with debug log level.
- debug(String, Object...) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- debug(String, Object...) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- debug(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- debug(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- debug(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with debug log level.
- 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 interface org.apache.dubbo.common.logger.FluentLogger
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- debug(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with debug log level.
- debug(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- debug(Throwable) - 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, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- debug(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- DEBUG - Enum constant in enum org.apache.dubbo.common.logger.Level
-
DEBUG
- 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_APP_NAME - Static variable in interface org.apache.dubbo.config.Constants
- DEFAULT_CALLBACK_INSTANCES - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
The default limit number for callback service instances
- DEFAULT_CASE_SENSITIVE_MATCH - Static variable in class org.apache.dubbo.config.nested.RestConfig
- 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_CONNECTION_INITIAL_WINDOW_SIZE_KEY - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- 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_ENABLE_PUSH - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- 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_FORMAT_PARAMETER_NAME - Static variable in class org.apache.dubbo.config.nested.RestConfig
- 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_HEADER_TABLE_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_INITIAL_BUFFER_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_INITIAL_MAX_DATA - Static variable in class org.apache.dubbo.config.nested.Http3Config
- DEFAULT_INITIAL_MAX_STREAM_DATA_BIDI_LOCAL - Static variable in class org.apache.dubbo.config.nested.Http3Config
- DEFAULT_INITIAL_MAX_STREAM_DATA_BIDI_REMOTE - Static variable in class org.apache.dubbo.config.nested.Http3Config
- DEFAULT_INITIAL_MAX_STREAM_DATA_UNI - Static variable in class org.apache.dubbo.config.nested.Http3Config
- DEFAULT_INITIAL_MAX_STREAMS_BIDI - Static variable in class org.apache.dubbo.config.nested.Http3Config
- DEFAULT_INITIAL_MAX_STREAMS_UNI - Static variable in class org.apache.dubbo.config.nested.Http3Config
- DEFAULT_INITIAL_WINDOW_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- 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_MAX_BODY_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_CONCURRENT_STREAMS - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_FRAME_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_HEADER_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- DEFAULT_MAX_RESPONSE_BODY_SIZE - Static variable in class org.apache.dubbo.config.nested.TripleConfig
- 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_NATIVE_COMPILER - Static variable in interface org.apache.dubbo.config.Constants
- DEFAULT_NATIVE_PROXY - Static variable in interface org.apache.dubbo.config.Constants
- 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
Propertiesfile - DEFAULT_STATUS - Static variable in interface org.apache.dubbo.common.utils.AllowClassNotifyListener
- DEFAULT_SUFFIX_PATTERN_MATCH - Static variable in class org.apache.dubbo.config.nested.RestConfig
- 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
ThreadPoolExecutoris 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_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_TIMEOUT - Static variable in class org.apache.dubbo.common.utils.LockUtils
- DEFAULT_TRAILING_SLASH_MATCH - Static variable in class org.apache.dubbo.config.nested.RestConfig
- 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
Lifecycleto 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
- defaultIf(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Returns the default string if the input string is empty, otherwise returns the input string itself
- 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
- DefaultParameterNameReader - Class in org.apache.dubbo.common.utils
- DefaultParameterNameReader(FrameworkModel) - Constructor for class org.apache.dubbo.common.utils.DefaultParameterNameReader
- defaultReturn(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
- defaultReturn(Method) - 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.
- delay() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Delay time for service registration, default value is -1
- delay() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Delay time for service registration, default value is 0
- deleteAny(String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
- DELETED - Enum constant in enum org.apache.dubbo.common.config.configcenter.ConfigChangeType
-
A config is deleted.
- 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> - Interface in org.apache.dubbo.common.deploy
- DEPLOYER - Static variable in interface org.apache.dubbo.rpc.model.ModelConstants
- DeployListener<E> - Interface in org.apache.dubbo.common.deploy
- DeployListenerAdapter<E> - 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
- deprecated() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether the service is deprecated, default value is false
- deprecated() - Element in annotation type org.apache.dubbo.config.annotation.Method
- deprecated() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether the service is deprecated, default value is false
- DESC_PATTERN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- DESC_REGEX - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- 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.
- 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() - 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
- destroy(Class<?>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- destroy(String, Class<?>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- destroy(ReferenceConfigBase<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- 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
- DISABLE - Enum constant in enum org.apache.dubbo.common.utils.SerializeCheckStatus
-
Disable serialize check for all classes
- 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
- document() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service doc, default value is empty string
- document() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service doc, default value is ""
- Do not create many instances. - Search tag in class org.apache.dubbo.common.timer.HashedWheelTimer
- Section
- 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
- DUBBO_APPLICATION_LOGGER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_CLASS_DESERIALIZE_ALLOWED_LIST - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_CLASS_DESERIALIZE_BLOCK_ALL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_CLASS_DESERIALIZE_BLOCKED_LIST - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_CLASS_DESERIALIZE_OPEN_CHECK - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_CLOSE_TIMEOUT_CONFIG_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- 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_CONTAINER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_DEFAULT_REMOTING_SERIALIZATION_PROPERTY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_ENV_KEYS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- DUBBO_HEARTBEAT_CONFIG_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_HESSIAN_ALLOW - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_HESSIAN_ALLOW_NON_SERIALIZABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_HESSIAN_DENY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_HESSIAN_WHITELIST - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- 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.common.constants.CommonConstants.DubboProperty
- 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_JSTACK_MAXLINE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
-
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.DubboProperty
- DUBBO_MAPPING_CACHE_ENTRYSIZE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_MAPPING_CACHE_FILENAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_MAPPING_CACHE_FILEPATH - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_MAPPING_CACHE_MAXFILESIZE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_META_CACHE_ENTRYSIZE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_META_CACHE_FILENAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_META_CACHE_FILEPATH - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_META_CACHE_MAXFILESIZE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- 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.DubboProperty
- DUBBO_MIGRATION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_MONITOR_ADDRESS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- DUBBO_MONITOR_ADDRESS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_NETWORK_IGNORED_INTERFACE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
-
The property name for
the name of network interfacethat the Dubbo application will be ignored - DUBBO_NETWORK_INTERFACE_POINT_TO_POINT_IGNORED - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
-
The property name for
return whether a network interface is a point to point interfacethat the Dubbo application will determine whether to ignore the point-to-point network interface - 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_PREFER_JSON_FRAMEWORK_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_PREFERRED_NETWORK_INTERFACE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
-
The property name for
the name of network interfacethat the Dubbo application prefers - DUBBO_PROPERTIES_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- 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_RESOLVE_FILE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- 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_SHUTDOWN_HOOK_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_SPRING_CONFIG - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_TAG_HEADER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- DUBBO_USE_SECURE_RANDOM_ID - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- DUBBO_VERSION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- DUBBO_VERSIONS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- DUBBO2_COMPACT_ENABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.DubboProperty
- 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
- DubboAppender - Class in org.apache.dubbo.common.utils
- DubboAppender() - Constructor for class org.apache.dubbo.common.utils.DubboAppender
- DubboAppender.Builder - Class in org.apache.dubbo.common.utils
- DubboInternalLoadingStrategy - Class in org.apache.dubbo.common.extension
-
Dubbo internal
LoadingStrategy - 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
-
Dubbo
LoadingStrategy - 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether the service is dynamic, default value is true
- dynamic() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether the service is dynamic, default value is true
- 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
-
The factory interface to create the instance of
DynamicConfiguration - 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
E
- EagerThreadPool - Class in org.apache.dubbo.common.threadpool.support.eager
-
EagerThreadPool When the core threads are all in busy, create new thread instead of putting task into blocking queue.
- EagerThreadPool() - Constructor for class org.apache.dubbo.common.threadpool.support.eager.EagerThreadPool
- EagerThreadPoolExecutor - Class in org.apache.dubbo.common.threadpool.support.eager
-
EagerThreadPoolExecutor
- EagerThreadPoolExecutor(int, int, long, TimeUnit, TaskQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutor
- echoService() - Static method in class org.apache.dubbo.rpc.service.ServiceDescriptorInternalCache
- EchoService - Interface in org.apache.dubbo.rpc.service
-
Echo service.
- EchoServiceDetector - Class in org.apache.dubbo.rpc.service
- EchoServiceDetector() - Constructor for class org.apache.dubbo.rpc.service.EchoServiceDetector
- EMPTY - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
- EMPTY - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
- EMPTY - Static variable in class org.apache.dubbo.common.io.StreamUtils
- EMPTY_ARRAY - Static variable in interface org.apache.dubbo.common.function.Predicates
- EMPTY_CLASS_ARRAY - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- EMPTY_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- EMPTY_STRING - Static variable in class org.apache.dubbo.common.utils.StringUtils
- EMPTY_STRING_ARRAY - Static variable in class org.apache.dubbo.common.utils.StringUtils
- ENABLE_COLLECTOR_SYNC_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- ENABLE_CONNECTIVITY_VALIDATION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ENABLE_EMPTY_PROTECTION_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- ENABLE_JVM_METRICS_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- ENABLE_NATIVE_JAVA_GENERIC_SERIALIZE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ENABLE_ROUTER_SNAPSHOT_PRINT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ENABLE_TIMEOUT_COUNTDOWN_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ENABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- enableDetailProfiler() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
- enableSimpleProfiler() - Static method in class org.apache.dubbo.common.profiler.ProfilerSwitch
- encode(String) - Static method in class org.apache.dubbo.common.URL
- ENCODE_IN_IO_THREAD_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ENCODED_AND_MARK - Static variable in class org.apache.dubbo.common.URLStrParser
- ENCODED_PID_KEY - Static variable in class org.apache.dubbo.common.URLStrParser
- ENCODED_QUESTION_MARK - Static variable in class org.apache.dubbo.common.URLStrParser
- ENCODED_TIMESTAMP_KEY - Static variable in class org.apache.dubbo.common.URLStrParser
- encodeParameters(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Encode parameters map to string, like '[{a:b},{c:d}]'
- enqueue(T, Executor) - Method in class org.apache.dubbo.common.BatchExecutorQueue
- enter(ProfilerEntry, String) - Static method in class org.apache.dubbo.common.profiler.Profiler
- entrySet() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- EnumTypeBuilder - Class in org.apache.dubbo.metadata.definition.builder
-
2015/1/27.
- EnumTypeBuilder() - Constructor for class org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
- Environment - Class in org.apache.dubbo.common.config
- Environment(ScopeModel) - Constructor for class org.apache.dubbo.common.config.Environment
- ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
-
Environment name
- EnvironmentAdapter - Class in org.apache.dubbo.common.infra.support
- EnvironmentAdapter() - Constructor for class org.apache.dubbo.common.infra.support.EnvironmentAdapter
- EnvironmentConfiguration - Class in org.apache.dubbo.common.config
-
Configuration from system environment
- EnvironmentConfiguration() - Constructor for class org.apache.dubbo.common.config.EnvironmentConfiguration
- EOF - Static variable in class org.apache.dubbo.common.utils.IOUtils
- EQUAL - Static variable in class org.apache.dubbo.common.utils.StringUtils
- EQUAL_CHAR - Static variable in class org.apache.dubbo.common.utils.StringUtils
- EQUAL_SPLIT_PATTERN - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- equals(Object) - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
- equals(Object) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- equals(Object) - Method in class org.apache.dubbo.common.ProtocolServiceKey
- equals(Object) - Method in class org.apache.dubbo.common.ServiceKey
- equals(Object) - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
-
ignore consumer url compare.
- equals(Object) - Method in class org.apache.dubbo.common.url.component.PathURLAddress
- equals(Object) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
-
ignore consumer url compare.
- equals(Object) - Method in class org.apache.dubbo.common.url.component.URLAddress
- equals(Object) - Method in class org.apache.dubbo.common.url.component.URLParam
- equals(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- equals(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
- equals(Object) - Method in class org.apache.dubbo.common.URL
- equals(Object) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- equals(Object) - Method in class org.apache.dubbo.common.utils.Log
- equals(Object) - Method in class org.apache.dubbo.common.utils.Pair
- equals(Object) - Method in class org.apache.dubbo.config.AbstractConfig
- equals(Object) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
- equals(Object) - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
- equals(Object) - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
- equals(Object) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
- equals(Object) - Method in class org.apache.dubbo.rpc.model.ProviderModel
- equals(Object) - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- equals(Object) - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
- equals(Object) - Method in class org.apache.dubbo.rpc.model.ServiceModel
- equals(Object) - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
- equals(Collection<?>, Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Compares the specified collection with another, the main implementation references
AbstractSet - error(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- error(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- error(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- error(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- error(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- error(String) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with error log level.
- error(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- error(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- error(String, Object...) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- error(String, Object...) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- error(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- error(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- error(String, Object...) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with error log level.
- error(String, Object...) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- error(String, Object...) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- error(String, String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- error(String, String, String, String) - Method in interface org.apache.dubbo.common.logger.ErrorTypeAwareLogger
-
Logs a message with error log level.
- error(String, String, String, String) - Method in class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
- error(String, String, String, String, Throwable) - Method in interface org.apache.dubbo.common.logger.ErrorTypeAwareLogger
-
Logs a message with error log level.
- error(String, String, String, String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
- error(String, String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- error(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- error(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- error(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- error(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- error(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- error(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with error log level.
- error(String, Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- error(String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- error(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- error(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- error(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- error(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- error(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with error log level.
- error(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- error(Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- error(Logger, String) - Static method in class org.apache.dubbo.common.utils.LogHelper
- error(Logger, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- error(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- ERROR - Enum constant in enum org.apache.dubbo.common.logger.Level
-
ERROR
- ERROR - Enum constant in enum org.apache.dubbo.common.status.Status.Level
-
ERROR
- ErrorTypeAwareLogger - Interface in org.apache.dubbo.common.logger
-
Logger interface with the ability of displaying solution of different types of error.
- escaped() - Element in annotation type org.apache.dubbo.config.support.Parameter
-
if escaped=true, escape it when append parameters to url
- excluded() - Element in annotation type org.apache.dubbo.config.support.Parameter
-
If excluded=true, ignore it when append parameters to url
- excludedDeclaredClass(Class<?>) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
- excludedPackages() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
- excludedType(Class<? extends Annotation>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Build an instance of
Predicateto excluded annotation type - execute() - Method in interface org.apache.dubbo.common.function.ThrowableAction
-
Executes the action
- execute(Runnable) - Method in class org.apache.dubbo.common.threadpool.serial.SerializingExecutor
-
Runs the given runnable strictly after all Runnables that were submitted before it, and using the
executorpassed to the constructor. . - execute(Runnable) - Method in class org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutor
- execute(Runnable) - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
-
If the calling thread is still waiting for a callback task, add the task into the blocking queue to wait for schedule.
- execute(ThrowableAction) - Static method in interface org.apache.dubbo.common.function.ThrowableAction
-
Executes
ThrowableAction - execute(T) - Method in interface org.apache.dubbo.common.function.ThrowableConsumer
-
Executes
ThrowableConsumer - execute(T) - Method in interface org.apache.dubbo.common.function.ThrowableFunction
-
Executes
ThrowableFunction - execute(T, ThrowableConsumer<T>) - Static method in interface org.apache.dubbo.common.function.ThrowableConsumer
-
Executes
ThrowableConsumer - execute(T, ThrowableFunction<T, R>) - Static method in interface org.apache.dubbo.common.function.ThrowableFunction
-
Executes
ThrowableFunction - executes() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Maximum concurrent executes for the service, default value is -1 - no limits
- executes() - Element in annotation type org.apache.dubbo.config.annotation.Method
- executes() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Maximum concurrent executes for the service, default value is 0 - no limits
- executor() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
bean name of service executor(thread pool), used for thread pool isolation between services
- EXECUTOR_MANAGEMENT_MODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- EXECUTOR_MANAGEMENT_MODE_DEFAULT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- EXECUTOR_MANAGEMENT_MODE_ISOLATION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- EXECUTOR_SERVICE_COMPONENT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ExecutorRepository - Interface in org.apache.dubbo.common.threadpool.manager
- ExecutorSupport - Interface in org.apache.dubbo.rpc.executor
- ExecutorUtil - Class in org.apache.dubbo.common.utils
- ExecutorUtil() - Constructor for class org.apache.dubbo.common.utils.ExecutorUtil
- Experimental - Annotation Type in org.apache.dubbo.common
-
Indicating unstable API, may get removed or changed in future releases.
- export() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether to export service, default value is true
- export() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether to export service, default value is true
- export() - Method in class org.apache.dubbo.config.ServiceConfigBase
-
export service and auto start application instance
- export(RegisterTypeEnum) - Method in class org.apache.dubbo.config.ServiceConfigBase
-
Export service to network
- EXPORT_ASYNC_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- EXPORT_BACKGROUND_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- EXPORT_THREAD_NUM_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- exportAsync() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Weather the service is export asynchronously
- Exporter() - Constructor for class org.apache.dubbo.config.nested.PrometheusConfig.Exporter
- EXPORTER_LISTENER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ExporterConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the exporter.
- ExporterConfig() - Constructor for class org.apache.dubbo.config.nested.ExporterConfig
- ExporterConfig.OtlpConfig - Class in org.apache.dubbo.config.nested
- ExporterConfig.ZipkinConfig - Class in org.apache.dubbo.config.nested
- exportMetadataService() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
- EXT_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- Extension - Annotation Type in org.apache.dubbo.common
-
Deprecated.because it's too general, switch to use
SPI - ExtensionAccessor - Interface in org.apache.dubbo.common.extension
-
Uniform accessor for extension
- ExtensionAccessorAware - Interface in org.apache.dubbo.common.extension
-
SPI extension can implement this aware interface to obtain appropriate
ExtensionAccessorinstance. - ExtensionDirector - Class in org.apache.dubbo.common.extension
-
ExtensionDirector is a scoped extension loader manager.
- ExtensionDirector(ExtensionDirector, ExtensionScope, ScopeModel) - Constructor for class org.apache.dubbo.common.extension.ExtensionDirector
- ExtensionFactory - Interface in org.apache.dubbo.common.extension
-
Deprecated.use
ExtensionInjectorinstead - ExtensionInjector - Interface in org.apache.dubbo.common.extension
-
An injector to provide resources for SPI extension.
- ExtensionLoader<T> - Class in org.apache.dubbo.common.extension
-
ApplicationModel,DubboBootstrapand this class are at present designed to be singleton or static (by itself totally static or uses some static fields). - ExtensionPostProcessor - Interface in org.apache.dubbo.common.extension
-
A Post-processor called before or after extension initialization.
- ExtensionScope - Enum in org.apache.dubbo.common.extension
-
Extension SPI Scope
- EXTRA_KEYS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
After simplify the registry, should add some parameter individually for provider.
- extractFieldName(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Extract fieldName from set/get/is method. if it's not a set/get/is method, return empty string.
F
- 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.
- FAILED - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Failed
- 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
- FIELD - Enum constant in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
Field accessor.
- 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.
- filter() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Filters for service invocation
- filter() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Filters for service invocation
- filter() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Filters for service invocation
- filter() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Filters for service invocation
- 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(Annotation, Map<String, Object>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Filter default value of Annotation type
- filterDefaultValues(Class<? extends 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(Class<?>, Class<?>) - Static method in interface org.apache.dubbo.common.convert.multiple.MultiValueConverter
-
Deprecated.will be removed in 3.3.0
- find(String) - Method in class org.apache.dubbo.common.bytecode.DubboLoaderClassPath
- 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, 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
- 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
- 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
Fieldby 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
Fieldby the name in the specified class and its inherited types - findHierarchicalTypes(Class<?>, Class<T>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
- 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(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
- 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
- findMetaAnnotations(Class<? extends Annotation>, Class<A>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Find the meta annotations from the the
annotationtype 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
Methodby 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
Methodby the the specified type, method name and parameter types - findMethodByMethodName(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Deprecated.
- findMethodByMethodSignature(Class<?>, String, String[]) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Deprecated.
- 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
methodfrom the inherited class - findNetworkInterface() - Static method in class org.apache.dubbo.common.utils.NetUtils
-
Get the suitable
NetworkInterface - findOverriddenMethod(Method, Class<?>) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Find the overridden
methodfrom the declaring class - findParameterizedTypes(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Find the
SetofParameterizedType - 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
- first(List<T>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- first(T[]) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
- 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
-
Flip the specified
Map - 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
- FluentLogger - Interface in org.apache.dubbo.common.logger
- FluentLogger.S - Interface in org.apache.dubbo.common.logger
- 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
- format(String, Object) - Static method in class org.apache.dubbo.common.logger.helpers.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as parameter.
- format(String, Object, Object) - Static method in class org.apache.dubbo.common.logger.helpers.MessageFormatter
-
Performs a two argument substitution for the 'messagePattern' passed as parameter.
- format(Date) - Static method in class org.apache.dubbo.common.utils.DateUtils
- format(Date, String) - Static method in class org.apache.dubbo.common.utils.DateUtils
- format(Date, DateTimeFormatter) - Static method in class org.apache.dubbo.common.utils.DateUtils
- format(Date, DateTimeFormatter, ZoneId) - Static method in class org.apache.dubbo.common.utils.DateUtils
- formatGMT(Date, DateTimeFormatter) - Static method in class org.apache.dubbo.common.utils.DateUtils
- formatHeader(Date) - Static method in class org.apache.dubbo.common.utils.DateUtils
- FormattingTuple - Class in org.apache.dubbo.common.logger.helpers
-
Holds the results of formatting done by
MessageFormatter. - FormattingTuple(String) - Constructor for class org.apache.dubbo.common.logger.helpers.FormattingTuple
- FormattingTuple(String, Object[], Throwable) - Constructor for class org.apache.dubbo.common.logger.helpers.FormattingTuple
- formatType(String) - Static method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
Format the
Stringpresenting Java type - formatTypes(String[]) - Static method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
-
Format the
Stringarray presenting Java types - formatUTC(Date, DateTimeFormatter) - Static method in class org.apache.dubbo.common.utils.DateUtils
- forName(ClassLoader, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
- 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) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Same as
Class.forName(), except that it works for primitive types. - forName(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
- forName(String[], String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- 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, 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[]"). - forNameAndTryCatch(String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
find class and don`t expect to throw exception
- 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
- FRAMEWORK - Enum constant in enum org.apache.dubbo.common.extension.ExtensionScope
-
The extension instance is used within framework, shared with all applications and modules.
- 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
-
Useto create a new model
invalid reference
FrameworkModel#newModel() - 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
G
- 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Deprecated.Do not need specify generic value, judge by injection type and interface class
- generic() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Do not need specify generic value, judge by injection type and interface class
- 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 Class in org.apache.dubbo.rpc.service
-
GenericException
- GenericException() - Constructor for exception class org.apache.dubbo.rpc.service.GenericException
- GenericException(String) - Constructor for exception class org.apache.dubbo.rpc.service.GenericException
- GenericException(String, String) - Constructor for exception class org.apache.dubbo.rpc.service.GenericException
- GenericException(String, Throwable, String, String) - Constructor for exception class org.apache.dubbo.rpc.service.GenericException
- GenericException(Throwable) - Constructor for exception class org.apache.dubbo.rpc.service.GenericException
- genericService() - Static method in class org.apache.dubbo.rpc.service.ServiceDescriptorInternalCache
- GenericService - Interface in org.apache.dubbo.rpc.service
-
Generic service interface
- 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() - 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() - 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() - Method in class org.apache.dubbo.config.ReferenceConfigBase
- get(boolean) - Method in class org.apache.dubbo.config.ReferenceConfigBase
- get(int) - Method in class org.apache.dubbo.common.utils.Stack
-
get.
- get(Class<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- get(Object) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- get(Object) - Method in class org.apache.dubbo.common.utils.LRU2Cache
- get(Object) - Method in class org.apache.dubbo.common.utils.LRUCache
- get(String) - 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) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
- get(String, int) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.Replaced to
ConfigurationUtils.get(ScopeModel, String, int) - get(String, Class<T>) - Method in interface org.apache.dubbo.common.config.ReferenceCache
- get(String, String) - Method in interface org.apache.dubbo.common.store.DataStore
- get(String, String) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
- get(K) - Method in class org.apache.dubbo.common.utils.LFUCache
- 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(ScopeModel, String, int) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
- 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
-
Get activate extensions.
- getActivateExtension(URL, String, String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
This is equivalent to
getActivateExtension(url, url.getParameter(key).split(","), null) - getActivateExtensions() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- getActivateExtensions(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
- getActives() - Method in class org.apache.dubbo.config.AbstractMethodConfig
- getActualRequestTypes() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
- getActualRequestTypes() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- getActualRequestTypes() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
- getActualResponseType() - Method in interface org.apache.dubbo.rpc.model.MethodDescriptor
- getActualResponseType() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- getActualResponseType() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
- getAdaptiveExtension() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- getAdaptiveExtension(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
- 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(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.
- 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.
- getAllDeclaredMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all declared
methodsof 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
-
Get all generic interfaces that are assignable from
ParameterizedTypeinterface - getAllGenericSuperClasses(Type, Predicate<ParameterizedType>...) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
-
Get all generic super classes that are assignable from
ParameterizedTypeinterface - 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
ParameterizedTypeinterface - 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
annotationtype - 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() - 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
- getAllMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all public
methodsof the declared class, including the inherited methods. - getAllowCredentials() - Method in class org.apache.dubbo.config.nested.CorsConfig
- getAllowedHeaders() - Method in class org.apache.dubbo.config.nested.CorsConfig
- getAllowedMethods() - Method in class org.apache.dubbo.config.nested.CorsConfig
- getAllowedOrigins() - Method in class org.apache.dubbo.config.nested.CorsConfig
- 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() - 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
-
Deprecated.Replace to
ApplicationModel.getApplicationName() - getApplication(String) - Method in class org.apache.dubbo.common.URL
- getApplicationConfig() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.Replace to
ApplicationModel.getCurrentConfig() - getApplicationConfigManager() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- getApplicationConfigManager() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
- getApplicationDeployer() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
- 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
- getArgArray() - Method in class org.apache.dubbo.common.logger.helpers.FormattingTuple
- getArgumentClass(Type, int) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
- 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(Annotation, String) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get the attribute from the specified
annotation - getAttribute(Annotation, String...) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get the attribute from the specified
annotation - 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) - 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) - 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
- getAttribute(String, Class<T>) - Method in class org.apache.dubbo.rpc.model.ScopeModel
- getAttribute(String, Object) - Method in class org.apache.dubbo.common.URL
- 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() - Method in class org.apache.dubbo.rpc.model.ScopeModel
- getAttributes(Annotation, boolean) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Get attributes of annotation
- getAuth() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- getAuthenticator() - 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(Class<T>) - Method in class org.apache.dubbo.rpc.model.ScopeModel
- 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) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getParameter(String, boolean) - getBooleanParameter(String, boolean) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getBooleanParameter(String, boolean) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getParameter(String, boolean) - 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
- getCache() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getCachedDynamicProperty(String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getCachedDynamicProperty(ScopeModel, 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
-
Deprecated.
- 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
- getCaseSensitiveMatch() - Method in class org.apache.dubbo.config.nested.RestConfig
- getCaseSensitiveMatchOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
- getCategory() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
- getCategory() - Method in class org.apache.dubbo.common.URL
- getCategory(String) - Method in class org.apache.dubbo.common.URL
- getCategory(String[]) - Method in class org.apache.dubbo.common.URL
- getCcAlgorithm() - Method in class org.apache.dubbo.config.nested.Http3Config
- 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
Classobjects representing the generics of the given class that implement the given interface. - 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() - 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
- getClassLoader(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.get class loader
- getClassLoader(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
get class loader
- 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() - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- getClassPool(ClassLoader) - Static 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]"
- getCompatibleColonSeparatedKey() - Method in class org.apache.dubbo.common.URL
-
The format is "{interface}:[version]"
- 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() - Method in class org.apache.dubbo.rpc.model.ServiceModel
-
Deprecated.
- 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(String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Get the configuration mapped to the given key and the given group with
the default timeout - getConfig(String, String, long) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
- 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
- getConfigCenter() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
Deprecated.
- 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
- 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
-
Deprecated.
- 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() - 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.Environment
-
Get configuration map list for target instance
- getConfigurationMaps(AbstractConfig, String) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- getConnectionInitialWindowSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getConnectionInitialWindowSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
-
Deprecated.
- 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() - Method in class org.apache.dubbo.config.ReferenceConfigBase
- getConsumer(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- 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
-
Deprecated.ConsumerModel should fetch from context
- 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
ExtensionLoaderwith 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
- getCors() - Method in class org.apache.dubbo.config.nested.RestConfig
- getCorsOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
-
The size of
data - 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
-
Like the
Class.getDeclaredField(String)method without throwing anyException - 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
methodsof 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
- getDefaultConsumesMediaTypes() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getDefaultExtension() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Return default extension, return
nullif it's not configured. - getDefaultExtension(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
- getDefaultExtensionName() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Return default extension name, return
nullif 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
- getDefaultHttpMethods() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getDefaultHttpStatusCodes() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
- getDefaultProducesMediaTypes() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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() - Method in class org.apache.dubbo.rpc.model.ScopeModel
- 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(Constructor<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get constructor desc. "()V", "(Ljava/lang/String;I)V"
- getDesc(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(CtClass) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(CtConstructor) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get constructor desc. "()V", "(Ljava/lang/String;I)V"
- getDesc(CtMethod) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method desc.
- 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
- getDisableActiveMigration() - Method in class org.apache.dubbo.config.nested.Http3Config
- getDisallowedContentTypes() - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
-
Deprecated.
- getDispather() - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- 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() - Method in class org.apache.dubbo.common.config.Environment
- getDynamicConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- getDynamicConfiguration(URL) - Method in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory
- getDynamicConfiguration(URL) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfigurationFactory
- getDynamicConfigurationFactory(ExtensionAccessor, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Get an instance of
DynamicConfigurationFactoryby the specified name. - getDynamicGlobalConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getDynamicGlobalConfiguration() - Method in class org.apache.dubbo.common.config.Environment
- getDynamicGlobalConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- getDynamicGlobalConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
- getDynamicProperty(String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getDynamicProperty(String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- 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
- 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.Http3Config
- getEnabled() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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.nested.RestConfig
- getEnabled() - Method in class org.apache.dubbo.config.nested.ServletConfig
- getEnabled() - Method in class org.apache.dubbo.config.nested.WebSocketConfig
- getEnabled() - Method in class org.apache.dubbo.config.TracingConfig
- getEnableDefaultMapping() - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
- getEnableHystart() - Method in class org.apache.dubbo.config.nested.Http3Config
- 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
- getEnableNetty() - Method in class org.apache.dubbo.config.MetricsConfig
- getEnablePush() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getEnablePushOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
- 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() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getEnvConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Used to get properties from the os environment
- getEnvironment() - Method in class org.apache.dubbo.config.ApplicationConfig
- getEnvironment() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.Replace to
ScopeModel.modelEnvironment() - 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 class org.apache.dubbo.rpc.service.GenericException
- getExceptionMessage() - Method in exception class 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() - 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
- getExecutor(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(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(ServiceModel, URL) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
- getExecutor(ServiceModel, URL) - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
- getExecutorManagementMode() - Method in class org.apache.dubbo.config.ApplicationConfig
- getExecutorRepository() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.
- 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
-
Deprecated.replace with
ModuleConfig.getBackground() - 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.
- getExposedHeaders() - Method in class org.apache.dubbo.config.nested.CorsConfig
- getExtension() - Method in class org.apache.dubbo.config.ProtocolConfig
- 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(Class<T>, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.will be removed in 3.3.0
- getExtension(Class<T>, String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.will be removed in 3.3.0
- 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
- 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
-
Deprecated.get extension loader from extension director of some module.
- getExtensionLoader(Class<T>, ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
- getExtensionName(Class<?>) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- getExtensionName(T) - 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
- getExternalDocsDescription() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getExternalDocsUrl() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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, Field) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Get the value of the specified
Field - getFieldValue(Object, String) - 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
- getFilterOrder() - Method in class org.apache.dubbo.config.nested.ServletConfig
- getFilterOrder() - Method in class org.apache.dubbo.config.nested.WebSocketConfig
- getFilterUrlPatterns() - Method in class org.apache.dubbo.config.nested.ServletConfig
- getFilterUrlPatterns() - Method in class org.apache.dubbo.config.nested.WebSocketConfig
- getFirst() - Method in class org.apache.dubbo.common.profiler.ProfilerEntry
- getFirstActivateExtension(Class<T>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
- getForks() - Method in class org.apache.dubbo.config.AbstractMethodConfig
- getFormatParameterName() - Method in class org.apache.dubbo.config.nested.RestConfig
- getFormatParameterNameOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
ParameterizedTypeinterface - getGlobalConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getGlobalConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Used to get a composite property value.
- 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() - 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() - 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
- getGroup(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
- getGroup(String) - Method in class org.apache.dubbo.common.URL
- getGroup(AbstractInterfaceConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- getHeaders() - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
- getHeaderTableSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getHeaderTableSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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() - Method in class org.apache.dubbo.config.ApplicationConfig
- getHostName(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
- getHttp3() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getHttp3OrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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() - Method in class org.apache.dubbo.config.ArgumentConfig
- 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
- getInfoContactEmail() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getInfoContactName() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getInfoContactUrl() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getInfoDescription() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getInfoTitle() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getInfoVersion() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getInitCode(Class<?>) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- getInitialBufferSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getInitialBufferSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getInitialMaxData() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxDataOrDefault() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamDataBidiLocal() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamDataBidiLocalOrDefault() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamDataBidiRemote() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamDataBidiRemoteOrDefault() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamDataUni() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamDataUniOrDefault() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamsBidi() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamsBidiOrDefault() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamsUni() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialMaxStreamsUniOrDefault() - Method in class org.apache.dubbo.config.nested.Http3Config
- getInitialWindowSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getInitialWindowSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getInnerConfigurations() - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
- getInstance() - Static method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
- getInstance() - Static method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
- getInstance(Class<T>, String) - Method in class org.apache.dubbo.common.beans.ScopeBeanExtensionInjector
- 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(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(ApplicationModel) - Static method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
- 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.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) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getParameter(String, int) - getIntParameter(String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getIntParameter(String, int) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getParameter(String, int) - 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
- getJson() - Static method in class org.apache.dubbo.common.utils.JsonUtils
- getJsonCheckLevel() - Method in class org.apache.dubbo.config.ProtocolConfig
- getJsonFramework() - Method in class org.apache.dubbo.config.nested.RestConfig
- getKeepAlive() - Method in class org.apache.dubbo.config.ProtocolConfig
- getKey() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
- getKey() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
- getKey() - Method in class org.apache.dubbo.common.utils.Pair
- getKey(int) - Static method in class org.apache.dubbo.common.url.component.param.DynamicParamTable
- 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
- getLeft() - Method in class org.apache.dubbo.common.utils.Pair
- 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() - 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
- getLevel(Logger) - Static method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- getList(Map<String, ?>, String) - Method in class org.apache.dubbo.common.json.impl.AbstractJsonUtilImpl
- getList(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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.AbstractJsonUtilImpl
-
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.JsonUtil
- 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.AbstractJsonUtilImpl
-
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.JsonUtil
- 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
-
Get all
Loading Strategies - getLocal() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
Deprecated.Replace to
getStub() - 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() - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- getLogger() - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- getLogger() - Method in class org.apache.dubbo.config.ApplicationConfig
- 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(Class<?>) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
- getLogger(Class<?>) - 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(Class<?>) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Get logger provider
- getLogger(Class<?>) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
- getLogger(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
- getLogger(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
- getLogger(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
- getLogger(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
- getLogger(String) - Method in interface org.apache.dubbo.common.logger.LoggerAdapter
-
Get a logger
- 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
- 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
-
Deprecated.
- 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
- getMaxAckDelay() - Method in class org.apache.dubbo.config.nested.Http3Config
- getMaxAckDelayExponent() - Method in class org.apache.dubbo.config.nested.Http3Config
- getMaxAge() - Method in class org.apache.dubbo.config.nested.CorsConfig
- getMaxBodySize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxBodySizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxCapacity() - Method in class org.apache.dubbo.common.utils.LRU2Cache
- getMaxCapacity() - Method in class org.apache.dubbo.common.utils.LRUCache
- getMaxChunkSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxChunkSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxConcurrentStreams() - Method in class org.apache.dubbo.config.nested.ServletConfig
- getMaxConcurrentStreams() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxConcurrentStreamsOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxExpectedMs() - Method in class org.apache.dubbo.config.nested.HistogramConfig
- getMaxFrameSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxFrameSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxFreeMemory() - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
-
get the max free memory.
- getMaxHeaderListSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxHeaderListSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxHeaderSize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxHeaderSizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxInitialLineLength() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxInitialLineLengthOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxResponseBodySize() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMaxResponseBodySizeOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getMd5(String) - Method in class org.apache.dubbo.common.utils.MD5Utils
-
Calculation md5 value of specify string
- 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) - Static method in class org.apache.dubbo.common.io.Bytes
-
get md5.
- 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.logger.helpers.FormattingTuple
- 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() - 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.AbstractConfig
- getMetaData(String) - Method in class org.apache.dubbo.config.ReferenceConfigBase
- 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
-
Deprecated.
- getMetadataRetryExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
- getMetadataRetryExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Deprecated.
- 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() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
- 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, Class<?>[]) - 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 class org.apache.dubbo.rpc.model.StubServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- 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, String) - Method in interface org.apache.dubbo.rpc.model.ServiceDescriptor
-
Does not use Optional as return type to avoid potential performance decrease.
- getMethod(String, String) - 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) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getMethodParameter(String, String, boolean) - getMethodBooleanParameter(String, String, boolean) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodBooleanParameter(String, String, boolean) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getMethodParameter(String, String, boolean) - getMethodConfig(String) - Method in class org.apache.dubbo.rpc.model.ConsumerModel
- getMethodExtension(Class<T>, String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.will be removed in 3.3.0
- getMethodExtension(Class<T>, String, String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.will be removed in 3.3.0
- getMethodIntParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getMethodParameter(String, String, int) - getMethodIntParameter(String, String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodIntParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getMethodParameter(String, String, int) - 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 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
- getMethodName(Method, Class<?>[], String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- 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) - 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) - 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) - Method in class org.apache.dubbo.common.URLBuilder
- getMethodParameter(String, String, boolean) - Method in class org.apache.dubbo.common.URL
- getMethodParameter(String, String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- 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, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getMethodParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
- getMethodParameter(String, String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getMethodParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
- getMethodParameter(String, String, int) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getMethodParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
- getMethodParameter(String, String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getMethodParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
- getMethodParameter(String, String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getMethodParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
- getMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.URL
- 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
-
Deprecated.Replace to
getMethodPositiveParameter(String, String, int) - getMethodPositiveParameter(String, String, byte) - 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, int) - Method in class org.apache.dubbo.common.URL
- getMethodPositiveParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
- getMethodPositiveParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
- getMethods() - Method in class org.apache.dubbo.common.compiler.support.CtClassBuilder
- getMethods() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- getMethods() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
- getMethods(Class<?>, boolean, boolean, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all
methodsof the declared class - getMethods(Class<?>, Predicate<Method>...) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Get all public
methodsof the declared class, including the inherited methods. - 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
-
Deprecated.use modelEnvironment() instead
- 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() - Method in class org.apache.dubbo.rpc.model.ServiceModel
- getModuleModel(ScopeModel) - Static method in class org.apache.dubbo.rpc.model.ScopeModelUtil
- 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() - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- getName() - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- getName() - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- getName() - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- getName() - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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
-
Deprecated.Replace to
ApplicationModel.getApplicationName() - getName(Class<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get name.
- getName(Constructor<?>) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get constructor name. "()", "(java.lang.String,int)"
- getName(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
get method name.
- getNamespace() - Method in class org.apache.dubbo.config.ConfigCenterConfig
- getNameStrategy() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getNegotiation() - Method in class org.apache.dubbo.config.nested.Http3Config
- 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.AbstractJsonUtilImpl
-
Gets a number from an object for the given key.
- getNumberAsDouble(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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.AbstractJsonUtilImpl
-
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.JsonUtil
- 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.AbstractJsonUtilImpl
-
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.JsonUtil
- 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.AbstractJsonUtilImpl
-
Gets an object from an object for the given key.
- getObject(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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
- getOnlyUseMetadataV2() - Method in class org.apache.dubbo.config.ApplicationConfig
- 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
- getOpenapi() - Method in class org.apache.dubbo.config.nested.RestConfig
- getOpenapis() - Method in class org.apache.dubbo.config.nested.RestConfig
- getOperatingSystemBean() - Static method in class org.apache.dubbo.common.system.OperatingSystemBeanManager
- getOptimizer() - Method in class org.apache.dubbo.config.ProtocolConfig
- getOrAddProtocol(String) - Method in class org.apache.dubbo.config.context.ConfigManager
- 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
-
Get the extension by specified name if found, or
returns the default one - 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(Class<T>) - Method in class org.apache.dubbo.rpc.model.ScopeModel
- getOrRegisterBean(Class<T>, Function<? super Class<T>, ? extends 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(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) - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
- getParameter(String) - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
- 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) - Method in class org.apache.dubbo.common.URLBuilder
- getParameter(String, boolean) - Method in class org.apache.dubbo.common.URL
- getParameter(String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getParameter(String, byte) - Method in class org.apache.dubbo.common.URL
- getParameter(String, char) - Method in class org.apache.dubbo.common.URL
- getParameter(String, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getParameter(String, double) - Method in class org.apache.dubbo.common.URL
- getParameter(String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getParameter(String, float) - Method in class org.apache.dubbo.common.URL
- getParameter(String, int) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getParameter(String, int) - Method in class org.apache.dubbo.common.URL
- getParameter(String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getParameter(String, long) - Method in class org.apache.dubbo.common.URL
- getParameter(String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getParameter(String, short) - 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, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- 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
- 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() - 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
- getParameters(Predicate<String>) - Method in class org.apache.dubbo.common.URL
-
Get the parameters to be selected(filtered)
- 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.AbstractInterfaceConfig
- 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.nested.OpenAPIConfig
- 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
-
Deprecated.
- 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() - 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.ProtocolConfig
- getPort() - Method in class org.apache.dubbo.config.ProviderConfig
- getPort() - Method in class org.apache.dubbo.config.RegistryConfig
- getPort(int) - Method in class org.apache.dubbo.common.URL
- getPositiveIntParameter(String, int) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- getPositiveIntParameter(String, int) - Method in class org.apache.dubbo.common.URL
-
Deprecated.Replace to
getPositiveParameter(String, int) - getPositiveParameter(String, byte) - Method in class org.apache.dubbo.common.URL
- getPositiveParameter(String, double) - Method in class org.apache.dubbo.common.URL
- getPositiveParameter(String, float) - Method in class org.apache.dubbo.common.URL
- getPositiveParameter(String, int) - Method in class org.apache.dubbo.common.URL
- getPositiveParameter(String, long) - Method in class org.apache.dubbo.common.URL
- getPositiveParameter(String, short) - Method in class org.apache.dubbo.common.URL
- getPositiveServiceParameter(String, String, byte) - Method in class org.apache.dubbo.common.URL
- getPositiveServiceParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
- getPositiveServiceParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
- getPositiveServiceParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
- getPositiveServiceParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
- getPositiveServiceParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
- getPreferred() - Method in class org.apache.dubbo.config.RegistryConfig
- getPreferredProtocol() - Method in class org.apache.dubbo.config.ProtocolConfig
- 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() - 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() - Method in class org.apache.dubbo.config.context.ConfigConfigurationAdapter
- getProperties() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
- 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(Set<ClassLoader>) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
Get dubbo properties.
- 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(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 interface org.apache.dubbo.common.config.Configuration
-
Gets a property from the configuration.
- getProperty(String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getProperty(String) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
- getProperty(String) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
- getProperty(String) - Method in class org.apache.dubbo.common.utils.RegexProperties
- getProperty(String, Object) - Method in interface org.apache.dubbo.common.config.Configuration
-
Gets a property from the configuration.
- getProperty(String, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- 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
- 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() - 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
- getProtocol(String) - Method in class org.apache.dubbo.config.context.ConfigManager
- getProtocol(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- getProtocolIds() - Method in class org.apache.dubbo.config.AbstractServiceConfig
- getProtocolOrDefault(String) - Static method in class org.apache.dubbo.config.context.ConfigManager
- getProtocolOrDefault(URL) - Static method in class org.apache.dubbo.config.context.ConfigManager
- 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() - Method in class org.apache.dubbo.config.ServiceConfigBase
- getProvider(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- getProviderConnectionConfig(URL) - Method in interface org.apache.dubbo.common.ssl.CertProvider
- getProviderConnectionConfig(URL) - Method in class org.apache.dubbo.common.ssl.impl.SSLConfigCertProvider
- getProviderConnectionConfig(URL, SocketAddress) - Method in class org.apache.dubbo.common.ssl.CertManager
- getProviderConnectionConfig(URL, SocketAddress) - Method in interface org.apache.dubbo.common.ssl.CertProvider
- getProviderIds() - Method in class org.apache.dubbo.config.ServiceConfigBase
- getProviderModel(String) - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.
- 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() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- getProxy(Class<?>...) - Static method in class org.apache.dubbo.common.bytecode.Proxy
-
Get proxy.
- 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
- getRecvQueueLen() - Method in class org.apache.dubbo.config.nested.Http3Config
- 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() - Method in class org.apache.dubbo.config.MetadataReportConfig
- getRegistry() - Method in class org.apache.dubbo.config.ModuleConfig
- getRegistry(String) - Method in class org.apache.dubbo.config.context.ConfigManager
- getRegistry(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- 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
-
Deprecated.
- 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
- getRest() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getRestOrDefault() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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 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
- getReturnTypes(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
- getRight() - Method in class org.apache.dubbo.common.utils.Pair
- 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
- getSchemaClassExcludes() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getSchemaFlatten() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
- getSecurity() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getSecurityScheme() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getSendQueueLen() - Method in class org.apache.dubbo.config.nested.Http3Config
- 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
- getServers() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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() - Method in class org.apache.dubbo.config.MethodConfig
- getService() - Method in interface org.apache.dubbo.rpc.model.BuiltinServiceDetector
- getService() - Method in class org.apache.dubbo.rpc.service.EchoServiceDetector
- getService() - Method in class org.apache.dubbo.rpc.service.GenericServiceDetector
- getService(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- getService(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- 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
-
Deprecated.
- 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() - 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
- getServiceKey(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.StringUtils
- 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) - Method in class org.apache.dubbo.common.URL
- getServiceMethodParameter(String, String, String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceMethodParameter(String, String, String, byte) - Method in class org.apache.dubbo.common.URL
- getServiceMethodParameter(String, String, String, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- 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.component.ServiceConfigURL
- getServiceMethodParameter(String, String, String, float) - Method in class org.apache.dubbo.common.URL
- getServiceMethodParameter(String, String, String, int) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceMethodParameter(String, String, String, int) - Method in class org.apache.dubbo.common.URL
- getServiceMethodParameter(String, String, String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceMethodParameter(String, String, String, long) - Method in class org.apache.dubbo.common.URL
- getServiceMethodParameter(String, String, String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceMethodParameter(String, String, String, short) - Method in class org.apache.dubbo.common.URL
- getServiceMethodParameter(String, String, String, String) - 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) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, boolean) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, byte) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- 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, double) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceParameter(String, String, double) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, float) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceParameter(String, String, float) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, int) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, long) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceParameter(String, String, long) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, short) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- getServiceParameter(String, String, short) - Method in class org.apache.dubbo.common.URL
- getServiceParameter(String, String, String) - 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
-
Deprecated.
- 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
- getServlet() - Method in class org.apache.dubbo.config.nested.TripleConfig
- getSession() - Method in class org.apache.dubbo.config.RegistryConfig
- getSetting(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getSetting(String, String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- getSettings() - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
-
Deprecated.use
FrameworkExecutorRepository.getSharedExecutor()instead - 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
-
Deprecated.
- 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() - Method in class org.apache.dubbo.common.URL
- getSide(String) - 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() - Method in class org.apache.dubbo.common.utils.LFUCache
-
Returns cache current size.
- getSize(Object) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- 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.AbstractJsonUtilImpl
-
Gets a string from an object for the given key.
- getString(Map<String, ?>, String) - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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
- getSuffixPatternMatch() - Method in class org.apache.dubbo.config.nested.RestConfig
- getSuffixPatternMatchOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
- getSuperGenericType(Class<?>, int) - Static method in interface org.apache.dubbo.common.utils.TypeUtils
- getSupportedExtensionInstances() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- getSupportedExtensions() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- getSupportedExtensions(Class<?>) - Method in interface org.apache.dubbo.common.extension.ExtensionAccessor
- getSyncReport() - Method in class org.apache.dubbo.config.MetadataReportConfig
- getSystemConfiguration() - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Deprecated.
- getSystemConfiguration() - Method in class org.apache.dubbo.common.config.Environment
- getSystemConfiguration() - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- getSystemConfiguration(ScopeModel) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
-
Used to get properties from the jvm
- 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
- getSystemProperty(String) - Static method in class org.apache.dubbo.common.utils.SystemPropertyConfigUtils
-
Return property of VM.
- getSystemProperty(String, String) - Static method in class org.apache.dubbo.common.utils.SystemPropertyConfigUtils
-
Return property of VM.
- 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
- 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
- getThrowable() - Method in class org.apache.dubbo.common.logger.helpers.FormattingTuple
- getThrowableCandidate(Object[]) - Static method in class org.apache.dubbo.common.logger.helpers.MessageFormatter
- 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
- getTrailingSlashMatch() - Method in class org.apache.dubbo.config.nested.RestConfig
- getTrailingSlashMatchOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
- getTriple() - Method in class org.apache.dubbo.config.ProtocolConfig
- getTripleOrDefault() - Method in class org.apache.dubbo.config.ProtocolConfig
- 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
- getUnsupportedMethods(Class<?>) - Static method in class org.apache.dubbo.common.utils.JsonCompatibilityUtil
-
Get unsupported methods.
- getUrl() - Method in interface org.apache.dubbo.common.Node
-
get url.
- getUrl() - Method in class org.apache.dubbo.config.ReferenceConfigBase
- getURL(String) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
use like spring code
- 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
- getUseJavaPackageAsPath() - Method in class org.apache.dubbo.config.AbstractServiceConfig
- 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.AbstractInterfaceConfig
- 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() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
- getValue() - Method in class org.apache.dubbo.common.utils.Pair
- getValue(int, int) - Static method in class org.apache.dubbo.common.url.component.param.DynamicParamTable
- getValue(Annotation) - Static method in class org.apache.dubbo.common.compact.Dubbo2ActivateUtils
- 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
- getVerbose() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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() - Static method in class org.apache.dubbo.common.Version
- 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
- getVersion(Class<?>, String) - Static method in class org.apache.dubbo.common.Version
- getVersion(String) - Method in class org.apache.dubbo.common.URL
- getVersion(AbstractInterfaceConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- 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
- getWebsocket() - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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.
- GMT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- GRAALVM_NATIVEIMAGE_IMAGECODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- 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() - Element in annotation type org.apache.dubbo.common.extension.Activate
-
Activate the current extension when one of the groups matches.
- group() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service group, default value is empty string
- group() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service group, default value is empty string
- group() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service group, default value is empty string
- group() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service group, default value is empty string
- 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
H
- hasAttribute(String) - Method in class org.apache.dubbo.common.URL
- hasData() - Method in interface org.apache.dubbo.common.utils.Page
-
Returns whether the page has data at all.
- hasExtension(String) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- hashCode() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
- hashCode() - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- hashCode() - Method in class org.apache.dubbo.common.ProtocolServiceKey
- hashCode() - Method in class org.apache.dubbo.common.ServiceKey
- hashCode() - Method in class org.apache.dubbo.common.url.component.DubboServiceAddressURL
- hashCode() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
- hashCode() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
- hashCode() - Method in class org.apache.dubbo.common.url.component.URLAddress
- hashCode() - Method in class org.apache.dubbo.common.url.component.URLParam
- hashCode() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- hashCode() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
- hashCode() - Method in class org.apache.dubbo.common.URL
- hashCode() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- hashCode() - Method in class org.apache.dubbo.common.utils.Log
- hashCode() - Method in class org.apache.dubbo.common.utils.Pair
- hashCode() - Method in class org.apache.dubbo.config.AbstractConfig
- hashCode() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
- hashCode() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
- hashCode() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
- hashCode() - Method in class org.apache.dubbo.rpc.model.ConsumerModel
- hashCode() - Method in class org.apache.dubbo.rpc.model.ProviderModel
- hashCode() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- hashCode() - Method in class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
- hashCode() - Method in class org.apache.dubbo.rpc.model.ServiceModel
- hashCode() - Method in class org.apache.dubbo.rpc.model.StubServiceDescriptor
- HashedWheelTimer - Class in org.apache.dubbo.common.timer
-
A
Timeroptimized for approximated I/O timeout scheduling. - HashedWheelTimer() - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel. - HashedWheelTimer(long, TimeUnit) - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()) and default number of ticks per wheel. - HashedWheelTimer(long, TimeUnit, int) - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()). - HashedWheelTimer(ThreadFactory) - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer with the default tick duration and default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer with the default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, long) - Constructor for class org.apache.dubbo.common.timer.HashedWheelTimer
-
Creates a new timer.
- hasMethod(Class<?>, String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Check target bean class whether has specify method
- hasMethod(String) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
has method.
- hasMethodParameter(String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
Weather there contains some parameter match method
- hasMethodParameter(String) - Method in class org.apache.dubbo.common.URL
- hasMethodParameter(String, String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- hasMethodParameter(String, String) - Method in class org.apache.dubbo.common.URL
- hasMethodParameter(String, String) - Method in class org.apache.dubbo.common.URLBuilder
- hasMethods(Method[]) - Static method in class org.apache.dubbo.common.utils.ClassUtils
- hasNext() - Method in class org.apache.dubbo.common.utils.DefaultPage
- hasNext() - Method in interface org.apache.dubbo.common.utils.Page
-
It indicates has next page or not
- hasParameter(String) - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- hasParameter(String) - Method in class org.apache.dubbo.common.url.component.URLParam
-
check if specified key is present in URLParam
- hasParameter(String) - Method in class org.apache.dubbo.common.URL
- hasParameter(String) - Method in class org.apache.dubbo.common.URLBuilder
- hasProperty(String) - Method in class org.apache.dubbo.common.bytecode.Wrapper
-
has property.
- hasProtobuf() - Static method in class org.apache.dubbo.common.utils.ClassUtils
- hasRegistryInteraction() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
- hasRemainedMemory() - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
-
determine if there is any remaining free memory.
- hasReporter() - Method in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
- hasServiceDiscoveryRegistryProtocol(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- hasServiceDiscoveryRegistryTypeKey(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
The specified parameters of
URLis service discovery registry type or not - hasServiceDiscoveryRegistryTypeKey(URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
-
The specified
URLis service discovery registry type or not - hasServiceMethodParameter(String, String) - Method in class org.apache.dubbo.common.URL
- hasServiceMethodParameter(String, String, String) - Method in class org.apache.dubbo.common.URL
- hasServiceParameter(String, String) - Method in class org.apache.dubbo.common.URL
- hasSubProperties(Collection<Map<String, V>>, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
- hasSubProperties(Map<String, V>, String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
- hasText(CharSequence) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Check the cs String whether contains non whitespace characters.
- HEADER_FILTER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- HEARTBEAT_EVENT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- hex2bytes(String) - Static method in class org.apache.dubbo.common.io.Bytes
-
from hex string.
- hex2bytes(String, int, int) - Static method in class org.apache.dubbo.common.io.Bytes
-
from hex string.
- HIDE_KEY_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- HIGHEST_PROTOCOL_VERSION - Static variable in class org.apache.dubbo.common.Version
- HISTOGRAM_ENABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- HistogramConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the histogram.
- HistogramConfig() - Constructor for class org.apache.dubbo.config.nested.HistogramConfig
- Holder<T> - Class in org.apache.dubbo.common.utils
-
Helper Class for hold a value.
- Holder() - Constructor for class org.apache.dubbo.common.utils.Holder
- HOST_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- Http3Config - Class in org.apache.dubbo.config.nested
- Http3Config() - Constructor for class org.apache.dubbo.config.nested.Http3Config
- HYPHEN - Static variable in class org.apache.dubbo.common.utils.StringUtils
- HYPHEN_CHAR - Static variable in class org.apache.dubbo.common.utils.StringUtils
I
- id() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
The id NOTE: The id attribute is ignored when using @DubboReference on @Bean method
- id() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.The id
- ID - Static variable in interface org.apache.dubbo.config.Constants
-
Config id
- IGNORE - Enum constant in enum org.apache.dubbo.config.context.ConfigMode
-
Ignore mode: accept first config, ignore later configs
- 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
- Implementation Details - Search tag in class org.apache.dubbo.common.timer.HashedWheelTimer
- Section
- 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() - Element in annotation type org.apache.dubbo.config.annotation.Argument
- 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() - Method in interface org.apache.dubbo.common.logger.FluentLogger
- info(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- info(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- info(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- info(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- info(String) - 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(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- info(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- info(String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- info(String, Object...) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- info(String, Object...) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- info(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- info(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- info(String, Object...) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with info log level.
- info(String, Object...) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- info(String, Object...) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- info(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- info(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- info(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with info log level.
- 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(Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- info(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- info(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- info(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- info(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- info(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with info log level.
- info(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- 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, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- info(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- INFO - Enum constant in enum org.apache.dubbo.common.logger.Level
-
INFO
- InfraAdapter - Interface in org.apache.dubbo.common.infra
-
Used to interact with other systems.
- init() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether eager initialize the reference bean when all properties are set, default value is true ( null as true)
- init() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether eager initialize the reference bean when all properties are set, default value is true ( null as true)
- init() - Method in interface org.apache.dubbo.rpc.model.ApplicationInitListener
-
init the application
- 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 - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- initBuilders(FrameworkModel) - Static method in class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
- Initializable - Interface in org.apache.dubbo.common.resource
-
An interface for Initializing resources
- 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 interface org.apache.dubbo.common.resource.Initializable
- initialize() - Method in class org.apache.dubbo.common.utils.DubboAppender
- initialize() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
- initialize(ExtensionAccessor) - Method in interface org.apache.dubbo.common.resource.Initializable
- 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Deprecated.using scope="local" or scope="remote" instead
- injvm() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.When enable, prefer to call local service in the same JVM if it's present, default value is true
- 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
- inNativeImage() - Static method in class org.apache.dubbo.common.aot.NativeDetector
-
Returns
trueif invoked in the context of image building or during image runtime, elsefalse. - 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
-
Interface to create instance for specify type, using both in
ExtensionLoaderandScopeBeanFactory. - 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
- interfaceClass() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Interface class, default value is void.class
- interfaceClass() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Interface class, default value is void.class
- interfaceClass() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Interface class, default value is void.class
- interfaceClass() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Interface class, default value is void.class
- interfaceFromServiceKey(String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
- interfaceLevelLogger - Static variable in interface org.apache.dubbo.common.config.Configuration
- interfaceName() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Interface class name, default value is empty string
- interfaceName() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Interface class name, default value is empty string
- interfaceName() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Interface class name, default value is empty string
- interfaceName() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Interface class name, default value is empty string
- 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. (99-0)
- INTERNAL_INTERRUPTED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- internalError() - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalError(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalError(String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalError(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalError(Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- InternalRunnable - Class in org.apache.dubbo.common.threadlocal
-
InternalRunnable There is a risk of memory leak when using
InternalThreadLocalwithout callingInternalThreadLocal.removeAll(). - 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(Runnable, String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
- InternalThread(String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
- InternalThread(ThreadGroup, Runnable) - 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
- InternalThread(ThreadGroup, String) - Constructor for class org.apache.dubbo.common.threadlocal.InternalThread
- InternalThreadLocal<V> - Class in org.apache.dubbo.common.threadlocal
-
InternalThreadLocal A special variant of
ThreadLocalthat yields higher access performance when accessed from aInternalThread. - 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. - internalWarn() - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalWarn(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalWarn(String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalWarn(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- internalWarn(Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- 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_EXTRA - 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, Class<? extends Annotation>) - Static method in interface org.apache.dubbo.common.utils.AnnotationUtils
-
Tests the annotated element is present any specified annotation types
- isAnnotationPresent(AnnotatedElement, String) - 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
-
the semantics is same as
Class.isAssignableFrom(Class) - 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
trueif and only if theTimerTaskassociated 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.
- isCompletion() - Method in class org.apache.dubbo.common.deploy.AbstractDeployer
- isCompletion() - Method in interface org.apache.dubbo.common.deploy.Deployer
- 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 interface org.apache.dubbo.common.logger.FluentLogger
- 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() - Method in class org.apache.dubbo.config.AbstractConfig
- isDefault() - Method in class org.apache.dubbo.config.RegistryConfig
- isDefault(String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
- isDefaultGenericSerialization(String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
- isDeprecated() - Method in class org.apache.dubbo.config.AbstractServiceConfig
- isDeprecated(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Check if the method is a deprecated method.
- 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() - Method in class org.apache.dubbo.common.utils.ConcurrentHashSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class org.apache.dubbo.common.utils.Stack
-
is empty.
- isEmpty(Object[]) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
-
Checks if the array is null or empty.
- isEmpty(String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
- isEmpty(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
is empty string.
- isEmpty(Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return
trueif the supplied Collection isnullor empty. - isEmptyMap(Map) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return
trueif the supplied Map isnullor 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 interface org.apache.dubbo.common.logger.FluentLogger
- 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
trueif and only if theTimerTaskassociated 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
-
Deprecated.Replace to
AbstractReferenceConfig.getGeneric() - 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
-
Deprecated.Replace to
MethodUtils#isGetter(Method) - isGetter(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Return
trueif 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 interface org.apache.dubbo.common.logger.FluentLogger
- 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
-
Deprecated.instead, use the parameter scopeinvalid input: '<'/> to judge if it's in jvm, scope=local
- 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
- isJson(String) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- isJson(String) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- isJson(String) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- isJson(String) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- isJson(String) - Method in interface org.apache.dubbo.common.json.JsonUtil
- 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(Class<?>, Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
- 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(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) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- isMatchGlobPattern(String, String, URL) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- isMetaMethod(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Return
trueIf this method is a meta method. - isMulticastAddress(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
is multicast address or not
- isNeedRefresh() - Method in class org.apache.dubbo.config.AbstractConfig
- isNoInterfaceSupport() - Method in class org.apache.dubbo.config.ProtocolConfig
- 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(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.
- isNotEmpty(Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return
trueif the supplied Collection isnot nullor not empty. - isNotEmptyMap(Map) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Return
trueif the supplied Map isnot nullor not empty. - isNull() - Method in class org.apache.dubbo.common.utils.Pair
- 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
-
Is preferred
NetworkInterfaceor not - isPresent(String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Test the specified class name is present, array class is not supported
- 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
-
Deprecated.as 2.7.6, use
Class.isPrimitive()plusClassUtils.isSimpleType(Class)instead - 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
- isPrimitiveWrapper(Class<?>) - Static method in class org.apache.dubbo.common.utils.ClassUtils
- isPrivate(Member) - Static method in interface org.apache.dubbo.common.utils.MemberUtils
-
check the specified
memberis private or not ? - isProtobufClass(Class<?>) - Static method in class org.apache.dubbo.common.utils.ProtobufUtils
- 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
memberis 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() - Element in annotation type org.apache.dubbo.config.annotation.Method
- isReturn() - Method in class org.apache.dubbo.config.MethodConfig
- isReuseAddressSupported() - Static method in class org.apache.dubbo.common.utils.NetUtils
- 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
-
Deprecated.Replace to
MethodUtils#isSetter(Method) - isSetter(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Return
trueif 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
memberis 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.AbstractJsonUtilImpl
- isSupport() - Method in interface org.apache.dubbo.common.json.JsonUtil
- isSupport(URL) - Method in interface org.apache.dubbo.common.ssl.CertProvider
- isSupport(URL) - Method in class org.apache.dubbo.common.ssl.impl.SSLConfigCertProvider
- isSupport(URL, SocketAddress) - Method in interface org.apache.dubbo.common.ssl.CertProvider
- 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 interface org.apache.dubbo.common.logger.FluentLogger
- 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 interface org.apache.dubbo.common.logger.FluentLogger
- 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.
J
- JacksonImpl - Class in org.apache.dubbo.common.json.impl
- JacksonImpl() - Constructor for class org.apache.dubbo.common.json.impl.JacksonImpl
- JaketConfigurationUtils - Class in org.apache.dubbo.metadata.definition.util
-
2015/1/27.
- JaketConfigurationUtils() - Constructor for class org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
- JAVA_10 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_11 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_12 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_13 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_14 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_15 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_16 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_17 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_18 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_19 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_20 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_21 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_22 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_23 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_8 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_9 - Enum constant in enum org.apache.dubbo.common.utils.JRE
- JAVA_EXTENSION - Static variable in class org.apache.dubbo.common.compiler.support.ClassUtils
- JAVA_HOME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- JAVA_IDENT_REGEX - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- JAVA_NAME_REGEX - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- JAVA_RUNTIME_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- JAVA_RUNTIME_VERSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- JAVA_VM_INFO - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- JAVA_VM_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- JAVA_VM_VERSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- JavaBeanAccessor - Enum in org.apache.dubbo.common.beanutil
- JavaBeanDescriptor - Class in org.apache.dubbo.common.beanutil
- JavaBeanDescriptor() - Constructor for class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- JavaBeanDescriptor(String, int) - Constructor for class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- JavaBeanSerializeUtil - Class in org.apache.dubbo.common.beanutil
- JavassistCompiler - Class in org.apache.dubbo.common.compiler.support
-
JavassistCompiler.
- JavassistCompiler() - Constructor for class org.apache.dubbo.common.compiler.support.JavassistCompiler
- JavassistParameterNameReader - Class in org.apache.dubbo.common.utils
- JavassistParameterNameReader() - Constructor for class org.apache.dubbo.common.utils.JavassistParameterNameReader
- JclLogger - Class in org.apache.dubbo.common.logger.jcl
-
Adaptor to commons logging, depends on commons-logging.jar.
- JclLogger(Log) - Constructor for class org.apache.dubbo.common.logger.jcl.JclLogger
- JclLoggerAdapter - Class in org.apache.dubbo.common.logger.jcl
- JclLoggerAdapter() - Constructor for class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
- JDK_TIME - Static variable in class org.apache.dubbo.common.utils.DateUtils
- JDK_TIME_FORMAT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- JdkCompiler - Class in org.apache.dubbo.common.compiler.support
-
JdkCompiler.
- JdkCompiler() - Constructor for class org.apache.dubbo.common.compiler.support.JdkCompiler
- JdkCompiler(String) - Constructor for class org.apache.dubbo.common.compiler.support.JdkCompiler
- JdkCompiler(List<String>) - Constructor for class org.apache.dubbo.common.compiler.support.JdkCompiler
- JdkLogger - Class in org.apache.dubbo.common.logger.jdk
- JdkLogger(Logger) - Constructor for class org.apache.dubbo.common.logger.jdk.JdkLogger
- JdkLoggerAdapter - Class in org.apache.dubbo.common.logger.jdk
- JdkLoggerAdapter() - Constructor for class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
- join(Object[], char, int, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
- join(String[]) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
join string.
- join(String[], char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
join string like javascript.
- join(String[], String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
join string like javascript.
- join(Collection<String>, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
- join(List<String>, String) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- join(Map<String, String>, String) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- joinAll(Map<String, Map<String, String>>, String) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- joinMulticastGroup(MulticastSocket, InetAddress) - Static method in class org.apache.dubbo.common.utils.NetUtils
- JRE - Enum in org.apache.dubbo.common.utils
-
JRE version
- JSON_CHECK_LEVEL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- JsonCompatibilityUtil - Class in org.apache.dubbo.common.utils
- JsonCompatibilityUtil() - Constructor for class org.apache.dubbo.common.utils.JsonCompatibilityUtil
- JsonUtil - Interface in org.apache.dubbo.common.json
- JsonUtils - Class in org.apache.dubbo.common.utils
- JsonUtils() - Constructor for class org.apache.dubbo.common.utils.JsonUtils
- jstack(OutputStream) - Static method in class org.apache.dubbo.common.utils.JVMUtil
- JVM_BOOLEAN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
boolean(Z).
- JVM_BYTE - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
byte(B).
- JVM_CHAR - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
char(C).
- JVM_DOUBLE - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
double(D).
- JVM_FLOAT - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
float(F).
- JVM_INT - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
int(I).
- JVM_LONG - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
long(J).
- JVM_SHORT - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
short(S).
- JVM_VOID - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
-
void(V).
- JVMUtil - Class in org.apache.dubbo.common.utils
- JVMUtil() - Constructor for class org.apache.dubbo.common.utils.JVMUtil
K
- KEEP_ALIVE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- KEEP_RUNNING_ON_SPRING_CLOSED - Static variable in interface org.apache.dubbo.rpc.model.ModelConstants
-
Keep Dubbo running when spring is stopped
- KEEP_RUNNING_ON_SPRING_CLOSED_KEY - Static variable in interface org.apache.dubbo.rpc.model.ModelConstants
- key() - Element in annotation type org.apache.dubbo.config.support.Parameter
-
Specify the parameter key when append parameters to url
- keySet() - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- keyWithoutGroup(String, String) - Static method in class org.apache.dubbo.common.BaseServiceMetadata
L
- lastVariableIndex() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
- layer() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service layer, default value is empty string
- layer() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service layer, default value is empty string
- layer() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service layer, default value is empty string
- layer() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service layer, default value is empty string
- LAYER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- lazy() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether to make connection when the client is created, the default value is false
- lazy() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether to make connection when the client is created, the default value is false
- LAZY_CONNECT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
To decide whether to make connection when the client is created
- LEAST_ACTIVE - Static variable in interface org.apache.dubbo.common.constants.LoadbalanceRules
-
Filter the number of invokers with the least number of active calls and count the weights and quantities of these invokers.
- LEGACY_DUBBO_PROTOCOL_VERSION - Static variable in class org.apache.dubbo.common.Version
- length(CharSequence) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Gets a CharSequence length or
0if the CharSequence isnull. - level() - Method in enum org.apache.dubbo.common.utils.SerializeCheckStatus
- Level - Enum in org.apache.dubbo.common.logger
-
Level
- LFUCache<K,
V> - Class in org.apache.dubbo.common.utils - LFUCache() - Constructor for class org.apache.dubbo.common.utils.LFUCache
- LFUCache(int, float) - Constructor for class org.apache.dubbo.common.utils.LFUCache
-
Constructs and initializes cache with specified capacity and eviction factor.
- Lifecycle - Interface in org.apache.dubbo.common.context
-
The Lifecycle of Dubbo component
- LifecycleAdapter - Class in org.apache.dubbo.common.context
- LifecycleAdapter() - Constructor for class org.apache.dubbo.common.context.LifecycleAdapter
- limitedInputStream(InputStream, int) - Static method in class org.apache.dubbo.common.io.StreamUtils
- LimitedThreadPool - Class in org.apache.dubbo.common.threadpool.support.limited
-
Creates a thread pool that creates new threads as needed until limits reaches.
- LimitedThreadPool() - Constructor for class org.apache.dubbo.common.threadpool.support.limited.LimitedThreadPool
- ListenableLogger - Interface in org.apache.dubbo.common.logger
-
Loggers that can register to listen to log messages.
- listener() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Listeners for service exporting and unexporting
- listener() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Listeners for service exporting and unexporting
- listener() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Listeners for service exporting and unexporting
- listener() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Listeners for service exporting and unexporting
- LISTENER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- listItems() - Method in class org.apache.dubbo.common.threadpool.manager.Ring
- LIVENESS_PROBE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- loadbalance() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Load balance strategy, legal values include: random, roundrobin, leastactive you can use
LoadbalanceRules.RANDOM…… - loadbalance() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Load balance strategy, legal values include: random, roundrobin, leastactive you can use
LoadbalanceRules.RANDOM…… - loadbalance() - Element in annotation type org.apache.dubbo.config.annotation.Method
- loadbalance() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Load balance strategy, legal values include: random, roundrobin, leastactive
- loadbalance() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Load balance strategy, legal values include: random, roundrobin, leastactive
- LOADBALANCE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- LoadbalanceRules - Interface in org.apache.dubbo.common.constants
-
constant for Load-balance strategy
- loadCache(int) - Method in class org.apache.dubbo.common.cache.FileCacheStore
- loadClass(ClassLoader, String) - Method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
-
Try load class
- loadClass(String) - Static method in class org.apache.dubbo.common.utils.ClassUtils
-
Load the
Classby the specified name, array class is not supported - loadClass(String, ClassLoader) - Method in class org.apache.dubbo.common.serialization.ClassHolder
- loadConfigs() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
- loadConfigs() - Method in class org.apache.dubbo.config.context.ConfigManager
- loadConfigs() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
- loadConfigsOfTypeFromProps(Class<T>) - Method in class org.apache.dubbo.config.context.AbstractConfigManager
- LoadingStrategy - Interface in org.apache.dubbo.common.extension
- loadMigrationRule(Set<ClassLoader>, String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
- loadProperties(Set<ClassLoader>, String) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
- loadProperties(Set<ClassLoader>, String, boolean) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
- loadProperties(Set<ClassLoader>, String, boolean, boolean) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
Load properties file to
Propertiesfrom class path. - loadResources(String, ClassLoader) - Static method in class org.apache.dubbo.common.utils.ClassLoaderResourceLoader
- loadResources(String, Collection<ClassLoader>) - Static method in class org.apache.dubbo.common.utils.ClassLoaderResourceLoader
- LoadStatusChecker - Class in org.apache.dubbo.common.status.support
-
Load Status
- LoadStatusChecker() - Constructor for class org.apache.dubbo.common.status.support.LoadStatusChecker
- local() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Deprecated.
- local() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.
- LOCALHOST_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- LOCALHOST_VALUE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- lock() - Method in class org.apache.dubbo.common.utils.LRUCache
- lockFile(File) - Method in class org.apache.dubbo.common.cache.FileCacheStore.Builder
- LockUtils - Class in org.apache.dubbo.common.utils
- LockUtils() - Constructor for class org.apache.dubbo.common.utils.LockUtils
- log(String, Level) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(String, Level, String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(String, Level, String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(Level) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(Level, String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(Level, String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(Level, String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- log(Level, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- Log - Class in org.apache.dubbo.common.utils
- Log() - Constructor for class org.apache.dubbo.common.utils.Log
- Log4j2Logger - Class in org.apache.dubbo.common.logger.log4j2
- Log4j2Logger(Logger) - Constructor for class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- Log4j2LoggerAdapter - Class in org.apache.dubbo.common.logger.log4j2
- Log4j2LoggerAdapter() - Constructor for class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
- Log4jLogger - Class in org.apache.dubbo.common.logger.log4j
- Log4jLogger(Logger) - Constructor for class org.apache.dubbo.common.logger.log4j.Log4jLogger
- Log4jLoggerAdapter - Class in org.apache.dubbo.common.logger.log4j
- Log4jLoggerAdapter() - Constructor for class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
- Logger - Interface in org.apache.dubbo.common.logger
-
Logger interface
- LoggerAdapter - Interface in org.apache.dubbo.common.logger
-
Logger provider
- LoggerCodeConstants - Interface in org.apache.dubbo.common.constants
-
Constants of Error Codes used in logger.
- LoggerFactory - Class in org.apache.dubbo.common.logger
-
Logger factory
- LogHelper - Class in org.apache.dubbo.common.utils
- logList - Static variable in class org.apache.dubbo.common.utils.DubboAppender
- LogListener - Interface in org.apache.dubbo.common.logger
-
Log Listener, can registered to an
ListenableLogger. - LogUtil - Class in org.apache.dubbo.common.utils
- LogUtil() - Constructor for class org.apache.dubbo.common.utils.LogUtil
- long2bytes(long) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- long2bytes(long, byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- long2bytes(long, byte[], int) - Static method in class org.apache.dubbo.common.io.Bytes
-
to byte array.
- longValue() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- lookupExportedService(String) - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- lookupExportedService(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- lookupExportedServicesWithoutGroup(String) - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- lookupExportedServiceWithoutGroup(String) - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- lookupMethod(String, String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- lookupReferredService(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
Deprecated.
- lookupReferredServices(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- lookupService(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- LOWEST_VERSION_FOR_RESPONSE_ATTACHMENT - Static variable in class org.apache.dubbo.common.Version
-
For protocol compatibility purpose.
- LRU2Cache<K,
V> - Class in org.apache.dubbo.common.utils -
LRU-2
- LRU2Cache() - Constructor for class org.apache.dubbo.common.utils.LRU2Cache
- LRU2Cache(int) - Constructor for class org.apache.dubbo.common.utils.LRU2Cache
- LRUCache<K,
V> - Class in org.apache.dubbo.common.utils -
A 'least recently used' cache based on LinkedHashMap.
- LRUCache() - Constructor for class org.apache.dubbo.common.utils.LRUCache
- LRUCache(int) - Constructor for class org.apache.dubbo.common.utils.LRUCache
M
- makeAccessible(Method) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
Copy from org.springframework.util.ReflectionUtils.
- MANUAL_REGISTER - Enum constant in enum org.apache.dubbo.common.constants.RegisterTypeEnum
-
Manual register.
- mapEquals(Map<?, ?>, Map<?, ?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- mapToPojo(Map<String, Object>, Class<T>) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
convert map to a specific class instance
- MapTypeBuilder - Class in org.apache.dubbo.metadata.definition.builder
-
2015/1/27.
- MapTypeBuilder() - Constructor for class org.apache.dubbo.metadata.definition.builder.MapTypeBuilder
- mark(int) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- mark(int) - Method in class org.apache.dubbo.common.io.UnsafeStringReader
- markSupported() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- markSupported() - Method in class org.apache.dubbo.common.io.UnsafeStringReader
- markSupportedInputStream(InputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
- markSupportedInputStream(InputStream, int) - Static method in class org.apache.dubbo.common.io.StreamUtils
- match(Class<?>, Class<?>, Object) - Static method in class org.apache.dubbo.common.utils.ReflectionUtils
- Matcher() - Constructor for class org.apache.dubbo.common.ProtocolServiceKey.Matcher
- Matcher() - Constructor for class org.apache.dubbo.common.ServiceKey.Matcher
- matches() - Element in annotation type org.apache.dubbo.common.extension.Wrapper
-
the extension names that need to be wrapped.
- matchIpExpression(String, String) - Static method in class org.apache.dubbo.common.utils.NetUtils
-
Check if address matches with specified pattern, currently only supports ipv4, use} for ipv6 addresses.
invalid @link
{@link this#matchIpExpression(String, String, int) - matchIpExpression(String, String, int) - Static method in class org.apache.dubbo.common.utils.NetUtils
- matchIpRange(String, String, int) - Static method in class org.apache.dubbo.common.utils.NetUtils
- MAX_ENTRY_SIZE - Static variable in class org.apache.dubbo.common.profiler.Profiler
- MAX_PRIORITY - Static variable in interface org.apache.dubbo.common.lang.Prioritized
-
The maximum priority
- MAX_PROXY_COUNT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- maxAvailable() - Static method in class org.apache.dubbo.common.threadpool.MemoryLimitCalculator
-
Get the maximum available memory of the current JVM.
- MD5Utils - Class in org.apache.dubbo.common.utils
-
MD5 util.
- MD5Utils() - Constructor for class org.apache.dubbo.common.utils.MD5Utils
- MemberUtils - Interface in org.apache.dubbo.common.utils
-
Java Reflection
MemberUtilities class - MemoryLimitCalculator - Class in org.apache.dubbo.common.threadpool
-
Runtime.freeMemory()technology is used to calculate the memory limit by using the percentage of the current maximum available memory, which can be used withMemoryLimiter. - MemoryLimitCalculator() - Constructor for class org.apache.dubbo.common.threadpool.MemoryLimitCalculator
- MemoryLimitedLinkedBlockingQueue<E> - Class in org.apache.dubbo.common.threadpool
-
Can completely solve the OOM problem caused by
LinkedBlockingQueue. - MemoryLimitedLinkedBlockingQueue(long, Instrumentation) - Constructor for class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- MemoryLimitedLinkedBlockingQueue(Instrumentation) - Constructor for class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- MemoryLimitedLinkedBlockingQueue(Collection<? extends E>, long, Instrumentation) - Constructor for class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- MemoryLimiter - Class in org.apache.dubbo.common.threadpool
-
memory limiter.
- MemoryLimiter(long, Instrumentation) - Constructor for class org.apache.dubbo.common.threadpool.MemoryLimiter
- MemoryLimiter(Instrumentation) - Constructor for class org.apache.dubbo.common.threadpool.MemoryLimiter
- MemorySafeLinkedBlockingQueue<E> - Class in org.apache.dubbo.common.threadpool
-
Can completely solve the OOM problem caused by
LinkedBlockingQueue, does not depend onInstrumentationand is easier to use thanMemoryLimitedLinkedBlockingQueue. - MemorySafeLinkedBlockingQueue() - Constructor for class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- MemorySafeLinkedBlockingQueue(long) - Constructor for class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- MemorySafeLinkedBlockingQueue(Collection<? extends E>, int) - Constructor for class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- MemoryStatusChecker - Class in org.apache.dubbo.common.status.support
-
MemoryStatus
- MemoryStatusChecker() - Constructor for class org.apache.dubbo.common.status.support.MemoryStatusChecker
- MERGEABLE - Static variable in interface org.apache.dubbo.common.constants.ClusterRules
- MERGEABLE_CLUSTER_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- mergeProtocol(ProtocolConfig) - Method in class org.apache.dubbo.config.ProtocolConfig
- merger() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service merger
- merger() - Element in annotation type org.apache.dubbo.config.annotation.Method
- mergeValues(ExtensionDirector, Class<?>, String, List<String>) - Static method in class org.apache.dubbo.common.utils.ConfigUtils
-
Insert default extension into extension list.
- MESH_ENABLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- MessageFormatter - Class in org.apache.dubbo.common.logger.helpers
-
This is a copy of org.slf4j.helpers.MessageFormatter from slf4j-api.
- MessageFormatter() - Constructor for class org.apache.dubbo.common.logger.helpers.MessageFormatter
- METADATA - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- METADATA_INFO_CACHE_EXPIRE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- METADATA_INFO_CACHE_SIZE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- METADATA_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- METADATA_SERVICE_PORT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- METADATA_SERVICE_PROTOCOL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- MetadataReportConfig - Class in org.apache.dubbo.config
-
Configuration for the metadata report.
- MetadataReportConfig() - Constructor for class org.apache.dubbo.config.MetadataReportConfig
- MetadataReportConfig(String) - Constructor for class org.apache.dubbo.config.MetadataReportConfig
- MetadataReportConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.MetadataReportConfig
- MetadataReportConfig(ApplicationModel, String) - Constructor for class org.apache.dubbo.config.MetadataReportConfig
- Method - Annotation Type in org.apache.dubbo.config.annotation
- METHOD - Enum constant in enum org.apache.dubbo.common.beanutil.JavaBeanAccessor
-
Method accessor.
- METHOD_DESC_PATTERN - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- METHOD_DESC_REGEX - Static variable in class org.apache.dubbo.common.utils.ReflectUtils
- METHOD_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- MethodComparator - Class in org.apache.dubbo.common.utils
-
The Comparator class for
Method, the comparison rule : Comparing to twomethod nameslexicographically. - MethodConfig - Class in org.apache.dubbo.config
-
The method configuration
- MethodConfig() - Constructor for class org.apache.dubbo.config.MethodConfig
- MethodConfig(Method) - Constructor for class org.apache.dubbo.config.MethodConfig
-
Deprecated.
- MethodConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.MethodConfig
- MethodDefinition - Class in org.apache.dubbo.metadata.definition.model
-
2015/1/27.
- MethodDefinition() - Constructor for class org.apache.dubbo.metadata.definition.model.MethodDefinition
- MethodDefinitionBuilder - Class in org.apache.dubbo.metadata.definition
-
MethodDefinitionBuilder based on Java Reflection - MethodDefinitionBuilder() - Constructor for class org.apache.dubbo.metadata.definition.MethodDefinitionBuilder
- MethodDefinitionBuilder(TypeDefinitionBuilder) - Constructor for class org.apache.dubbo.metadata.definition.MethodDefinitionBuilder
- MethodDescriptor - Interface in org.apache.dubbo.rpc.model
- MethodDescriptor.RpcType - Enum in org.apache.dubbo.rpc.model
- methodName - Variable in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- methods() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
methods support
- methods() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
methods support
- methods() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.methods support
- methods() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.methods support
- METHODS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- MethodUtils - Interface in org.apache.dubbo.common.utils
-
Miscellaneous method utility methods.
- METRIC_FILTER_START_TIME - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- METRICS_SERVICE_PORT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- METRICS_SERVICE_PROTOCOL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- MetricsConfig - Class in org.apache.dubbo.config
-
Configuration for the metrics.
- MetricsConfig() - Constructor for class org.apache.dubbo.config.MetricsConfig
- MetricsConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.MetricsConfig
- MetricsConstants - Interface in org.apache.dubbo.common.constants
- MIGRATION_STEP_STATUS - Static variable in class org.apache.dubbo.common.status.reporter.FrameworkStatusReportService
- MIN_PRIORITY - Static variable in interface org.apache.dubbo.common.lang.Prioritized
-
The minimum priority
- mismatches() - Element in annotation type org.apache.dubbo.common.extension.Wrapper
-
the extension names that need to be excluded.
- mixin(Class<?>[], Class<?>) - Static method in class org.apache.dubbo.common.bytecode.Mixin
-
mixin interface and delegates.
- mixin(Class<?>[], Class<?>[]) - Static method in class org.apache.dubbo.common.bytecode.Mixin
-
mixin interface and delegates.
- mixin(Class<?>[], Class<?>[], ClassLoader) - Static method in class org.apache.dubbo.common.bytecode.Mixin
-
mixin interface and delegates.
- mixin(Class<?>[], Class<?>, ClassLoader) - Static method in class org.apache.dubbo.common.bytecode.Mixin
-
mixin interface and delegates.
- Mixin - Class in org.apache.dubbo.common.bytecode
-
Mixin
- Mixin.MixinAware - Interface in org.apache.dubbo.common.bytecode
- mock() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service mock name, use interface name + Mock if not set
- mock() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service mock name, use interface name + Mock if not set
- mock() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service mock name, use interface name + Mock if not set
- mock() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service mock name, use interface name + Mock if not set
- MOCK_HEARTBEAT_EVENT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ModelConstants - Interface in org.apache.dubbo.rpc.model
- modelEnvironment() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
- modelEnvironment() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
- modelEnvironment() - Method in class org.apache.dubbo.rpc.model.ModuleModel
- modelEnvironment() - Method in class org.apache.dubbo.rpc.model.ScopeModel
-
Get current model's environment.
- MODIFIED - Enum constant in enum org.apache.dubbo.common.config.configcenter.ConfigChangeType
-
A config is updated.
- module() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Module associated name
- module() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Module spring bean name
- module() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Module associated name
- module() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Module spring bean name
- MODULE - Enum constant in enum org.apache.dubbo.common.extension.ExtensionScope
-
The extension instance is used within one module, and different modules create different extension instances.
- ModuleConfig - Class in org.apache.dubbo.config
-
Configuration for the module.
- ModuleConfig() - Constructor for class org.apache.dubbo.config.ModuleConfig
- ModuleConfig(String) - Constructor for class org.apache.dubbo.config.ModuleConfig
- ModuleConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.ModuleConfig
- ModuleConfig(ModuleModel, String) - Constructor for class org.apache.dubbo.config.ModuleConfig
- ModuleConfigManager - Class in org.apache.dubbo.config.context
-
Manage configs of module
- ModuleConfigManager(ModuleModel) - Constructor for class org.apache.dubbo.config.context.ModuleConfigManager
- ModuleDeployer - Interface in org.apache.dubbo.common.deploy
-
Export/refer services of module
- ModuleDeployListener - Interface in org.apache.dubbo.common.deploy
-
Module deploy listener
- ModuleEnvironment - Class in org.apache.dubbo.common.config
- ModuleEnvironment(ModuleModel) - Constructor for class org.apache.dubbo.common.config.ModuleEnvironment
- ModuleExt - Interface in org.apache.dubbo.common.context
- ModuleModel - Class in org.apache.dubbo.rpc.model
-
Model of a service module
- ModuleServiceRepository - Class in org.apache.dubbo.rpc.model
-
Service repository for module
- ModuleServiceRepository(ModuleModel) - Constructor for class org.apache.dubbo.rpc.model.ModuleServiceRepository
- monitor() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Monitor associated name
- monitor() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Monitor spring bean name
- monitor() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Monitor associated name
- monitor() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Monitor spring bean name
- MONITOR_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- MonitorConfig - Class in org.apache.dubbo.config
-
Configuration for the monitor.
- MonitorConfig() - Constructor for class org.apache.dubbo.config.MonitorConfig
- MonitorConfig(String) - Constructor for class org.apache.dubbo.config.MonitorConfig
- MonitorConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.MonitorConfig
- MonitorConfig(ApplicationModel, String) - Constructor for class org.apache.dubbo.config.MonitorConfig
- more(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- msg(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- msg(String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- msg(Supplier<String>) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- MULTI_SERIALIZATION_KEY - Static variable in interface org.apache.dubbo.config.Constants
- MULTICAST - Static variable in interface org.apache.dubbo.config.Constants
- MultiValueConverter<S> - Interface in org.apache.dubbo.common.convert.multiple
-
An interface to convert the source-typed value to multiple value, e.g , Java array,
Collectionor sub-interfaces
N
- NACOE_REGISTER_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
export noting suffix servicename by default, dubbo export servicename is "${interface}:${version}:", this servicename with ':' suffix for compatible, we should export noting suffix servicename, eg: ${interface}:${version}
- NACOS_SERVICE_NAME_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- name() - Element in annotation type org.apache.dubbo.config.annotation.Method
- name() - Element in annotation type org.apache.dubbo.config.annotation.ProvidedBy
-
Interface app name, default value is empty string
- NAME - Static variable in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
- NAME - Static variable in class org.apache.dubbo.common.config.Environment
- NAME - Static variable in class org.apache.dubbo.common.config.ModuleEnvironment
- NAME - Static variable in class org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
- NAME - Static variable in class org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
- NAME - Static variable in class org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
- NAME - Static variable in class org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
- NAME - Static variable in class org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
- NAME - Static variable in class org.apache.dubbo.common.timer.HashedWheelTimer
-
may be in spi?
- NAME - Static variable in interface org.apache.dubbo.config.Constants
-
Application name;
- NAME - Static variable in class org.apache.dubbo.config.context.ConfigManager
- NAME - Static variable in class org.apache.dubbo.config.context.ModuleConfigManager
- NAME - Static variable in class org.apache.dubbo.rpc.model.ApplicationModel
- NAME - Static variable in class org.apache.dubbo.rpc.model.FrameworkModel
- NAME - Static variable in class org.apache.dubbo.rpc.model.ModuleModel
- NAME - Static variable in class org.apache.dubbo.rpc.model.ServiceRepository
- name2class(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
name to class.
- name2Class(ClassLoader, String) - Static method in class org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
-
Transform the Class.forName String to Class Object.
- name2desc(String) - Static method in class org.apache.dubbo.common.utils.ReflectUtils
-
name to desc.
- NamedInternalThreadFactory - Class in org.apache.dubbo.common.threadlocal
-
NamedInternalThreadFactory This is a threadFactory which produce
InternalThread - NamedInternalThreadFactory() - Constructor for class org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
- NamedInternalThreadFactory(String) - Constructor for class org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
- NamedInternalThreadFactory(String, boolean) - Constructor for class org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
- NamedThreadFactory - Class in org.apache.dubbo.common.utils
-
InternalThreadFactory.
- NamedThreadFactory() - Constructor for class org.apache.dubbo.common.utils.NamedThreadFactory
- NamedThreadFactory(String) - Constructor for class org.apache.dubbo.common.utils.NamedThreadFactory
- NamedThreadFactory(String, boolean) - Constructor for class org.apache.dubbo.common.utils.NamedThreadFactory
- NATIVE_STUB - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- NativeDetector - Class in org.apache.dubbo.common.aot
- NativeDetector() - Constructor for class org.apache.dubbo.common.aot.NativeDetector
- needAnalyzing(Class<?>) - Static method in class org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
- needWrapper() - Method in interface org.apache.dubbo.rpc.model.PackableMethod
- Nested - Annotation Type in org.apache.dubbo.config.support
-
Nested Class Parameter
- NETTY_EPOLL_ENABLE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- NetUtils - Class in org.apache.dubbo.common.utils
-
IP and Port Helper for RPC
- NEVER_REGISTER - Enum constant in enum org.apache.dubbo.common.constants.RegisterTypeEnum
-
Never register.
- newApplication() - Method in class org.apache.dubbo.rpc.model.FrameworkModel
- newBuilder() - Static method in class org.apache.dubbo.common.cache.FileCacheStore
- newBuilder() - Static method in class org.apache.dubbo.common.utils.DubboAppender
- newConcurrentHashMap() - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- newConcurrentHashMap(int) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- newGenericException() - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
- newGenericException(String) - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
- newGenericException(String, String) - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
- newGenericException(String, Throwable, String, String) - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
- newGenericException(Throwable) - Static method in class org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
- newHashMap(int) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- newHashSet(int) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- newInstance() - Static method in class org.apache.dubbo.common.bytecode.ClassGenerator
- newInstance() - Method in class org.apache.dubbo.common.bytecode.Proxy
-
get instance with default handler.
- newInstance(ClassLoader) - Static method in class org.apache.dubbo.common.bytecode.ClassGenerator
- newInstance(Object[]) - Method in class org.apache.dubbo.common.bytecode.Mixin
-
new Mixin instance.
- newInstance(InvocationHandler) - Method in class org.apache.dubbo.common.bytecode.Proxy
-
get instance with special handler.
- newInstance(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- newLinkedHashMap(int) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- newLinkedHashSet(int) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- newModule() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
- newSupplier(Supplier<T>) - Static method in class org.apache.dubbo.common.utils.CacheableSupplier
- newThread(Runnable) - Method in class org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
- newThread(Runnable) - Method in class org.apache.dubbo.common.utils.NamedThreadFactory
- newTimeout(TimerTask, long, TimeUnit) - Method in class org.apache.dubbo.common.timer.HashedWheelTimer
- newTimeout(TimerTask, long, TimeUnit) - Method in interface org.apache.dubbo.common.timer.Timer
-
Schedules the specified
TimerTaskfor one-time execution after the specified delay. - nextExecutorExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
- nextExecutorExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Deprecated.
- nextExecutorExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
- nextScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
- nextScheduledExecutor() - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Deprecated.
- nextScheduledExecutor() - Method in class org.apache.dubbo.common.threadpool.manager.FrameworkExecutorRepository
-
Returns a scheduler from the scheduler list, call this method whenever you need a scheduler for a cron job.
- nextVariableIndex() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
- NO_AVAILABLE - Static variable in class org.apache.dubbo.config.RegistryConfig
- Node - Interface in org.apache.dubbo.common
-
Node.
- Node(String, String) - Constructor for class org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
- NON_OBJECT_TYPE_FILTER - Static variable in interface org.apache.dubbo.common.utils.TypeUtils
- NONE - Enum constant in enum org.apache.dubbo.common.ssl.AuthPolicy
- NopDynamicConfiguration - Class in org.apache.dubbo.common.config.configcenter.nop
-
Deprecated.
- NopDynamicConfiguration(URL) - Constructor for class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- NopDynamicConfigurationFactory - Class in org.apache.dubbo.common.config.configcenter.nop
-
Deprecated.
- NopDynamicConfigurationFactory() - Constructor for class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfigurationFactory
-
Deprecated.
- NORMAL_PRIORITY - Static variable in interface org.apache.dubbo.common.lang.Prioritized
-
Normal Priority
- normalize(String) - Static method in interface org.apache.dubbo.common.utils.PathUtils
-
Normalize path: To remove query string if presents To remove duplicated slash("/") if exists
- NoSuchMethodException - Exception Class in org.apache.dubbo.common.bytecode
-
NoSuchMethodException.
- NoSuchMethodException() - Constructor for exception class org.apache.dubbo.common.bytecode.NoSuchMethodException
- NoSuchMethodException(String) - Constructor for exception class org.apache.dubbo.common.bytecode.NoSuchMethodException
- NoSuchPropertyException - Exception Class in org.apache.dubbo.common.bytecode
-
NoSuchPropertyException.
- NoSuchPropertyException() - Constructor for exception class org.apache.dubbo.common.bytecode.NoSuchPropertyException
- NoSuchPropertyException(String) - Constructor for exception class org.apache.dubbo.common.bytecode.NoSuchPropertyException
- notEmptyString(String, String) - Static method in class org.apache.dubbo.common.utils.Assert
- NotExistApplicationConfig() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
- notifyCheckSerializable(boolean) - Method in interface org.apache.dubbo.common.utils.AllowClassNotifyListener
- notifyCheckSerializable(boolean) - Method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
- notifyCheckStatus(SerializeCheckStatus) - Method in interface org.apache.dubbo.common.utils.AllowClassNotifyListener
- notifyCheckStatus(SerializeCheckStatus) - Method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
- notifyModuleChanged(ModuleModel, DeployState) - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
module state changed callbacks
- notifyPrefix(Set<String>, Set<String>) - Method in interface org.apache.dubbo.common.utils.AllowClassNotifyListener
- notifyPrefix(Set<String>, Set<String>) - Method in class org.apache.dubbo.common.utils.DefaultSerializeClassChecker
- notNull(Object, RuntimeException) - Static method in class org.apache.dubbo.common.utils.Assert
- notNull(Object, String) - Static method in class org.apache.dubbo.common.utils.Assert
- notNull(Object, String, Object...) - Static method in class org.apache.dubbo.common.utils.Assert
- NULL - Static variable in class org.apache.dubbo.common.logger.helpers.FormattingTuple
- Nullable - Annotation Type in org.apache.dubbo.common.lang
- nullPair() - Static method in class org.apache.dubbo.common.utils.Pair
- nullSafeToString(Object) - Static method in class org.apache.dubbo.common.utils.StringUtils
O
- objToMap(Object) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- of(Class<?>) - Static method in interface org.apache.dubbo.common.logger.FluentLogger
- of(Class<?>) - Static method in class org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
- of(String) - Static method in interface org.apache.dubbo.common.logger.FluentLogger
- of(L, R) - Static method in class org.apache.dubbo.common.utils.Pair
- of(T...) - Static method in class org.apache.dubbo.common.utils.ArrayUtils
-
Convert from variable arguments to array
- OFF - Enum constant in enum org.apache.dubbo.common.logger.Level
-
OFF
- offer(E) - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- offer(E) - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- offer(E, long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- offer(E, long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- offer(Runnable) - Method in class org.apache.dubbo.common.threadpool.support.eager.TaskQueue
- ofNullable(ApplicationModel) - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
- ofSet(T...) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Convert to multiple values to be
LinkedHashSet - OK - Enum constant in enum org.apache.dubbo.common.status.Status.Level
-
OK
- ON_INVOKE_INSTANCE_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_INVOKE_INSTANCE_PARAMETER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_INVOKE_METHOD_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_INVOKE_METHOD_PARAMETER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_RETURN_INSTANCE_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_RETURN_INSTANCE_PARAMETER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_RETURN_METHOD_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_RETURN_METHOD_PARAMETER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_THROW_INSTANCE_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_THROW_INSTANCE_PARAMETER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_THROW_METHOD_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.config.Constants
- ON_THROW_METHOD_PARAMETER_KEY - Static variable in interface org.apache.dubbo.config.Constants
- onAddClassLoader(ModuleModel, ClassLoader) - Method in class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
- onAddClassLoader(T, ClassLoader) - Method in interface org.apache.dubbo.rpc.model.ScopeClassLoaderListener
- onClass() - Element in annotation type org.apache.dubbo.common.extension.Activate
-
Activate loadClass when the current extension when the specified className all match
- onCompleted() - Method in interface org.apache.dubbo.common.stream.StreamObserver
-
onCompleted
- onCompletion(E) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Triggered after deployer startup is complete.
- onCompletion(E) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- onconnect() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Callback method name when connected, default value is empty string
- onconnect() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Callback method name when connected, default value is empty string
- onconnect() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Callback method name when connected, default value is empty string
- onconnect() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Callback method name when connected, default value is empty string
- onDestroy(T) - Method in interface org.apache.dubbo.rpc.model.ScopeModelDestroyListener
- ondisconnect() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Callback method name when disconnected, default value is empty string
- ondisconnect() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Callback method name when disconnected, default value is empty string
- ondisconnect() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Callback method name when disconnected, default value is empty string
- ondisconnect() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Callback method name when disconnected, default value is empty string
- onError(Throwable) - Method in interface org.apache.dubbo.common.stream.StreamObserver
-
onError
- onEvent(ThreadPoolExhaustedEvent) - Method in interface org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedListener
-
Notify when the thread pool is exhausted.
- onFailure(E, Throwable) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Useful to do something when deployer was failed.
- onFailure(E, Throwable) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- onInitialize(E) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Useful to inject some configuration like MetricsConfig, RegistryConfig, etc.
- onInitialize(E) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- oninvoke() - Element in annotation type org.apache.dubbo.config.annotation.Method
- onlyExtensionClassLoaderPackages() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
-
To restrict some class that should load from Dubbo's ClassLoader.
- onMessage(String, String) - Method in interface org.apache.dubbo.common.logger.LogListener
- onModuleStarted(ApplicationModel) - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployListener
- onNext(T) - Method in interface org.apache.dubbo.common.stream.StreamObserver
-
onNext
- onRemoveClassLoader(ModuleModel, ClassLoader) - Method in class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
- onRemoveClassLoader(T, ClassLoader) - Method in interface org.apache.dubbo.rpc.model.ScopeClassLoaderListener
- onreturn() - Element in annotation type org.apache.dubbo.config.annotation.Method
- onStarted(E) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Triggered before registering and exposing the service.
- onStarted(E) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- onStarting(E) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Triggered before starting module.
- onStarting(E) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- onStopped(E) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Triggered after the application is destroyed, can do some customized things after the service is offline and the reference is destroyed.
- onStopped(E) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- onStopping(E) - Method in interface org.apache.dubbo.common.deploy.DeployListener
-
Triggered before the app is destroyed, can do some customized things before offline the service and destroy reference.
- onStopping(E) - Method in class org.apache.dubbo.common.deploy.DeployListenerAdapter
- onthrow() - Element in annotation type org.apache.dubbo.config.annotation.Method
- onUpdate(String, String, Object) - Method in interface org.apache.dubbo.common.store.DataStoreUpdateListener
- OpenAPIConfig - Class in org.apache.dubbo.config.nested
- OpenAPIConfig() - Constructor for class org.apache.dubbo.config.nested.OpenAPIConfig
- openClassfile(String) - Method in class org.apache.dubbo.common.bytecode.DubboLoaderClassPath
- OperatingSystemBeanManager - Class in org.apache.dubbo.common.system
-
OperatingSystemBeanManager related.
- OPTIMIZER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- or(Predicate<T>...) - Static method in interface org.apache.dubbo.common.function.Predicates
-
a composed predicate that represents a short-circuiting logical OR of
predicates - order() - Element in annotation type org.apache.dubbo.common.extension.Activate
-
Absolute ordering info, optional Ascending order, smaller values will be in the front of the list.
- order() - Element in annotation type org.apache.dubbo.common.extension.Wrapper
-
absolute ordering, optional ascending order, smaller values will be in the front of the list.
- OrderedPropertiesConfiguration - Class in org.apache.dubbo.common.config
- OrderedPropertiesConfiguration(ModuleModel) - Constructor for class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
- OrderedPropertiesProvider - Interface in org.apache.dubbo.common.config
-
The smaller value, the higher priority
- org.apache.dubbo.common - package org.apache.dubbo.common
- org.apache.dubbo.common.aot - package org.apache.dubbo.common.aot
- org.apache.dubbo.common.beans - package org.apache.dubbo.common.beans
- org.apache.dubbo.common.beans.factory - package org.apache.dubbo.common.beans.factory
- org.apache.dubbo.common.beans.support - package org.apache.dubbo.common.beans.support
- org.apache.dubbo.common.beanutil - package org.apache.dubbo.common.beanutil
- org.apache.dubbo.common.bytecode - package org.apache.dubbo.common.bytecode
- org.apache.dubbo.common.cache - package org.apache.dubbo.common.cache
- org.apache.dubbo.common.compact - package org.apache.dubbo.common.compact
- org.apache.dubbo.common.compiler - package org.apache.dubbo.common.compiler
- org.apache.dubbo.common.compiler.support - package org.apache.dubbo.common.compiler.support
- org.apache.dubbo.common.concurrent - package org.apache.dubbo.common.concurrent
- org.apache.dubbo.common.config - package org.apache.dubbo.common.config
- org.apache.dubbo.common.config.configcenter - package org.apache.dubbo.common.config.configcenter
- org.apache.dubbo.common.config.configcenter.nop - package org.apache.dubbo.common.config.configcenter.nop
- org.apache.dubbo.common.config.configcenter.wrapper - package org.apache.dubbo.common.config.configcenter.wrapper
- org.apache.dubbo.common.constants - package org.apache.dubbo.common.constants
- org.apache.dubbo.common.context - package org.apache.dubbo.common.context
- org.apache.dubbo.common.convert - package org.apache.dubbo.common.convert
- org.apache.dubbo.common.convert.multiple - package org.apache.dubbo.common.convert.multiple
- org.apache.dubbo.common.deploy - package org.apache.dubbo.common.deploy
- org.apache.dubbo.common.extension - package org.apache.dubbo.common.extension
- org.apache.dubbo.common.extension.inject - package org.apache.dubbo.common.extension.inject
- org.apache.dubbo.common.extension.support - package org.apache.dubbo.common.extension.support
- org.apache.dubbo.common.function - package org.apache.dubbo.common.function
- org.apache.dubbo.common.infra - package org.apache.dubbo.common.infra
- org.apache.dubbo.common.infra.support - package org.apache.dubbo.common.infra.support
- org.apache.dubbo.common.io - package org.apache.dubbo.common.io
- org.apache.dubbo.common.json - package org.apache.dubbo.common.json
- org.apache.dubbo.common.json.impl - package org.apache.dubbo.common.json.impl
- org.apache.dubbo.common.lang - package org.apache.dubbo.common.lang
- org.apache.dubbo.common.logger - package org.apache.dubbo.common.logger
- org.apache.dubbo.common.logger.helpers - package org.apache.dubbo.common.logger.helpers
- org.apache.dubbo.common.logger.jcl - package org.apache.dubbo.common.logger.jcl
- org.apache.dubbo.common.logger.jdk - package org.apache.dubbo.common.logger.jdk
- org.apache.dubbo.common.logger.log4j - package org.apache.dubbo.common.logger.log4j
- org.apache.dubbo.common.logger.log4j2 - package org.apache.dubbo.common.logger.log4j2
- org.apache.dubbo.common.logger.slf4j - package org.apache.dubbo.common.logger.slf4j
- org.apache.dubbo.common.logger.support - package org.apache.dubbo.common.logger.support
- org.apache.dubbo.common.profiler - package org.apache.dubbo.common.profiler
- org.apache.dubbo.common.reference - package org.apache.dubbo.common.reference
- org.apache.dubbo.common.resource - package org.apache.dubbo.common.resource
- org.apache.dubbo.common.serialization - package org.apache.dubbo.common.serialization
- org.apache.dubbo.common.ssl - package org.apache.dubbo.common.ssl
- org.apache.dubbo.common.ssl.impl - package org.apache.dubbo.common.ssl.impl
- org.apache.dubbo.common.status - package org.apache.dubbo.common.status
- org.apache.dubbo.common.status.reporter - package org.apache.dubbo.common.status.reporter
- org.apache.dubbo.common.status.support - package org.apache.dubbo.common.status.support
- org.apache.dubbo.common.store - package org.apache.dubbo.common.store
- org.apache.dubbo.common.store.support - package org.apache.dubbo.common.store.support
- org.apache.dubbo.common.stream - package org.apache.dubbo.common.stream
- org.apache.dubbo.common.system - package org.apache.dubbo.common.system
- org.apache.dubbo.common.threadlocal - package org.apache.dubbo.common.threadlocal
- org.apache.dubbo.common.threadpool - package org.apache.dubbo.common.threadpool
- org.apache.dubbo.common.threadpool.concurrent - package org.apache.dubbo.common.threadpool.concurrent
- org.apache.dubbo.common.threadpool.event - package org.apache.dubbo.common.threadpool.event
- org.apache.dubbo.common.threadpool.manager - package org.apache.dubbo.common.threadpool.manager
- org.apache.dubbo.common.threadpool.serial - package org.apache.dubbo.common.threadpool.serial
- org.apache.dubbo.common.threadpool.support - package org.apache.dubbo.common.threadpool.support
- org.apache.dubbo.common.threadpool.support.cached - package org.apache.dubbo.common.threadpool.support.cached
- org.apache.dubbo.common.threadpool.support.eager - package org.apache.dubbo.common.threadpool.support.eager
- org.apache.dubbo.common.threadpool.support.fixed - package org.apache.dubbo.common.threadpool.support.fixed
- org.apache.dubbo.common.threadpool.support.limited - package org.apache.dubbo.common.threadpool.support.limited
- org.apache.dubbo.common.timer - package org.apache.dubbo.common.timer
- org.apache.dubbo.common.url.component - package org.apache.dubbo.common.url.component
- org.apache.dubbo.common.url.component.param - package org.apache.dubbo.common.url.component.param
- org.apache.dubbo.common.utils - package org.apache.dubbo.common.utils
- org.apache.dubbo.config - package org.apache.dubbo.config
- org.apache.dubbo.config.annotation - package org.apache.dubbo.config.annotation
- org.apache.dubbo.config.context - package org.apache.dubbo.config.context
- org.apache.dubbo.config.nested - package org.apache.dubbo.config.nested
- org.apache.dubbo.config.support - package org.apache.dubbo.config.support
- org.apache.dubbo.metadata.definition - package org.apache.dubbo.metadata.definition
- org.apache.dubbo.metadata.definition.builder - package org.apache.dubbo.metadata.definition.builder
- org.apache.dubbo.metadata.definition.model - package org.apache.dubbo.metadata.definition.model
- org.apache.dubbo.metadata.definition.util - package org.apache.dubbo.metadata.definition.util
- org.apache.dubbo.rpc.executor - package org.apache.dubbo.rpc.executor
- org.apache.dubbo.rpc.model - package org.apache.dubbo.rpc.model
- org.apache.dubbo.rpc.service - package org.apache.dubbo.rpc.service
- org.apache.dubbo.rpc.support - package org.apache.dubbo.rpc.support
- ORGANIZATION - Static variable in interface org.apache.dubbo.config.Constants
-
Running application organization name.
- OS_ARCH - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- OS_LINUX_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- OS_WIN_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- OTHER - Enum constant in enum org.apache.dubbo.common.utils.JRE
- OtlpConfig() - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
- OtlpConfig(String) - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
- OtlpConfig(String, Duration) - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
- OtlpConfig(String, Duration, String) - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
- overridden() - Method in class org.apache.dubbo.common.extension.DubboLoadingStrategy
- overridden() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
-
Indicates current
LoadingStrategysupports overriding other lower prioritized instances or not. - overridden() - Method in class org.apache.dubbo.common.extension.ServicesLoadingStrategy
- OVERRIDE - Enum constant in enum org.apache.dubbo.config.context.ConfigMode
-
Override mode: accept last config, override previous config
- OVERRIDE_ALL - Enum constant in enum org.apache.dubbo.config.context.ConfigMode
-
Override mode: accept last config, override previous config regardless of whether the attribute of previous config is absent or not
- OVERRIDE_IF_ABSENT - Enum constant in enum org.apache.dubbo.config.context.ConfigMode
-
Override mode: accept last config, override previous config only when the attribute of previous config is absent
- OVERRIDE_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- overrides(Method, Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
-
Tests whether one method, as a member of a given type, overrides another method.
- overrideWithConfig(AbstractConfig, boolean) - Method in class org.apache.dubbo.config.AbstractConfig
- owner() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service owner, default value is empty string
- owner() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service owner, default value is empty string
- owner() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service owner, default value is empty string
- owner() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service owner, default value is empty string
- OWNER - Static variable in interface org.apache.dubbo.config.Constants
-
Application owner name;
P
- pack(Object) - Method in interface org.apache.dubbo.rpc.model.Pack
- Pack - Interface in org.apache.dubbo.rpc.model
- PACKABLE_METHOD_FACTORY_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PackableMethod - Interface in org.apache.dubbo.rpc.model
-
A packable method is used to customize serialization for methods.
- PackableMethodFactory - Interface in org.apache.dubbo.rpc.model
- packRequest(Object) - Method in interface org.apache.dubbo.rpc.model.PackableMethod
- packResponse(Object) - Method in interface org.apache.dubbo.rpc.model.PackableMethod
- Page<T> - Interface in org.apache.dubbo.common.utils
-
The model class of pagination
- Pair<L,
R> - Class in org.apache.dubbo.common.utils - Pair(L, R) - Constructor for class org.apache.dubbo.common.utils.Pair
- PARAM_NAME_PREFIX - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
- Parameter - Annotation Type in org.apache.dubbo.config.support
-
Parameter
- ParameterNameReader - Interface in org.apache.dubbo.common.utils
- parameters() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Customized parameter key-value pair, for example: {key1, value1, key2, value2} or {"key1=value1", "key2=value2"}
- parameters() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Customized parameter key-value pair, for example:
- parameters() - Element in annotation type org.apache.dubbo.config.annotation.Method
-
Customized parameter key-value pair, for example: {key1, value1, key2, value2} or {"key1=value1", "key2=value2"}
- parameters() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Customized parameter key-value pair, for example: {key1, value1, key2, value2}
- parameters() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Customized parameter key-value pair, for example: {key1, value1, key2, value2}
- Parameters - Class in org.apache.dubbo.common
-
Deprecated.
- Parameters(String...) - Constructor for class org.apache.dubbo.common.Parameters
-
Deprecated.
- Parameters(Map<String, String>) - Constructor for class org.apache.dubbo.common.Parameters
-
Deprecated.
- PARAMETERS - Static variable in interface org.apache.dubbo.config.Constants
- ParamValue - Interface in org.apache.dubbo.common.url.component.param
- parse(Object) - Static method in class org.apache.dubbo.common.utils.DateUtils
- parse(String) - Static method in class org.apache.dubbo.common.url.component.URLParam
-
Parse URLParam Init URLParam by constructor is not allowed
- parse(String) - Static method in class org.apache.dubbo.common.utils.DateUtils
- parse(String, boolean, Map<String, String>) - Static method in class org.apache.dubbo.common.url.component.URLParam
-
Parse URLParam Init URLParam by constructor is not allowed
- parse(String, String) - Static method in class org.apache.dubbo.common.utils.DateUtils
- parse(String, String, boolean) - Static method in class org.apache.dubbo.common.url.component.URLAddress
- parse(String, DateTimeFormatter) - Static method in class org.apache.dubbo.common.utils.DateUtils
- parse(Map<String, String>) - Static method in class org.apache.dubbo.common.url.component.URLParam
-
Parse URLParam Init URLParam by constructor is not allowed rawParam field in result will be null while
URLParam.getRawParam()will automatically create it - parse(Map<String, String>, String) - Static method in class org.apache.dubbo.common.url.component.URLParam
-
Parse URLParam Init URLParam by constructor is not allowed
- parseDecodedStr(String) - Static method in class org.apache.dubbo.common.URLStrParser
- parseEncodedStr(String) - Static method in class org.apache.dubbo.common.URLStrParser
- parseInteger(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
parse str to Integer(if str is not number or n invalid input: '<' 0, then return 0)
- parseLong(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
parse str to Long(if str is not number or n invalid input: '<' 0, then return 0)
- parseParameters(String) - Static method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- parseParameters(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Decode parameters string to map
- parseParams(String, boolean) - Static method in class org.apache.dubbo.common.URLStrParser
- parseProperties(String) - Static method in class org.apache.dubbo.common.config.ConfigurationUtils
- parseQueryString(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
parse query string to Parameters.
- parseRawURLToArrays(String, int) - Static method in class org.apache.dubbo.common.URLStrParser
- parseRequest(byte[]) - Method in interface org.apache.dubbo.rpc.model.PackableMethod
- parseResponse(byte[]) - Method in interface org.apache.dubbo.rpc.model.PackableMethod
- parseResponse(byte[], boolean) - Method in interface org.apache.dubbo.rpc.model.PackableMethod
- parseServiceKey(String) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- parseURL(String, Map<String, String>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- parseURLs(String, Map<String, String>) - Static method in class org.apache.dubbo.common.utils.UrlUtils
- PASSWORD_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- path() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service path, default value is empty string
- path() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service path, default value is empty string
- PATH_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PATH_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PathURLAddress - Class in org.apache.dubbo.common.url.component
- PathURLAddress(String, String, String, String, String, int) - Constructor for class org.apache.dubbo.common.url.component.PathURLAddress
- PathURLAddress(String, String, String, String, String, int, String) - Constructor for class org.apache.dubbo.common.url.component.PathURLAddress
- PathUtils - Interface in org.apache.dubbo.common.utils
-
Path Utilities class
- payload() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Payload max length.
- PAYLOAD - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- peek() - Method in class org.apache.dubbo.common.utils.Stack
-
peek.
- peekItem() - Method in class org.apache.dubbo.common.threadpool.manager.Ring
- PENDING - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Pending, wait for start
- pendingTimeouts() - Method in class org.apache.dubbo.common.timer.HashedWheelTimer
-
Returns the number of pending timeouts of this
Timer. - PID_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- POD_NAMESPACE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PojoUtils - Class in org.apache.dubbo.common.utils
-
PojoUtils.
- PojoUtils() - Constructor for class org.apache.dubbo.common.utils.PojoUtils
- poll() - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- poll(long, TimeUnit) - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- pollItem() - Method in class org.apache.dubbo.common.threadpool.manager.Ring
- pop() - Method in class org.apache.dubbo.common.utils.Stack
-
pop.
- PORT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- position() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- position(int) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- postDestroy() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Post-processing after destroy model
- postDestroy() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
- postProcessAfterInitialization(Object, String) - Method in interface org.apache.dubbo.common.extension.ExtensionPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.apache.dubbo.rpc.model.ScopeModelAwareExtensionProcessor
- postProcessBeforeInitialization(Object, String) - Method in interface org.apache.dubbo.common.extension.ExtensionPostProcessor
- preDestroy() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Pre-processing before destroy model
- preDestroy() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
- Predicates - Interface in org.apache.dubbo.common.function
-
The utilities class for Java
Predicate - preferExtensionClassLoader() - Method in interface org.apache.dubbo.common.extension.LoadingStrategy
- PREFERRED_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PREFERRED_PROTOCOL - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- preferSerialization() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
If the parameter has a value, the consumer will read the parameter first.
- PreferSerializationProvider - Interface in org.apache.dubbo.common.serialization
- PrefixedConfiguration - Class in org.apache.dubbo.common.config
- PrefixedConfiguration(Configuration, String) - Constructor for class org.apache.dubbo.common.config.PrefixedConfiguration
- prepare() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
- prepareApplicationInstance(ModuleModel) - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Register application instance and start internal services
- prepareInternalModule() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
-
Register application instance and start internal services
- printList(List<T>) - Static method in class org.apache.dubbo.common.utils.LogUtil
- printToString(Object) - Static method in class org.apache.dubbo.common.utils.ToStringUtils
- Prioritized - Interface in org.apache.dubbo.common.lang
-
Prioritizedinterface can be implemented by objects that should be sorted, for example the tasks in executable queue. - priority() - Method in interface org.apache.dubbo.common.config.OrderedPropertiesProvider
-
order
- process(ConfigChangedEvent) - Method in interface org.apache.dubbo.common.config.configcenter.ConfigurationListener
-
Listener call back method.
- PRODUCTION_ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
-
Production environment key.
- Profiler - Class in org.apache.dubbo.common.profiler
- Profiler() - Constructor for class org.apache.dubbo.common.profiler.Profiler
- PROFILER_KEY - Static variable in class org.apache.dubbo.common.profiler.Profiler
- ProfilerEntry - Class in org.apache.dubbo.common.profiler
- ProfilerEntry(String) - Constructor for class org.apache.dubbo.common.profiler.ProfilerEntry
- ProfilerEntry(String, ProfilerEntry, ProfilerEntry) - Constructor for class org.apache.dubbo.common.profiler.ProfilerEntry
- ProfilerSwitch - Class in org.apache.dubbo.common.profiler
-
TODO
- ProfilerSwitch() - Constructor for class org.apache.dubbo.common.profiler.ProfilerSwitch
- PROMETHEUS_DEFAULT_JOB_NAME - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_DEFAULT_METRICS_PATH - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_DEFAULT_METRICS_PORT - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_DEFAULT_PUSH_INTERVAL - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_EXPORTER_ENABLE_HTTP_SERVICE_DISCOVERY_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_EXPORTER_ENABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_EXPORTER_HTTP_SERVICE_DISCOVERY_URL_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_EXPORTER_METRICS_PATH_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_EXPORTER_METRICS_PORT_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_PUSHGATEWAY_BASE_URL_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_PUSHGATEWAY_ENABLED_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_PUSHGATEWAY_JOB_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_PUSHGATEWAY_PASSWORD_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_PUSHGATEWAY_PUSH_INTERVAL_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROMETHEUS_PUSHGATEWAY_USERNAME_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PrometheusConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the prometheus.
- PrometheusConfig() - Constructor for class org.apache.dubbo.config.nested.PrometheusConfig
- PrometheusConfig.Exporter - Class in org.apache.dubbo.config.nested
- PrometheusConfig.Pushgateway - Class in org.apache.dubbo.config.nested
- PropagationConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the propagation.
- PropagationConfig() - Constructor for class org.apache.dubbo.config.nested.PropagationConfig
- PropagationConfig(String) - Constructor for class org.apache.dubbo.config.nested.PropagationConfig
- PROPERTIES_CHAR_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PropertiesConfiguration - Class in org.apache.dubbo.common.config
-
Configuration from system properties and dubbo.properties
- PropertiesConfiguration(ScopeModel) - Constructor for class org.apache.dubbo.common.config.PropertiesConfiguration
- propertySize() - Method in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- PROTOBUF_MESSAGE_CLASS_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ProtobufUtils - Class in org.apache.dubbo.common.utils
- protocol() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
The communication protocol of Dubbo Service
- protocol() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Protocol spring bean names
- protocol() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.The communication protocol of Dubbo Service
- protocol() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Protocol spring bean names
- PROTOCOL_CLOSED_SERVER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_DEFAULT - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROTOCOL_ERROR_CLOSE_CLIENT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_ERROR_CLOSE_SERVER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_ERROR_DESERIALIZE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_CLOSE_STREAM - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_CREATE_STREAM_TRIPLE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_DECODE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_DESTROY_INVOKER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_INIT_SERIALIZATION_OPTIMIZER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_LOAD_MODEL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_PARSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_REFER_INVOKER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_REQUEST - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_RESPONSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_FAILED_SERIALIZE_TRIPLE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_INCORRECT_PARAMETER_VALUES - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROTOCOL_PROMETHEUS - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- PROTOCOL_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROTOCOL_SEPARATOR_ENCODED - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROTOCOL_SERVER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROTOCOL_SERVER_SERVLET - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROTOCOL_STREAM_LISTENER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_TIMEOUT_SERVER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_UNSAFE_SERIALIZATION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_UNSUPPORTED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROTOCOL_UNTRUSTED_SERIALIZE_CLASS - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- ProtocolConfig - Class in org.apache.dubbo.config
-
Configuration for the protocol.
- ProtocolConfig() - Constructor for class org.apache.dubbo.config.ProtocolConfig
- ProtocolConfig(String) - Constructor for class org.apache.dubbo.config.ProtocolConfig
- ProtocolConfig(String, int) - Constructor for class org.apache.dubbo.config.ProtocolConfig
- ProtocolConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.ProtocolConfig
- ProtocolConfig(ApplicationModel, String) - Constructor for class org.apache.dubbo.config.ProtocolConfig
- ProtocolConfig(ApplicationModel, String, int) - Constructor for class org.apache.dubbo.config.ProtocolConfig
- PROTOCOLS_SUFFIX - Static variable in interface org.apache.dubbo.config.Constants
- ProtocolServiceKey - Class in org.apache.dubbo.common
- ProtocolServiceKey(String, String, String, String) - Constructor for class org.apache.dubbo.common.ProtocolServiceKey
- ProtocolServiceKey.Matcher - Class in org.apache.dubbo.common
- ProtocolUtils - Class in org.apache.dubbo.rpc.support
- PROVIDED_BY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- providedBy() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
declares which app or service this interface belongs to
- ProvidedBy - Annotation Type in org.apache.dubbo.config.annotation
-
Class-level annotation used for declaring Dubbo interface.
- provider() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Provider spring bean name
- provider() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Provider spring bean name
- PROVIDER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROVIDER_ASYNC_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- PROVIDER_NAMESPACE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
provider namespace
- PROVIDER_PORT - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
-
The provider tri port
- PROVIDER_SIDE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ProviderCert - Class in org.apache.dubbo.common.ssl
- ProviderCert(byte[], byte[], byte[], String, AuthPolicy) - Constructor for class org.apache.dubbo.common.ssl.ProviderCert
- ProviderCert(byte[], byte[], byte[], AuthPolicy) - Constructor for class org.apache.dubbo.common.ssl.ProviderCert
- ProviderConfig - Class in org.apache.dubbo.config
-
Configuration for the service provider.
- ProviderConfig() - Constructor for class org.apache.dubbo.config.ProviderConfig
- ProviderConfig(ModuleModel) - Constructor for class org.apache.dubbo.config.ProviderConfig
- ProviderMethodModel - Class in org.apache.dubbo.rpc.model
-
Deprecated.
- ProviderMethodModel(Method) - Constructor for class org.apache.dubbo.rpc.model.ProviderMethodModel
-
Deprecated.
- ProviderModel - Class in org.apache.dubbo.rpc.model
-
ProviderModel is about published services
- ProviderModel(String, Object, ServiceDescriptor, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ProviderModel
- ProviderModel(String, Object, ServiceDescriptor, ModuleModel, ServiceMetadata, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ProviderModel
- ProviderModel(String, Object, ServiceDescriptor, ServiceMetadata, ClassLoader) - Constructor for class org.apache.dubbo.rpc.model.ProviderModel
- ProviderModel.RegisterStatedURL - Class in org.apache.dubbo.rpc.model
- providerNamespace() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
assign the namespace that provider belong to
- providerPort() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
The service port of the provider
- PROVIDERS_CATEGORY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- proxy() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
How the proxy is generated, legal values include: jdk, javassist
- proxy() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
How the proxy is generated, legal values include: jdk, javassist
- proxy() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.How the proxy is generated, legal values include: jdk, javassist
- proxy() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.How the proxy is generated, legal values include: jdk, javassist
- Proxy - Class in org.apache.dubbo.common.bytecode
-
Proxy.
- PROXY_33 - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- PROXY_CLASS_REF - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Consumer side 's proxy class
- PROXY_ERROR_ASYNC_RESPONSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROXY_FAILED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROXY_FAILED_CONVERT_URL - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROXY_FAILED_EXPORT_SERVICE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROXY_TIMEOUT_REQUEST - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROXY_TIMEOUT_RESPONSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- PROXY_UNSUPPORTED_INVOKER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- publishConfig(String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Publish Config mapped to the given key under the
default group - publishConfig(String, String, String) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
Publish Config mapped to the given key and the given group.
- publishConfig(String, String, String) - Method in class org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
-
Deprecated.
- publishConfig(String, String, String) - Method in class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
- publishConfig(String, String, String) - Method in class org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
- publishConfigCas(String, String, String, Object) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
-
publish config mapped to this given key and given group with stat.
- push(E) - Method in class org.apache.dubbo.common.utils.Stack
-
push.
- Pushgateway() - Constructor for class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
- put(E) - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- put(E) - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- put(String, String) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- put(String, String, Object) - Method in interface org.apache.dubbo.common.store.DataStore
- put(String, String, Object) - Method in class org.apache.dubbo.common.store.support.SimpleDataStore
- put(K, V) - Method in class org.apache.dubbo.common.utils.LFUCache
- put(K, V) - Method in class org.apache.dubbo.common.utils.LRU2Cache
- put(K, V) - Method in class org.apache.dubbo.common.utils.LRUCache
- putAll(Map<? extends String, ? extends String>) - Method in class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- putAttribute(String, Object) - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- putAttribute(String, Object) - Method in class org.apache.dubbo.common.URL
- putAttribute(String, Object) - Method in class org.apache.dubbo.common.URLBuilder
- putIfAbsent(K, V) - Method in class org.apache.dubbo.common.utils.LRUCache
- putMethodParameter(String, String, String, Map<String, Map<String, String>>) - Static method in class org.apache.dubbo.common.URL
- putParams(Map<String, String>, String, String) - Static method in class org.apache.dubbo.common.url.component.URLItemCache
- putParamsIntern(Map<String, String>, String, String) - Static method in class org.apache.dubbo.common.url.component.URLItemCache
Q
- QOS_CHECK - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_COMMAND_NOT_FOUND - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QOS_ENABLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_ENABLE_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_FAILED_START_SERVER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QOS_HOST - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_HOST_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_LIVE_PROBE_EXTENSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- QOS_PERMISSION_DENY_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QOS_PORT - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_PORT_COMPATIBLE - Static variable in interface org.apache.dubbo.common.constants.QosConstants
- QOS_PROFILER_DISABLED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QOS_PROFILER_ENABLED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QOS_PROFILER_WARN_PERCENT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QOS_READY_PROBE_EXTENSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- QOS_STARTUP_PROBE_EXTENSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- QOS_UNEXPECTED_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- QosConstants - Interface in org.apache.dubbo.common.constants
-
QosConstants
- QUESTION_MASK - Static variable in class org.apache.dubbo.common.utils.StringUtils
- QUESTION_MASK_CHAR - Static variable in class org.apache.dubbo.common.utils.StringUtils
- QUEUES_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
R
- 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() - Method in class org.apache.dubbo.common.io.UnsafeStringReader
- read(byte[], int, int) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- read(char[], int, int) - Method in class org.apache.dubbo.common.io.UnsafeStringReader
- read(InputStream, String) - Static method in class org.apache.dubbo.common.utils.IOUtils
- read(Reader) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
read string.
- readBytes(ByteArrayInputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
- readBytes(InputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
- 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
- readParameterNames(Constructor<?>) - Method in class org.apache.dubbo.common.utils.DefaultParameterNameReader
- readParameterNames(Constructor<?>) - Method in class org.apache.dubbo.common.utils.JavassistParameterNameReader
- readParameterNames(Constructor<?>) - Method in interface org.apache.dubbo.common.utils.ParameterNameReader
- readParameterNames(Method) - Method in class org.apache.dubbo.common.utils.DefaultParameterNameReader
- readParameterNames(Method) - Method in class org.apache.dubbo.common.utils.JavassistParameterNameReader
- readParameterNames(Method) - Method in interface org.apache.dubbo.common.utils.ParameterNameReader
- 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether to reconnect if connection is lost, if not specify, reconnect is enabled by default, and the interval for retry connecting is 2000 ms
- reconnect() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether to reconnect if connection is lost, if not specify, reconnect is enabled by default, and the interval for retry connecting is 2000 ms
- 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
- referAsync() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Weather the reference is refer asynchronously
- Reference - Annotation Type in org.apache.dubbo.config.annotation
-
Deprecated.Recommend
DubboReferenceas the substitute - 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
-
Base configuration for the service reference.
- ReferenceConfigBase() - Constructor for class org.apache.dubbo.config.ReferenceConfigBase
- ReferenceConfigBase(Reference) - Constructor for class org.apache.dubbo.config.ReferenceConfigBase
- ReferenceConfigBase(ModuleModel) - 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 class 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(Class<?>) - Constructor for class org.apache.dubbo.rpc.model.ReflectionServiceDescriptor
- ReflectionServiceDescriptor(String, 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 Class 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether to register the service to register center, default value is true
- register() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether to register the service to register center, default value is true
- 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(Object) - 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(String, Object) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
- registerBeanDefinition(Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
- registerBeanDefinition(String, Class<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
- registerBeanFactory(String, Supplier<T>) - Method in class org.apache.dubbo.common.beans.factory.ScopeBeanFactory
- registerBeanFactory(Supplier<T>) - 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
-
Deprecated.
- 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.
- registerFormatter(String) - Static method in class org.apache.dubbo.common.utils.DateUtils
- registerFormatter(DateTimeFormatter) - Static method in class org.apache.dubbo.common.utils.DateUtils
- registerGlobalDisposable(Disposable) - Static method in class org.apache.dubbo.common.resource.GlobalResourcesRepository
-
Register a global reused disposable.
- registerGlobalListen(LogListener) - Static method in class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
- registerInterface(Class<?>) - Method in class org.apache.dubbo.common.utils.SerializeSecurityConfigurator
- registerInternalConsumer(Class<?>, URL) - Method in class org.apache.dubbo.rpc.model.ModuleModel
- registerInternalConsumer(Class<?>, URL, ServiceDescriptor) - Method in class org.apache.dubbo.rpc.model.ModuleModel
- registerInternalConsumer(Class<?>, URL, ServiceDescriptor, Object) - Method in class org.apache.dubbo.rpc.model.ModuleModel
- registerListen(LogListener) - Method in interface org.apache.dubbo.common.logger.ListenableLogger
-
Register a listener to this logger,and get notified when a log happens.
- registerListen(LogListener) - Method in class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
- registerListener(AllowClassNotifyListener) - Method in class org.apache.dubbo.common.utils.SerializeSecurityManager
- registerProvider(String, Object, ServiceDescriptor, ServiceConfigBase<?>, ServiceMetadata) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
-
Deprecated.
- registerProvider(ProviderModel) - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- registerProvider(ProviderModel) - 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
- registerService(ServiceDescriptor) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- registerServiceInstance() - Method in interface org.apache.dubbo.common.deploy.ApplicationDeployer
- registerServiceInstance() - Method in interface org.apache.dubbo.common.deploy.ModuleDeployer
- 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Registry associated name
- registry() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Registry spring bean name
- registry() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Registry associated name
- registry() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Registry spring bean name
- 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_PROTOCOL_TYPE - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- 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
-
Configuration for service registration and discovery.
- RegistryConfig() - Constructor for class org.apache.dubbo.config.RegistryConfig
- RegistryConfig(String) - Constructor for class org.apache.dubbo.config.RegistryConfig
- RegistryConfig(String, String) - Constructor for class org.apache.dubbo.config.RegistryConfig
- RegistryConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.RegistryConfig
- RegistryConfig(ApplicationModel, 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 Class in org.apache.dubbo.common.concurrent
-
Exception thrown by an
MemorySafeLinkedBlockingQueuewhen an element cannot be accepted. - RejectException() - Constructor for exception class org.apache.dubbo.common.concurrent.RejectException
-
Constructs a
RejectExceptionwith no detail message. - RejectException(String) - Constructor for exception class org.apache.dubbo.common.concurrent.RejectException
-
Constructs a
RejectExceptionwith the specified detail message. - RejectException(String, Throwable) - Constructor for exception class org.apache.dubbo.common.concurrent.RejectException
-
Constructs a
RejectExceptionwith the specified detail message and cause. - RejectException(Throwable) - Constructor for exception class org.apache.dubbo.common.concurrent.RejectException
-
Constructs a
RejectExceptionwith 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() - Method in class org.apache.dubbo.common.reference.ReferenceCountedResource
-
Decreases the reference count by 1 and calls} if the reference count reaches 0.
invalid @link
{@link this#destroy - release(Object) - Method in class org.apache.dubbo.common.threadpool.MemoryLimiter
- release(ProfilerEntry) - Static method in class org.apache.dubbo.common.profiler.Profiler
- 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() - 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() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
- remove(int) - Method in class org.apache.dubbo.common.utils.Stack
-
remove.
- 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(Object) - Method in class org.apache.dubbo.common.utils.LRU2Cache
- remove(Object) - Method in class org.apache.dubbo.common.utils.LRUCache
- 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(Consumer<? super T>) - Method in class org.apache.dubbo.common.concurrent.CallableSafeInitializer
- remove(K) - Method in class org.apache.dubbo.common.utils.LFUCache
- 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_VALUE_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- removeAll() - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Removes all
InternalThreadLocalvariables bound to the current thread. - 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, 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
- removeListener(String, ConfigurationListener) - Method in interface org.apache.dubbo.common.config.configcenter.DynamicConfiguration
- 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(String...) - Method in class org.apache.dubbo.common.URL
- removeParameters(String...) - Method in class org.apache.dubbo.common.URLBuilder
- removeParameters(Collection<String>) - Method in class org.apache.dubbo.common.URL
- removeParameters(Collection<String>) - Method in class org.apache.dubbo.common.URLBuilder
- removeThreadPoolExhaustedEventListener(ThreadPoolExhaustedListener) - Method in class org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
- repeat(char, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Returns padding using the specified delimiter repeated to a given length.
- repeat(String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Repeat a String
repeattimes to form a new String. - repeat(String, String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Repeat a String
repeattimes to form a new String, with a String separator injected each time. - 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
maxvalues of the search String. - replaceExtension(String, Class<?>) - Method in class org.apache.dubbo.common.extension.ExtensionLoader
-
Deprecated.not recommended any longer, and use only when test
- 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
- required() - Element in annotation type org.apache.dubbo.config.support.Parameter
-
If required=true, the value must not be empty when append to url
- 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() - Static method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.
- reset(URL) - Method in interface org.apache.dubbo.common.Resetable
-
reset.
- 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
-
Resolve the
Classby the specified name andClassLoader - 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
- REST_SERVICE_DEPLOYER_URL_ATTRIBUTE_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- RestConfig - Class in org.apache.dubbo.config.nested
-
Configuration for triple rest protocol.
- RestConfig() - Constructor for class org.apache.dubbo.config.nested.RestConfig
- retain() - Method in class org.apache.dubbo.common.reference.ReferenceCountedResource
-
Increments the reference count by 1.
- retries() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service invocation retry times
- retries() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service invocation retry times
- retries() - Element in annotation type org.apache.dubbo.config.annotation.Method
- retries() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service invocation retry times
- retries() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service invocation retry times
- 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
- RFC1036 - Static variable in class org.apache.dubbo.common.utils.DateUtils
- RFC1036_FORMAT - Static variable in class org.apache.dubbo.common.utils.DateUtils
- 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
-
After the task execution is completed, it will call
InternalThreadLocal.removeAll()to clear unnecessary variables in the thread. - run() - Method in class org.apache.dubbo.common.threadpool.serial.SerializingExecutor
- run(Timeout) - Method in interface org.apache.dubbo.common.timer.TimerTask
-
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). - runWith(ClassLoader, Runnable) - Static method in class org.apache.dubbo.common.utils.ClassUtils
S
- SafeConcurrentHashMap() - Constructor for class org.apache.dubbo.common.utils.CollectionUtils.SafeConcurrentHashMap
- SafeConcurrentHashMap(int) - Constructor for class org.apache.dubbo.common.utils.CollectionUtils.SafeConcurrentHashMap
- SafeConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.dubbo.common.utils.CollectionUtils.SafeConcurrentHashMap
- safeLock(Lock, int, Runnable) - Static method in class org.apache.dubbo.common.utils.LockUtils
- SamplingConfig - Class in org.apache.dubbo.config.nested
-
Configuration for the sampling.
- SamplingConfig() - Constructor for class org.apache.dubbo.config.nested.SamplingConfig
- SamplingConfig(float) - 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() - Element in annotation type org.apache.dubbo.common.extension.SPI
-
scope of SPI, default value is application scope.
- scope() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
the scope for referring/exporting a service, if it's local, it means searching in current JVM only.
- scope() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
the scope for referring/exporting a service, if it's local, it means searching in current JVM only.
- 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 Class in org.apache.dubbo.common.beans
- ScopeBeanException(String) - Constructor for exception class org.apache.dubbo.common.beans.ScopeBeanException
- ScopeBeanException(String, Throwable) - Constructor for exception class 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> - 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> - 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
- SELF - Enum constant in enum org.apache.dubbo.common.extension.ExtensionScope
-
self-sufficient, creates an instance for per scope, for special SPI extension, like
ExtensionInjector - 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
- sent() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether the async request has already been sent, the default value is false
- sent() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether the async request has already been sent, the default value is false
- sent() - Element in annotation type org.apache.dubbo.config.annotation.Method
- sent() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether the async request has already been sent, the default value is false
- sent() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether the async request has already been sent, the default value is false
- SEPARATOR_REGEX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- serialization() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
The serialization type
- SERIALIZATION_SECURITY_CHECK_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- 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
- SerializingExecutor(Executor) - Constructor for class org.apache.dubbo.common.threadpool.serial.SerializingExecutor
-
Creates a SerializingExecutor, running tasks using
executor. - SERVER_AUTH - Enum constant in enum org.apache.dubbo.common.ssl.AuthPolicy
- 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_STREAM - Enum constant in enum org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
- SERVER_THREAD_POOL_NAME - Static variable in interface org.apache.dubbo.config.Constants
- SERVER_THREAD_POOL_PREFIX - 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
-
Deprecated.Recommend
DubboServiceas the substitute - SERVICE_ANNOTATION_CLASSES - Static variable in class org.apache.dubbo.common.utils.ServiceAnnotationResolver
-
The annotation
classesof 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
Propertiesfile - 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
-
The resolver class for
@Service - ServiceAnnotationResolver(Class<?>) - Constructor for class org.apache.dubbo.common.utils.ServiceAnnotationResolver
- ServiceConfigBase<T> - Class in org.apache.dubbo.config
-
Base configuration for service.
- ServiceConfigBase() - Constructor for class org.apache.dubbo.config.ServiceConfigBase
- ServiceConfigBase(Service) - Constructor for class org.apache.dubbo.config.ServiceConfigBase
- ServiceConfigBase(ModuleModel) - 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(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, 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, int, 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
- ServiceConfigURL(URLAddress, URLParam, 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(int, String, String, String) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
- serviceKey(URL) - Static method in class org.apache.dubbo.rpc.support.ProtocolUtils
- ServiceKey - Class in org.apache.dubbo.common
- ServiceKey(String, String, String) - Constructor for class org.apache.dubbo.common.ServiceKey
- 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() - Constructor for class org.apache.dubbo.rpc.model.ServiceMetadata
- ServiceMetadata(String, String, String, Class<?>) - 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
- services() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Deprecated.
- ServicesLoadingStrategy - Class in org.apache.dubbo.common.extension
-
Services
LoadingStrategy - ServicesLoadingStrategy() - Constructor for class org.apache.dubbo.common.extension.ServicesLoadingStrategy
- ServletConfig - Class in org.apache.dubbo.config.nested
- ServletConfig() - Constructor for class org.apache.dubbo.config.nested.ServletConfig
- SESSION_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- set(int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- set(int, E) - Method in class org.apache.dubbo.common.utils.Stack
-
set.
- set(InternalThreadLocalMap) - Static method in class org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
- set(T) - Method in class org.apache.dubbo.common.utils.Holder
- set(V) - Method in class org.apache.dubbo.common.threadlocal.InternalThreadLocal
-
Sets the value for the current thread.
- SET_FUTURE_IN_SYNC_MODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
- 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) - 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
- 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
- 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
- setAllowCredentials(Boolean) - Method in class org.apache.dubbo.config.nested.CorsConfig
- setAllowedHeaders(String[]) - Method in class org.apache.dubbo.config.nested.CorsConfig
- setAllowedMethods(String[]) - Method in class org.apache.dubbo.config.nested.CorsConfig
- setAllowedOrigins(String[]) - Method in class org.apache.dubbo.config.nested.CorsConfig
- 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
- setAppend(boolean) - Method in class org.apache.dubbo.common.utils.DubboAppender.Builder
- 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
-
Deprecated.
- 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
- setAuthenticator(String) - 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(Boolean) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
- setCaseSensitiveMatch(Boolean) - Method in class org.apache.dubbo.config.nested.RestConfig
- setCcAlgorithm(String) - Method in class org.apache.dubbo.config.nested.Http3Config
- 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(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
- setCluster(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- setCluster(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
- 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
-
Deprecated.
- setConfigFile(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
- setConfigManager(ConfigManager) - Method in class org.apache.dubbo.rpc.model.ApplicationModel
-
Deprecated.only for ut
- setConnectionInitialWindowSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
- setCors(CorsConfig) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
- setDefaultConsumesMediaTypes(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setDefaultGroup(String) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
- setDefaultHttpMethods(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setDefaultHttpStatusCodes(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setDefaultProducesMediaTypes(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
- setDisableActiveMigration(Boolean) - Method in class org.apache.dubbo.config.nested.Http3Config
- setDisabled(boolean) - Static method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- setDisallowedContentTypes(String[]) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
-
Deprecated.
- setDispather(String) - Method in class org.apache.dubbo.config.ProviderConfig
-
Deprecated.
- 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.BaggageConfig.Correlation
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.AggregationConfig
- 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.Http3Config
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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.nested.RestConfig
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.ServletConfig
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.nested.WebSocketConfig
- setEnabled(Boolean) - Method in class org.apache.dubbo.config.TracingConfig
- setEnableDefaultMapping(Boolean) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
- setEnableHystart(Boolean) - Method in class org.apache.dubbo.config.nested.Http3Config
- 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
- setEnableNetty(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
- setEnablePush(Boolean) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
-
Deprecated.only for ut
- setEnvType(String) - Method in class org.apache.dubbo.config.SslConfig
- setExceptionClass(String) - Method in exception class org.apache.dubbo.rpc.service.GenericException
- setExceptionMessage(String) - Method in exception class 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(Executor) - Method in class org.apache.dubbo.config.AbstractServiceConfig
- setExecutor(EagerThreadPoolExecutor) - Method in class org.apache.dubbo.common.threadpool.support.eager.TaskQueue
- 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
-
Deprecated.replace with
ModuleConfig.setBackground(Boolean) - 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.
- setExposedHeaders(String[]) - Method in class org.apache.dubbo.config.nested.CorsConfig
- 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
- setExternalDocsDescription(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setExternalDocsUrl(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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, Field, T) - Static method in interface org.apache.dubbo.common.utils.FieldUtils
-
Set the value for the specified
Field - setFieldValue(Object, String, 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
- setFileName(String) - Method in class org.apache.dubbo.common.utils.DubboAppender.Builder
- setFilter(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- setFilterOrder(Integer) - Method in class org.apache.dubbo.config.nested.ServletConfig
- setFilterOrder(Integer) - Method in class org.apache.dubbo.config.nested.WebSocketConfig
- setFilterUrlPatterns(String[]) - Method in class org.apache.dubbo.config.nested.ServletConfig
- setFilterUrlPatterns(String[]) - Method in class org.apache.dubbo.config.nested.WebSocketConfig
- setForks(Integer) - Method in class org.apache.dubbo.config.AbstractMethodConfig
- setFormatParameterName(String) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
-
Deprecated.Replace to
AbstractReferenceConfig.setGeneric(String) - 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
- setHeaderTableSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
- setHttp3(Http3Config) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
- setInfoContactEmail(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setInfoContactName(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setInfoContactUrl(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setInfoDescription(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setInfoTitle(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setInfoVersion(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setInit(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
- setInitialBufferSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setInitialized(boolean) - Method in class org.apache.dubbo.config.ConfigCenterConfig
- setInitialMaxData(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- setInitialMaxStreamDataBidiLocal(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- setInitialMaxStreamDataBidiRemote(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- setInitialMaxStreamDataUni(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- setInitialMaxStreamsBidi(Long) - Method in class org.apache.dubbo.config.nested.Http3Config
- setInitialMaxStreamsUni(Long) - Method in class org.apache.dubbo.config.nested.Http3Config
- setInitialWindowSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setInjvm(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
-
Deprecated.instead, use the parameter scope to judge if it's in jvm, scope=local
- setInterface(Class<?>) - Method in class org.apache.dubbo.config.ReferenceConfigBase
- setInterface(Class<?>) - Method in class org.apache.dubbo.config.ServiceConfigBase
- setInterface(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- setInterface(MulticastSocket, boolean) - Static method in class org.apache.dubbo.common.utils.NetUtils
- 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
- setJsonCheckLevel(String) - Method in class org.apache.dubbo.config.ProtocolConfig
- setJsonFramework(String) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
-
Deprecated.Replace to
setStub(Boolean) - setLocal(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
Deprecated.Replace to
setStub(String) - setLocalMigrationRule(String) - Method in class org.apache.dubbo.common.config.Environment
-
Deprecated.only for ut
- setLocalMigrationRule(String) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- setLocking(boolean) - Method in class org.apache.dubbo.common.utils.DubboAppender.Builder
- setLogger(String) - Method in class org.apache.dubbo.config.ApplicationConfig
- setLogger(Logger) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- setLoggerAdapter(LoggerAdapter) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
-
Set logger provider
- setLoggerAdapter(FrameworkModel, String) - Static method in class org.apache.dubbo.common.logger.LoggerFactory
- 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
- setMaxAckDelay(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- setMaxAckDelayExponent(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- setMaxAge(Long) - Method in class org.apache.dubbo.config.nested.CorsConfig
- setMaxBodySize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxCapacity(int) - Method in class org.apache.dubbo.common.utils.LRU2Cache
- setMaxCapacity(int) - Method in class org.apache.dubbo.common.utils.LRUCache
- setMaxChunkSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxConcurrentStreams(Integer) - Method in class org.apache.dubbo.config.nested.ServletConfig
- setMaxConcurrentStreams(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxExpectedMs(Integer) - Method in class org.apache.dubbo.config.nested.HistogramConfig
- setMaxFrameSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxFreeMemory(int) - Method in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
-
set the max free memory.
- setMaxHeaderListSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxHeaderSize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxInitialLineLength(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setMaxResponseBodySize(Integer) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
-
Deprecated.
- 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
- setMethodsJson(List<String>) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
It is only used in native scenarios to get methodConfigs.
- 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(Object) - Method in class org.apache.dubbo.config.AbstractMethodConfig
-
Deprecated.use
AbstractMethodConfig.setMock(String)instead - setMock(String) - 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
-
Deprecated.
- 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
-
Deprecated.
- setMonitor(String) - Method in class org.apache.dubbo.config.ApplicationConfig
- setMonitor(String) - Method in class org.apache.dubbo.config.ModuleConfig
- setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
-
Deprecated.
- 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
- 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
- setNameStrategy(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setNeedRefresh(boolean) - Method in class org.apache.dubbo.config.AbstractConfig
- setNegotiation(Boolean) - Method in class org.apache.dubbo.config.nested.Http3Config
- setNetworker(String) - Method in class org.apache.dubbo.config.ProtocolConfig
- setNetworker(String) - Method in class org.apache.dubbo.config.ProviderConfig
- setNoInterfaceSupport(Boolean) - Method in class org.apache.dubbo.config.ProtocolConfig
- 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(Method) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
- setOninvokeMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
- setOnlyUseMetadataV2(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
- setOnreturn(Object) - Method in class org.apache.dubbo.config.MethodConfig
- setOnreturnInstance(Object) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
- setOnreturnMethod(Method) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
- setOnreturnMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
- setOnthrow(Object) - Method in class org.apache.dubbo.config.MethodConfig
- setOnthrowInstance(Object) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
- setOnthrowMethod(Method) - Method in class org.apache.dubbo.rpc.model.AsyncMethodInfo
- setOnthrowMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
- setOpenapi(OpenAPIConfig) - Method in class org.apache.dubbo.config.nested.RestConfig
- setOpenapis(Map<String, OpenAPIConfig>) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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(List<TypeDefinition>) - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
- 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
- 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.AbstractInterfaceConfig
- 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.nested.OpenAPIConfig
- 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(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
- setPreferredProtocol(String) - Method in class org.apache.dubbo.config.ProtocolConfig
- 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(Map<String, String>) - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
- setProperties(Properties) - Method in class org.apache.dubbo.common.config.OrderedPropertiesConfiguration
-
Deprecated.
- setProperties(Properties) - Method in class org.apache.dubbo.common.config.PropertiesConfiguration
-
Deprecated.
- 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(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
- setProtocol(ProtocolConfig) - Method in class org.apache.dubbo.config.AbstractServiceConfig
- setProtocolIds(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
- setProtocols(List<? extends ProtocolConfig>) - Method in class org.apache.dubbo.config.AbstractServiceConfig
- setProtocols(List<? extends ProtocolConfig>) - Method in class org.apache.dubbo.config.ServiceConfigBase
- 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
- setRecvQueueLen(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- 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
-
Deprecated.replace with
ModuleConfig.setBackground(Boolean) - 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(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
- setRegistry(RegistryConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- setRegistry(RegistryConfig) - Method in class org.apache.dubbo.config.ApplicationConfig
- 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
- setRest(RestConfig) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
- setSchemaClassExcludes(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setSchemaFlatten(Boolean) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
- setSecurity(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setSecurityScheme(String) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- setSendQueueLen(Integer) - Method in class org.apache.dubbo.config.nested.Http3Config
- 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
- setServers(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
-
Deprecated.only for ut
- setServiceType(Class<?>) - Method in class org.apache.dubbo.rpc.model.ServiceMetadata
- setServiceUrls(List<URL>) - Method in class org.apache.dubbo.rpc.model.ProviderModel
- setServlet(ServletConfig) - Method in class org.apache.dubbo.config.nested.TripleConfig
- setSession(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
- setSettings(Map<String, String>) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
- 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
- setSuffixPatternMatch(Boolean) - Method in class org.apache.dubbo.config.nested.RestConfig
- setSuperClass(Class<?>) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- setSuperClass(String) - 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
- setSystemProperty(String, String) - Static method in class org.apache.dubbo.common.utils.SystemPropertyConfigUtils
-
Set property of VM.
- 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(String) - Method in class org.apache.dubbo.config.ProviderConfig
- setThreadName(URL, String) - Static method in class org.apache.dubbo.common.utils.ExecutorUtil
-
append thread name with url address
- 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(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
- setTimeout(Integer) - Method in class org.apache.dubbo.config.MetadataReportConfig
- setTimeout(Integer) - Method in class org.apache.dubbo.config.RegistryConfig
- setTimeout(Long) - Method in class org.apache.dubbo.config.ConfigCenterConfig
- setTimeout(Duration) - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
- 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
- setTrailingSlashMatch(Boolean) - Method in class org.apache.dubbo.config.nested.RestConfig
- 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
- setTriple(TripleConfig) - Method in class org.apache.dubbo.config.ProtocolConfig
- 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
- setUseJavaPackageAsPath(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
- 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.AbstractInterfaceConfig
- 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
- setValue(R) - Method in class org.apache.dubbo.common.utils.Pair
- setVerbose(Boolean) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
- setWebsocket(WebSocketConfig) - Method in class org.apache.dubbo.config.nested.TripleConfig
- 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
-
The composed
ShutdownHookCallbackclass to manipulate one and moreShutdownHookCallbackinstances - 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() - 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.
- size(Collection<?>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
-
Get the size of the specified
Collection - 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
- SpiExtensionInjector - Class in org.apache.dubbo.common.extension.inject
-
SpiExtensionInjector
- SpiExtensionInjector() - Constructor for class org.apache.dubbo.common.extension.inject.SpiExtensionInjector
- split(String, char) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
split.
- split(List<String>, String) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- 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
-
Configuration for ssl.
- 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() - Method in class org.apache.dubbo.common.timer.HashedWheelTimer
-
Starts the background thread explicitly.
- start() - Method in class org.apache.dubbo.common.utils.DubboAppender
- start() - Static method in class org.apache.dubbo.common.utils.LogUtil
- start(String) - Static method in class org.apache.dubbo.common.profiler.Profiler
- STARTED - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Started
- STARTING - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Starting
- 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_KEY - Static variable in interface org.apache.dubbo.config.Constants
- Status.Level - Enum in org.apache.dubbo.common.status
-
Level
- 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
- sticky() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether to stick to the same node in the cluster, the default value is false
- sticky() - Element in annotation type org.apache.dubbo.config.annotation.Method
- sticky() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether to stick to the same node in the cluster, the default value is false
- 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
Timerand cancels all tasks which were scheduled but not executed yet. - stop() - Method in class org.apache.dubbo.common.utils.DubboAppender
- stop() - Static method in class org.apache.dubbo.common.utils.LogUtil
- STOPPED - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Stopped
- STOPPING - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Stopping
- storeClass(Class<?>) - Method in class org.apache.dubbo.common.serialization.ClassHolder
- 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.
- STRICT - Enum constant in enum org.apache.dubbo.common.utils.SerializeCheckStatus
-
Only allow classes in allow list, deny if other classes are not in allow list
- STRICT - Enum constant in enum org.apache.dubbo.config.context.ConfigMode
-
Strict mode: accept only one config for unique config type, throw exceptions if found more than one config for a unique config type.
- 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
Stringto the target-typed value - StringToArrayConverter - Class in org.apache.dubbo.common.convert.multiple
-
The class to convert
Stringto array-type object - StringToArrayConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToArrayConverter
- StringToBlockingDequeConverter - Class in org.apache.dubbo.common.convert.multiple
-
The class to convert
StringtoBlockingDeque-based value - StringToBlockingDequeConverter(FrameworkModel) - Constructor for class org.apache.dubbo.common.convert.multiple.StringToBlockingDequeConverter
- StringToBlockingQueueConverter - Class in org.apache.dubbo.common.convert.multiple
-
The class to convert
StringtoBlockingDeque-based value - 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
Stringtochar[] - StringToCharArrayConverter() - Constructor for class org.apache.dubbo.common.convert.StringToCharArrayConverter
- StringToCollectionConverter - Class in org.apache.dubbo.common.convert.multiple
-
The class to convert
StringtoCollection-based value - 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> - 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
Stringto 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
- 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
-
The class to convert
StringtoTransferQueue-based value - 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service stub name, use interface name + Stub if not set
- stub() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service stub name, use interface name + Local if not set
- stub() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service stub name, use interface name + Local if not set
- stub() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service stub name, use interface name + Local if not set
- STUB_EVENT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- stubevent() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Export an stub service for event dispatch, default value is false.
- stubevent() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Export an stub service for event dispatch, default value is false.
- StubMethodDescriptor - Class in org.apache.dubbo.rpc.model
- StubMethodDescriptor(String, Class<?>, Class<?>, 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 ",".
- substring(String, int, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, int) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Gets the substring before the last occurrence of a separator.
- SVC - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- SYNC_REPORT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- SYSTEM_BYTE_ACCESSOR_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_FILE_ENCODING - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_JAVA_IO_TMPDIR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_JAVA_VERSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_LINE_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_OS_NAME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_OS_VERSION - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SYSTEM_TCP_RESPONSE_TIMEOUT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- SystemConfiguration - Class in org.apache.dubbo.common.config
-
Configuration from system properties
- SystemConfiguration() - Constructor for class org.apache.dubbo.common.config.SystemConfiguration
- SystemPropertyConfigUtils - Class in org.apache.dubbo.common.utils
- SystemPropertyConfigUtils() - Constructor for class org.apache.dubbo.common.utils.SystemPropertyConfigUtils
T
- tag() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service tag name
- tag() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service tag name
- tag() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service tag name
- tag() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service tag name
- TAG_APPLICATION_MODULE - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_APPLICATION_NAME - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_APPLICATION_VERSION_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_CHANGE_TYPE - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_CONFIG_CENTER - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_ERROR_CODE - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_GROUP_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_HOSTNAME - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_INTERFACE_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_IP - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TAG_KEY_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_METHOD_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_PID - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_THREAD_NAME - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- TAG_VERSION_KEY - Static variable in interface org.apache.dubbo.common.constants.MetricsConstants
- take() - Method in class org.apache.dubbo.common.threadpool.MemoryLimitedLinkedBlockingQueue
- task() - Method in interface org.apache.dubbo.common.timer.Timeout
-
Returns the
TimerTaskwhich is associated with this handle. - TaskQueue<R> - Class in org.apache.dubbo.common.threadpool.support.eager
-
TaskQueue in the EagerThreadPoolExecutor It offer a task if the executor's submittedTaskCount less than currentPoolThreadSize or the currentPoolThreadSize more than executor's maximumPoolSize.
- TaskQueue(int) - Constructor for class org.apache.dubbo.common.threadpool.support.eager.TaskQueue
- test(String) - Method in class org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
- TEST_ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
-
Test environment key.
- TESTING_INIT_ZOOKEEPER_SERVER_ERROR - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TESTING_REGISTRY_FAILED_TO_DOWNLOAD_ZK_FILE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TESTING_REGISTRY_FAILED_TO_START_ZOOKEEPER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TESTING_REGISTRY_FAILED_TO_STOP_ZOOKEEPER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- THE_256_MB - Static variable in class org.apache.dubbo.common.threadpool.MemorySafeLinkedBlockingQueue
- THREAD_NAME_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- THREAD_POOL_EXHAUSTED_LISTENERS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- THREAD_POOL_KEEP_ALIVE_TIME_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
The keep alive time in milliseconds for threads in
ThreadPoolExecutor - THREAD_POOL_PREFIX_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
- THREAD_POOL_SIZE_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
- ThreadlessExecutor - Class in org.apache.dubbo.common.threadpool
-
The most important difference between this Executor and other normal Executor is that this one doesn't manage any thread.
- ThreadlessExecutor() - Constructor for class org.apache.dubbo.common.threadpool.ThreadlessExecutor
- threadLocalMap() - Method in class org.apache.dubbo.common.threadlocal.InternalThread
-
Returns the internal data structure that keeps the threadLocal variables bound to this thread.
- ThreadPool - Interface in org.apache.dubbo.common.threadpool
-
ThreadPool
- THREADPOOL_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ThreadPoolExhaustedEvent - Class in org.apache.dubbo.common.threadpool.event
-
An Event when the Dubbo thread pool is exhausted.
- ThreadPoolExhaustedEvent(String) - Constructor for class org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedEvent
- ThreadPoolExhaustedListener - Interface in org.apache.dubbo.common.threadpool.event
- THREADS_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- THROW_UNSUPPORTED_INVOKER - Static variable in class org.apache.dubbo.common.bytecode.Proxy
- ThrowableAction - Interface in org.apache.dubbo.common.function
-
A function interface for action with
Throwable - ThrowableConsumer<T> - Interface in org.apache.dubbo.common.function
- ThrowableFunction<T,
R> - Interface in org.apache.dubbo.common.function - Tick Duration - Search tag in class org.apache.dubbo.common.timer.HashedWheelTimer
- Section
- Ticks per Wheel (Wheel Size) - Search tag in class org.apache.dubbo.common.timer.HashedWheelTimer
- Section
- TIME_COUNTDOWN_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- timeout() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Timeout value for service invocation, default value is 0
- timeout() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Timeout value for service invocation, default value is -1
- timeout() - Element in annotation type org.apache.dubbo.config.annotation.Method
- timeout() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Timeout value for service invocation, default value is 0
- timeout() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Timeout value for service invocation, default value is 0
- Timeout - Interface in org.apache.dubbo.common.timer
- TIMEOUT_ATTACHMENT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TIMEOUT_ATTACHMENT_KEY_LOWER - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TIMEOUT_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TIMEOUT_PARAM_NAME - Static variable in class org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
-
The parameter name of timeout for config-center
- timer() - Method in interface org.apache.dubbo.common.timer.Timeout
-
Returns the
Timerthat created this handle. - Timer - Interface in org.apache.dubbo.common.timer
-
Schedules
TimerTasks for one-time future execution in a background thread. - TimerTask - Interface in org.apache.dubbo.common.timer
-
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit)(TimerTask, long, TimeUnit)}. - TIMESTAMP_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TimeUtils - Class in org.apache.dubbo.common.utils
-
Provide currentTimeMillis acquisition for high-frequency access scenarios.
- toAddress(String) - Static method in class org.apache.dubbo.common.utils.NetUtils
- toAddressString(InetSocketAddress) - Static method in class org.apache.dubbo.common.utils.NetUtils
- toArgumentString(Object[]) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toBoolean(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Converts string to Boolean based on common boolean representations.
- toBoolean(String, boolean) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toBooleanObject(boolean) - Static method in interface org.apache.dubbo.common.config.Configuration
- toByteArray() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- toByteArray(InputStream) - Static method in class org.apache.dubbo.common.utils.IOUtils
- toByteBuffer() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- toClass(Class<?>) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- toClass(Class<?>, ClassLoader, ProtectionDomain) - Method in class org.apache.dubbo.common.bytecode.ClassGenerator
- toCommaDelimitedString(String, String...) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Creates a comma-delimited string from one or more string values.
- toConfiguration() - Method in class org.apache.dubbo.common.URL
- toDate(TemporalAccessor) - Static method in class org.apache.dubbo.common.utils.DateUtils
- toFullString() - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- toFullString() - Method in class org.apache.dubbo.common.URL
- toFullString(String...) - Method in class org.apache.dubbo.common.URL
- toIdentityString() - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- toIdentityString() - Method in class org.apache.dubbo.common.URL
- toIdentityString(String...) - Method in class org.apache.dubbo.common.URL
- toInetSocketAddress() - Method in class org.apache.dubbo.common.URL
- toJavaList(String, Class<T>) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- toJavaList(String, Class<T>) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- toJavaList(String, Class<T>) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- toJavaList(String, Class<T>) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- toJavaList(String, Class<T>) - Method in interface org.apache.dubbo.common.json.JsonUtil
- toJavaList(String, Class<T>) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- toJavaObject(String, Type) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- toJavaObject(String, Type) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- toJavaObject(String, Type) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- toJavaObject(String, Type) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- toJavaObject(String, Type) - Method in interface org.apache.dubbo.common.json.JsonUtil
- toJavaObject(String, Type) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- toJavaURL() - Method in class org.apache.dubbo.common.URL
- toJson(Object) - Static method in class org.apache.dubbo.common.json.GsonUtils
- toJson(Object) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- toJson(Object) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- toJson(Object) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- toJson(Object) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- toJson(Object) - Method in interface org.apache.dubbo.common.json.JsonUtil
- toJson(Object) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- token() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service token, default value is empty string
- token() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service token, default value is false
- tokenize(String, char...) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Tokenize the given String into a String array.
- tokenizeToList(String, char...) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
Splits a string into a list of tokens using specified separators, trimming whitespace and ignoring empty tokens.
- toMap() - Method in class org.apache.dubbo.common.URL
- toMap(Object...) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- toMap(Collection<Pair<L, R>>) - Static method in class org.apache.dubbo.common.utils.Pair
- toMap(Map.Entry<K, V>[]) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- toMap(Pair<L, R>...) - Static method in class org.apache.dubbo.common.utils.Pair
- toOriginalMap() - Method in class org.apache.dubbo.common.URL
- toOSStyleKey(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toPairs(Map<L, R>) - Static method in class org.apache.dubbo.common.utils.Pair
- toParameterString() - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- toParameterString() - Method in class org.apache.dubbo.common.URL
- toParameterString(String...) - Method in class org.apache.dubbo.common.URL
- toPrettyJson(Object) - Method in class org.apache.dubbo.common.json.impl.FastJson2Impl
- toPrettyJson(Object) - Method in class org.apache.dubbo.common.json.impl.FastJsonImpl
- toPrettyJson(Object) - Method in class org.apache.dubbo.common.json.impl.GsonImpl
- toPrettyJson(Object) - Method in class org.apache.dubbo.common.json.impl.JacksonImpl
- toPrettyJson(Object) - Method in interface org.apache.dubbo.common.json.JsonUtil
- toPrettyJson(Object) - Static method in class org.apache.dubbo.common.utils.JsonUtils
- toQueryString(Map<String, String>) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toSerializableURL() - Method in class org.apache.dubbo.common.URL
- toServiceString() - Method in class org.apache.dubbo.common.URL
- toServiceString(String...) - Method in class org.apache.dubbo.common.URL
- toServiceStringWithoutResolving() - Method in class org.apache.dubbo.common.URL
- toShortString(Object) - Static method in class org.apache.dubbo.common.utils.ClassHelper
-
Deprecated.
- toShortString(Object) - Static method in class org.apache.dubbo.common.utils.ClassUtils
- toShortString(Method) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
- toShortString(MethodDescriptor) - Static method in interface org.apache.dubbo.common.utils.MethodUtils
- toString() - Method in class org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
- toString() - Method in class org.apache.dubbo.common.extension.ExtensionLoader
- toString() - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- toString() - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- toString() - Method in class org.apache.dubbo.common.Parameters
-
Deprecated.
- toString() - Method in class org.apache.dubbo.common.ProtocolServiceKey
- toString() - Method in class org.apache.dubbo.common.ServiceKey
- toString() - Method in class org.apache.dubbo.common.url.component.PathURLAddress
- toString() - Method in class org.apache.dubbo.common.url.component.ServiceAddressURL
- toString() - Method in class org.apache.dubbo.common.url.component.ServiceConfigURL
- toString() - Method in class org.apache.dubbo.common.url.component.URLAddress
- toString() - Method in class org.apache.dubbo.common.url.component.URLParam
- toString() - Method in class org.apache.dubbo.common.URL
- toString() - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- toString() - Method in class org.apache.dubbo.common.utils.Pair
- toString() - Method in class org.apache.dubbo.config.AbstractConfig
- toString() - Method in class org.apache.dubbo.metadata.definition.model.FullServiceDefinition
- toString() - Method in class org.apache.dubbo.metadata.definition.model.MethodDefinition
- toString() - Method in class org.apache.dubbo.metadata.definition.model.ServiceDefinition
- toString() - Method in class org.apache.dubbo.metadata.definition.model.TypeDefinition
- toString() - Method in class org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
- toString() - Method in class org.apache.dubbo.rpc.model.ScopeModel
- toString() - Method in class org.apache.dubbo.rpc.model.StubMethodDescriptor
- toString(InputStream) - Static method in class org.apache.dubbo.common.io.StreamUtils
- toString(InputStream, Charset) - Static method in class org.apache.dubbo.common.io.StreamUtils
- toString(Object) - Static method in class org.apache.dubbo.common.utils.ToStringUtils
- toString(String) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- toString(String...) - Method in class org.apache.dubbo.common.URL
- toString(String, Throwable) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toString(Throwable) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- toString(Throwable) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toStringArray(Collection<String>) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toStringMap(String...) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- ToStringUtils - Class in org.apache.dubbo.common.utils
- toTreeSet(Set<T>) - Static method in class org.apache.dubbo.common.utils.CollectionUtils
- toURI(String) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- toUrl() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- toUrl() - Method in class org.apache.dubbo.config.ConfigCenterConfig
- toUrl() - Method in class org.apache.dubbo.config.MetadataReportConfig
- toUrl() - Method in class org.apache.dubbo.config.MetricsConfig
- toURL(String, String, int, String) - Static method in class org.apache.dubbo.common.utils.NetUtils
- toURLKey(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
- toURLPlainParam(URLParam) - Static method in class org.apache.dubbo.common.url.component.URLPlainParam
- toUrls() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
- trace() - Method in interface org.apache.dubbo.common.logger.FluentLogger
- trace(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- trace(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- trace(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- trace(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- trace(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- trace(String) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with trace log level.
- trace(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- trace(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- trace(String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- trace(String, Object...) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- trace(String, Object...) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- trace(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- trace(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- trace(String, Object...) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with trace log level.
- trace(String, Object...) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- trace(String, Object...) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- trace(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- trace(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- trace(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- trace(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- trace(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- trace(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with trace log level.
- trace(String, Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- trace(String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- trace(Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- trace(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- trace(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- trace(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- trace(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- trace(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs an error with trace log level.
- trace(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- trace(Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- trace(Logger, String) - Static method in class org.apache.dubbo.common.utils.LogHelper
- trace(Logger, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- trace(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- TRACE - Enum constant in enum org.apache.dubbo.common.logger.Level
-
TRACE
- TracingConfig - Class in org.apache.dubbo.config
-
Configuration for tracing.
- TracingConfig() - Constructor for class org.apache.dubbo.config.TracingConfig
- TracingConfig(ApplicationModel) - Constructor for class org.apache.dubbo.config.TracingConfig
- translate(String, String, String) - Static method in class org.apache.dubbo.common.utils.StringUtils
-
translate.
- TRANSPORT_CLIENT_CONNECT_TIMEOUT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_CONNECTION_LIMIT_EXCEED - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_EXCEED_PAYLOAD_LIMIT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_CLOSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_CLOSE_STREAM - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_CONNECT_PROVIDER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_DECODE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_DESTROY_ZOOKEEPER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_DISCONNECT_PROVIDER - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_RECONNECT - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_RESPONSE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_FAILED_SERIALIZATION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_SKIP_UNUSED_STREAM - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_UNEXPECTED_EXCEPTION - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
-
Absent.
- TRANSPORT_UNSUPPORTED_CHARSET - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TRANSPORT_UNSUPPORTED_MESSAGE - Static variable in interface org.apache.dubbo.common.constants.LoggerCodeConstants
- TreePathDynamicConfiguration - Class in org.apache.dubbo.common.config.configcenter
-
An abstract implementation of
DynamicConfigurationis like "tree-structure" path :invalid reference
"file"invalid reference
"zookeeper" - TreePathDynamicConfiguration(String, String, int, long, String, long) - Constructor for class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
- TreePathDynamicConfiguration(URL) - Constructor for class org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
- TRI_EXCEPTION_CODE_NOT_EXISTS - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- trim(String) - Static method in class org.apache.dubbo.common.utils.StringUtils
- trimmedCopy(Object[]) - Static method in class org.apache.dubbo.common.logger.helpers.MessageFormatter
-
Helper method to get all but the last element of an array
- TRIPLE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TRIPLE_PREFIX - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- TripleConfig - Class in org.apache.dubbo.config.nested
-
Configuration for triple protocol.
- TripleConfig() - Constructor for class org.apache.dubbo.config.nested.TripleConfig
- tryGetApplicationName() - Method in class org.apache.dubbo.rpc.model.ApplicationModel
- type() - Element in annotation type org.apache.dubbo.config.annotation.Argument
- TYPE_ARRAY - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TYPE_BEAN - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TYPE_CLASS - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TYPE_COLLECTION - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TYPE_ENUM - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TYPE_MAP - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TYPE_PRIMITIVE - Static variable in class org.apache.dubbo.common.beanutil.JavaBeanDescriptor
- TypeBuilder - Interface in org.apache.dubbo.metadata.definition.builder
-
2015/1/27.
- TypeDefinition - Class in org.apache.dubbo.metadata.definition.model
-
2015/1/27.
- TypeDefinition() - Constructor for class org.apache.dubbo.metadata.definition.model.TypeDefinition
- TypeDefinition(String) - Constructor for class org.apache.dubbo.metadata.definition.model.TypeDefinition
- TypeDefinitionBuilder - Class in org.apache.dubbo.metadata.definition
-
2015/1/27.
- TypeDefinitionBuilder() - Constructor for class org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
- TypeUtils - Interface in org.apache.dubbo.common.utils
-
The utilities class for
Type
U
- UNARY - Enum constant in enum org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
- unboxed(Boolean) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Byte) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Character) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Double) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Float) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Integer) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Long) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Object) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- unboxed(Short) - Static method in class org.apache.dubbo.common.compiler.support.ClassUtils
- UNDERLINE_SEPARATOR - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- unexport() - Method in class org.apache.dubbo.config.ServiceConfigBase
- UNKNOWN - Enum constant in enum org.apache.dubbo.common.deploy.DeployState
-
Unknown state
- UNKNOWN - Enum constant in enum org.apache.dubbo.common.status.Status.Level
-
UNKNOWN
- UNLOAD_CLUSTER_RELATED - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- unloadClusterRelated() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
unload Cluster related in mesh mode
- unpack(byte[]) - Method in interface org.apache.dubbo.rpc.model.UnPack
- unpack(byte[]) - Method in interface org.apache.dubbo.rpc.model.WrapperUnPack
- unpack(byte[], boolean) - Method in interface org.apache.dubbo.rpc.model.WrapperUnPack
- UnPack - Interface in org.apache.dubbo.rpc.model
- unregisterConsumer(ConsumerModel) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- unregisterProvider(ProviderModel) - Method in class org.apache.dubbo.rpc.model.FrameworkServiceRepository
- unregisterProvider(ProviderModel) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- unregisterService(Class<?>) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- unregisterService(String) - Method in class org.apache.dubbo.rpc.model.ModuleServiceRepository
- UnsafeByteArrayInputStream - Class in org.apache.dubbo.common.io
-
UnsafeByteArrayInputStream.
- UnsafeByteArrayInputStream(byte[]) - Constructor for class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- UnsafeByteArrayInputStream(byte[], int) - Constructor for class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- UnsafeByteArrayInputStream(byte[], int, int) - Constructor for class org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- UnsafeByteArrayOutputStream - Class in org.apache.dubbo.common.io
-
UnsafeByteArrayOutputStream.
- UnsafeByteArrayOutputStream() - Constructor for class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- UnsafeByteArrayOutputStream(int) - Constructor for class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- UnsafeStringReader - Class in org.apache.dubbo.common.io
-
Thread-unsafe StringReader.
- UnsafeStringReader(String) - Constructor for class org.apache.dubbo.common.io.UnsafeStringReader
- UnsafeStringWriter - Class in org.apache.dubbo.common.io
-
Thread-unsafe StringWriter.
- UnsafeStringWriter() - Constructor for class org.apache.dubbo.common.io.UnsafeStringWriter
- UnsafeStringWriter(int) - Constructor for class org.apache.dubbo.common.io.UnsafeStringWriter
- unzip(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
unzip.
- updateAppConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.Environment
-
Merge target map properties into app configuration
- updateAppConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- updateAppExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.Environment
- updateAppExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- updateExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.Environment
- updateExternalConfigMap(Map<String, String>) - Method in class org.apache.dubbo.common.config.ModuleEnvironment
- updateLastInvokeTime() - Method in class org.apache.dubbo.rpc.model.ProviderModel
- updateParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
- updateParameters(Map<String, String>) - Method in class org.apache.dubbo.config.MetadataReportConfig
- updateParameters(Map<String, String>) - Method in class org.apache.dubbo.config.RegistryConfig
- updatePropertyIfAbsent(Supplier<T>, Consumer<T>, T) - Static method in class org.apache.dubbo.common.utils.PojoUtils
-
Update the property if absent
- updateThreadpool(URL, ExecutorService) - Method in class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
- updateThreadpool(URL, ExecutorService) - Method in interface org.apache.dubbo.common.threadpool.manager.ExecutorRepository
-
Modify some of the threadpool's properties according to the url, for example, coreSize, maxSize, ...
- url() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service target URL for direct invocation, if this is specified, then registry center takes no effect.
- url() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service target URL for direct invocation, if this is specified, then registry center takes no effect.
- URL - Class in org.apache.dubbo.common
-
URL - Uniform Resource Locator (Immutable, ThreadSafe)
- URL(String, String, int) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, int, String) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, int, String[]) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, int, String, String...) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, int, String, Map<String, String>) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, int, Map<String, String>) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, String, String, int, String) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, String, String, int, String, String...) - Constructor for class org.apache.dubbo.common.URL
- URL(String, String, String, String, int, String, Map<String, String>) - Constructor for class org.apache.dubbo.common.URL
- URL(URLAddress, URLParam) - Constructor for class org.apache.dubbo.common.URL
- URL(URLAddress, URLParam, Map<String, Object>) - Constructor for class org.apache.dubbo.common.URL
- URL_MERGE_PROCESSOR_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
-
Url merge processor key
- URLAddress - Class in org.apache.dubbo.common.url.component
- URLAddress(String, int) - Constructor for class org.apache.dubbo.common.url.component.URLAddress
- URLAddress(String, int, String) - Constructor for class org.apache.dubbo.common.url.component.URLAddress
- URLBuilder - Class in org.apache.dubbo.common
- URLBuilder() - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, int) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, int, String) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, int, String[]) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, int, String, String...) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, int, String, Map<String, String>) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, int, Map<String, String>) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, String, String, int, String, Map<String, String>) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLBuilder(String, String, String, String, int, String, Map<String, String>, Map<String, Object>) - Constructor for class org.apache.dubbo.common.URLBuilder
- URLItemCache - Class in org.apache.dubbo.common.url.component
- URLItemCache() - Constructor for class org.apache.dubbo.common.url.component.URLItemCache
- URLParam - Class in org.apache.dubbo.common.url.component
-
A class which store parameters for
URL
UsingDynamicParamTableto compress common keys (i.e. side, version)
DynamicParamTableallow to use only two integer value named `key` and `value-offset` to find a unique string to string key-pair. - URLParam.URLParamMap - Class in org.apache.dubbo.common.url.component
-
An embedded Map adapt to URLParam
copy-on-write mode, urlParam reference will be changed after modify actions. - URLParam.URLParamMap.Node - Class in org.apache.dubbo.common.url.component
- URLParamMap(URLParam) - Constructor for class org.apache.dubbo.common.url.component.URLParam.URLParamMap
- URLPlainParam - Class in org.apache.dubbo.common.url.component
-
Act like URLParam, will not use DynamicParamTable to compress parameters, which can support serializer serialization and deserialization.
- URLStrParser - Class in org.apache.dubbo.common
- UrlUtils - Class in org.apache.dubbo.common.utils
- USER_HOME - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.SystemProperty
- USERNAME_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- UTC - Static variable in class org.apache.dubbo.common.utils.DateUtils
- UTF8ENCODE - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- Utf8Utils - Class in org.apache.dubbo.common.utils
-
See original Utf8.java
V
- validate(AbstractConfig) - Method in interface org.apache.dubbo.config.context.ConfigValidator
- validation() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Whether to use JSR303 validation, legal values are: true, false
- validation() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Whether to use JSR303 validation, legal values are: true, false
- validation() - Element in annotation type org.apache.dubbo.config.annotation.Method
- validation() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Whether to use JSR303 validation, legal values are: true, false
- validation() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Whether to use JSR303 validation, legal values are: true, false
- VALIDATION_KEY - Static variable in interface org.apache.dubbo.common.constants.FilterConstants
- value() - Element in annotation type org.apache.dubbo.common.Experimental
- value() - Element in annotation type org.apache.dubbo.common.extension.Activate
-
Activate the current extension when the specified keys appear in the URL's parameters.
- value() - Element in annotation type org.apache.dubbo.common.extension.Adaptive
-
Decide which target extension to be injected.
- value() - Element in annotation type org.apache.dubbo.common.extension.SPI
-
default extension name
- value() - Element in annotation type org.apache.dubbo.common.Extension
-
Deprecated.
- 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) - Static method in class org.apache.dubbo.common.URL
-
parse decoded url string, formatted dubbo://host:port/path?
- 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
-
NOTICE: This method allocate too much objects, we can use
URLStrParser.parseDecodedStr(String)instead. - 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.
- 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?
- valueOf(String, String...) - Static method in class org.apache.dubbo.common.URL
- 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, ScopeModel) - Static method in class org.apache.dubbo.common.URL
- valueOf(URL, String[], String[]) - Static method in class org.apache.dubbo.common.URL
- 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() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
-
Service version, default value is empty string
- version() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service version, default value is empty string
- version() - Element in annotation type org.apache.dubbo.config.annotation.Reference
-
Deprecated.Service version, default value is empty string
- version() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service version, default value is empty string
- 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
W
- W3C - Static variable in class org.apache.dubbo.config.nested.PropagationConfig
- waitAndDrain(long) - Method in class org.apache.dubbo.common.threadpool.ThreadlessExecutor
-
Waits until there is a task, executes the task and all queued tasks (if there're any).
- warn(String) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- warn(String) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- warn(String) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- warn(String) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- warn(String) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- warn(String) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with warn log level.
- warn(String) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- warn(String) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- warn(String, Object...) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- warn(String, Object...) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- warn(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- warn(String, Object...) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- warn(String, Object...) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with warn log level.
- warn(String, Object...) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- warn(String, Object...) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- warn(String, String, Object...) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- warn(String, String, String, String) - Method in interface org.apache.dubbo.common.logger.ErrorTypeAwareLogger
-
Logs a message with warn log level.
- warn(String, String, String, String) - Method in class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
- warn(String, String, String, String, Throwable) - Method in interface org.apache.dubbo.common.logger.ErrorTypeAwareLogger
-
Logs a message with warn log level.
- warn(String, String, String, String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeErrorTypeAwareLogger
- warn(String, String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- warn(String, Throwable) - Method in interface org.apache.dubbo.common.logger.FluentLogger
- warn(String, Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- warn(String, Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- warn(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- warn(String, Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- warn(String, Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with warn log level.
- warn(String, Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- warn(String, Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- warn(Throwable) - Method in class org.apache.dubbo.common.logger.jcl.JclLogger
- warn(Throwable) - Method in class org.apache.dubbo.common.logger.jdk.JdkLogger
- warn(Throwable) - Method in class org.apache.dubbo.common.logger.log4j.Log4jLogger
- warn(Throwable) - Method in class org.apache.dubbo.common.logger.log4j2.Log4j2Logger
- warn(Throwable) - Method in interface org.apache.dubbo.common.logger.Logger
-
Logs a message with warn log level.
- warn(Throwable) - Method in class org.apache.dubbo.common.logger.slf4j.Slf4jLogger
- warn(Throwable) - Method in class org.apache.dubbo.common.logger.support.FailsafeLogger
- warn(Logger, String) - Static method in class org.apache.dubbo.common.utils.LogHelper
- warn(Logger, String, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- warn(Logger, Throwable) - Static method in class org.apache.dubbo.common.utils.LogHelper
- WARN - Enum constant in enum org.apache.dubbo.common.logger.Level
-
WARN
- WARN - Enum constant in enum org.apache.dubbo.common.status.Status.Level
-
WARN
- WARN - Enum constant in enum org.apache.dubbo.common.utils.SerializeCheckStatus
-
Only deny danger classes, warn if other classes are not in allow list
- weakCompareAndSet(int, int) - Method in class org.apache.dubbo.common.utils.AtomicPositiveInteger
- WebSocketConfig - Class in org.apache.dubbo.config.nested
- WebSocketConfig() - Constructor for class org.apache.dubbo.config.nested.WebSocketConfig
- weight() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
-
Service weight value, default value is -1
- weight() - Element in annotation type org.apache.dubbo.config.annotation.Service
-
Deprecated.Service weight value, default value is 0
- WORKING_CLASSLOADER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- Wrap(Runnable) - Static method in class org.apache.dubbo.common.threadlocal.InternalRunnable
-
Wrap ordinary Runnable into
InternalThreadLocal. - Wrapper - Class in org.apache.dubbo.common.bytecode
-
Wrapper.
- Wrapper - Annotation Type in org.apache.dubbo.common.extension
-
The annotated class will only work as a wrapper when the condition matches.
- Wrapper() - Constructor for class org.apache.dubbo.common.bytecode.Wrapper
- WrapperComparator - Class in org.apache.dubbo.common.extension.support
-
OrderComparator Derived from
ActivateComparator - WrapperComparator() - Constructor for class org.apache.dubbo.common.extension.support.WrapperComparator
- WrapperUnPack - Interface in org.apache.dubbo.rpc.model
- write(byte[], int, int) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- write(char[]) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- write(char[], int, int) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- write(int) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- write(int) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- write(InputStream, OutputStream) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write.
- write(InputStream, OutputStream, byte[]) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write.
- write(InputStream, OutputStream, int) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write.
- write(Reader, Writer) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write.
- write(Reader, Writer, int) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write.
- write(Writer, String) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write string.
- write(String) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- write(String, int, int) - Method in class org.apache.dubbo.common.io.UnsafeStringWriter
- WRITEABLE_EVENT - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- writeLines(File, String[]) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write lines.
- writeLines(OutputStream, String[]) - Static method in class org.apache.dubbo.common.utils.IOUtils
-
write lines.
- writeTo(OutputStream) - Method in class org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
Z
- zip(byte[]) - Static method in class org.apache.dubbo.common.io.Bytes
-
zip.
- ZipkinConfig() - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
- ZipkinConfig(String) - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
- ZipkinConfig(String, Duration, Duration) - Constructor for class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
- ZONE_KEY - Static variable in interface org.apache.dubbo.common.constants.RegistryConstants
- ZOOKEEPER_CONFIG_ENABLE_EMBEDDED - Static variable in interface org.apache.dubbo.common.constants.CommonConstants.ThirdPartyProperty
-
The JVM arguments to set if it can use embedded zookeeper, the default value is
true. - ZOOKEEPER_ENSEMBLE_TRACKER_KEY - Static variable in interface org.apache.dubbo.common.constants.CommonConstants
- ZOOKEEPER_PROTOCOL - Static variable in interface org.apache.dubbo.config.Constants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ServiceRepository.allConsumerModels()