Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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
 
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
 
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
 
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 ""
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
addArgument(ArgumentConfig) - Method in class org.apache.dubbo.config.MethodConfig
 
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
 
addConsumer(ConsumerConfig) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
addConsumers(Iterable<ConsumerConfig>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
addMetadataReport(MetadataReportConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
 
addMetadataReports(Iterable<MetadataReportConfig>) - Method in class org.apache.dubbo.config.context.ConfigManager
 
addMethod(MethodConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
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
 
addService(ServiceConfigBase<?>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
addServices(Iterable<ServiceConfigBase<?>>) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
AggregationConfig - Class in org.apache.dubbo.config.nested
Configuration for the metric aggregation.
AggregationConfig() - Constructor for class org.apache.dubbo.config.nested.AggregationConfig
 
append() - Element in annotation type org.apache.dubbo.config.support.Parameter
If append=true, append new value to exist value instead of overriding it.
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
 
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
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
 
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
 
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
attribute() - Element in annotation type org.apache.dubbo.config.support.Parameter
If attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()
awaitingNonWebApplicationListener() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration
 

B

B3 - Static variable in class org.apache.dubbo.config.nested.PropagationConfig
 
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
 
BEAN_NAME - Static variable in class org.apache.dubbo.config.context.ConfigManager
 
BraveAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure.observability.brave
provider Brave when you are using Boot invalid input: '<'3.0 or you are not using spring-boot-starter-actuator
BraveAutoConfiguration(DubboConfigurationProperties) - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.brave.BraveAutoConfiguration
 
braveCurrentTraceContext(List<CurrentTraceContext.ScopeDecorator>, List<CurrentTraceContextCustomizer>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.brave.BraveAutoConfiguration
 
braveSampler(DubboConfigurationProperties) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.brave.BraveAutoConfiguration
 
braveTracer(Tracing) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.brave.BraveAutoConfiguration
 
braveTracing(Environment, List<SpanHandler>, List<TracingCustomizer>, CurrentTraceContext, Propagation.Factory, Sampler) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.brave.BraveAutoConfiguration
 

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
callback() - Element in annotation type org.apache.dubbo.config.annotation.Argument
 
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
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
checkInterface() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
checkOrDestroy(long) - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
checkOrUpdateInitialized(boolean) - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
clear() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
 
clear() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
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_KEY_CERT_CHAIN_PATH - Static variable in class org.apache.dubbo.config.SslConfig
 
CLIENT_KEY_PASSWORD - Static variable in class org.apache.dubbo.config.SslConfig
 
CLIENT_PRIVATE_KEY_PATH - Static variable in class org.apache.dubbo.config.SslConfig
 
CLIENT_THREAD_POOL_NAME - Static variable in interface org.apache.dubbo.config.Constants
 
CLIENT_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
 
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
ConditionalOnDubboTracingEnable - Annotation Type in org.apache.dubbo.spring.boot.autoconfigure.observability.annotation
Checks whether tracing is enabled.
CONFIG_APP_CONFIGFILE_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
CONFIG_CONFIGFILE_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
CONFIG_ENABLE_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
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
 
ConfigConfigurationAdapter - Class in org.apache.dubbo.config.context
This class receives an AbstractConfig and exposes its attributes through Configuration
ConfigConfigurationAdapter(AbstractConfig, String) - Constructor for class org.apache.dubbo.config.context.ConfigConfigurationAdapter
 
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.
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
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
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
 
CONTEXTPATH_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
convertMethodConfig2AsyncInfo() - Method in class org.apache.dubbo.config.MethodConfig
 
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
 
customize(RestTemplateBuilder) - Method in interface org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer.ZipkinRestTemplateBuilderCustomizer
Customize the rest template builder.
customize(WebClient.Builder) - Method in interface org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer.ZipkinWebClientBuilderCustomizer
Customize the web client builder.

D

DEFAULT_APP_NAME - Static variable in interface org.apache.dubbo.config.Constants
 
DEFAULT_CASE_SENSITIVE_MATCH - Static variable in class org.apache.dubbo.config.nested.RestConfig
 
DEFAULT_CONNECTION_INITIAL_WINDOW_SIZE_KEY - Static variable in class org.apache.dubbo.config.nested.TripleConfig
 
DEFAULT_ENABLE_PUSH - Static variable in class org.apache.dubbo.config.nested.TripleConfig
 
DEFAULT_FORMAT_PARAMETER_NAME - Static variable in class org.apache.dubbo.config.nested.RestConfig
 
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_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_NATIVE_COMPILER - Static variable in interface org.apache.dubbo.config.Constants
 
DEFAULT_NATIVE_PROXY - Static variable in interface org.apache.dubbo.config.Constants
 
DEFAULT_SUFFIX_PATTERN_MATCH - Static variable in class org.apache.dubbo.config.nested.RestConfig
 
DEFAULT_TRAILING_SLASH_MATCH - Static variable in class org.apache.dubbo.config.nested.RestConfig
 
defaultTracingObservationHandler(Tracer) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
 
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
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
destroy() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
 
destroy() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
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.
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 ""
DOT_COMPATIBLE_KEYS - Static variable in interface org.apache.dubbo.config.Constants
 
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_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_SCAN_BASE_PACKAGES - Static variable in interface org.apache.dubbo.config.ConfigKeys
The basePackages to scan , the multiple-value is delimited by comma
DUBBO_TRACING_BAGGAGE - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DUBBO_TRACING_BAGGAGE_CORRELATION - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DUBBO_TRACING_BAGGAGE_ENABLED - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DUBBO_TRACING_OTLP_CONFIG_PREFIX - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DUBBO_TRACING_PREFIX - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DUBBO_TRACING_PROPAGATION - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DUBBO_TRACING_ZIPKIN_CONFIG_PREFIX - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
DubboAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
Dubbo Auto Configuration
DubboAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration
 
dubboBasePackages(ConfigurableEnvironment) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration
The bean is used to scan the packages of Dubbo Service classes
dubboClientTracingObservationHandler(Tracer) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
 
dubboConfigBeanDefinitionConflictApplicationListener() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration
 
DubboConfigurationProperties - Class in org.apache.dubbo.spring.boot.autoconfigure
Dubbo Config Properties only used to generate JSON metadata (non-public class)
DubboConfigurationProperties() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
DubboListenerAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
Dubbo Listener Auto-Configuration
DubboListenerAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration
 
DubboMetadataGenerateAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
 
DubboMetadataGenerateAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboMetadataGenerateAutoConfiguration
 
DubboMicrometerTracingAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure.observability
copy from
invalid reference
org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
this class is available starting from Boot 3.0.
DubboMicrometerTracingAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
 
DubboObservationAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure.observability
Register observationRegistry to ApplicationModel.
DubboObservationAutoConfiguration(ApplicationModel) - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboObservationAutoConfiguration
 
dubboObservationRegistryPostProcessor(ObjectProvider<ObservationHandlerGrouping>, ObjectProvider<ObservationHandler<?>>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboObservationAutoConfiguration
 
dubboOpenAPIExportListener() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration
 
DubboReference - Annotation Type in org.apache.dubbo.config.annotation
An annotation used for referencing a Dubbo service.
DubboRelaxedBinding2AutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
Dubbo Relaxed Binding Auto-Configuration for Spring Boot 2.0
DubboRelaxedBinding2AutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration
 
dubboScanBasePackagesPropertyResolver(ConfigurableEnvironment) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration
 
dubboServerTracingObservationHandler(Tracer) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
 
DubboService - Annotation Type in org.apache.dubbo.config.annotation
Class-level annotation used for declaring Dubbo service.
DubboTripleAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
 
DubboTripleAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration
 
DubboTripleAutoConfiguration.TripleServletConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
 
DubboTripleAutoConfiguration.TripleWebSocketConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure
 
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

E

ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
Environment name
equals(Object) - Method in class org.apache.dubbo.config.AbstractConfig
 
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
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
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
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
 
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
 

F

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

G

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
get() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
get(boolean) - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
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
 
getActives() - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
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
 
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
 
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
 
getAppConfigFile() - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
getAppExternalConfiguration() - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
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() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getApplicationConfigManager() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getApplicationModel() - Method in class org.apache.dubbo.config.AbstractConfig
 
getApplicationOrElseThrow() - Method in class org.apache.dubbo.config.context.ConfigManager
 
getArchitecture() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getArguments() - Method in class org.apache.dubbo.config.MethodConfig
 
getAuth() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getAuthenticator() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getAutoTrustSerializeClass() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getBackground() - Method in class org.apache.dubbo.config.ModuleConfig
 
getBaggage() - Method in class org.apache.dubbo.config.TracingConfig
 
getBaseUrl() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
 
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
 
getCallbacks() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getCaseSensitiveMatch() - Method in class org.apache.dubbo.config.nested.RestConfig
 
getCaseSensitiveMatchOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
 
getCcAlgorithm() - Method in class org.apache.dubbo.config.nested.Http3Config
 
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
 
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
 
getCodec() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getCodec() - Method in class org.apache.dubbo.config.ProviderConfig
 
getCollectorSyncPeriod() - Method in class org.apache.dubbo.config.MetricsConfig
 
getCompiler() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getCompressionMethod() - Method in class org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig
 
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
 
getConfigCenter() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
getConfigCenter() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
getConfigCenters() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getConfigFile() - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
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
 
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
 
getConnectTimeout() - Method in class org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig
 
getConsumer() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
getConsumer() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getConsumer(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getConsumers() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getConsumers() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
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
 
getCycleReport() - Method in class org.apache.dubbo.config.MetadataReportConfig
 
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
 
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
 
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
 
getDelay() - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
getDelay() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
getDeprecated() - Method in class org.apache.dubbo.config.MethodConfig
 
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
getDispather() - Method in class org.apache.dubbo.config.ProviderConfig
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
 
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
 
getEnvironment() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getEnvType() - Method in class org.apache.dubbo.config.SslConfig
 
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
 
getExecutorManagementMode() - Method in class org.apache.dubbo.config.ApplicationConfig
 
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.
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
 
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
 
getExtraKeys() - Method in class org.apache.dubbo.config.RegistryConfig
 
getFields() - Method in class org.apache.dubbo.config.nested.BaggageConfig.Correlation
 
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
 
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
 
getGeneric() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
getGeneric() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
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(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.config.ProtocolConfig
 
getHost() - Method in class org.apache.dubbo.config.ProviderConfig
 
getHostname() - Method in class org.apache.dubbo.config.ApplicationConfig
 
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
 
getIndex() - Method in class org.apache.dubbo.config.ArgumentConfig
 
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
 
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
 
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
 
getInternalProperty(String) - Method in class org.apache.dubbo.config.context.ConfigConfigurationAdapter
 
getInterval() - Method in class org.apache.dubbo.config.MonitorConfig
 
getIothreads() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getIothreads() - Method in class org.apache.dubbo.config.ProviderConfig
 
getJob() - Method in class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
 
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
 
getLayer() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getLazy() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
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
 
getLivenessProbe() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getLoadbalance() - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
getLocal() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
Deprecated.
Replace to getStub()
getLogger() - Method in class org.apache.dubbo.config.ApplicationConfig
 
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
 
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
 
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
 
getMerger() - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
getMeshEnable() - Method in class org.apache.dubbo.config.ConsumerConfig
 
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
 
getMetadataReport() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getMetadataReportConfig() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
getMetadataReports() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
getMethods() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getMetrics() - Method in class org.apache.dubbo.config.context.ConfigManager
 
getMetrics() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getMetrics() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getMetricses() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getMinExpectedMs() - Method in class org.apache.dubbo.config.nested.HistogramConfig
 
getMock() - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
getModule() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getModule() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getModule() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getModules() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
getMonitor() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getMonitors() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
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
 
getNetworker() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getNetworker() - Method in class org.apache.dubbo.config.ProviderConfig
 
getOidcTokenPath() - Method in class org.apache.dubbo.config.SslConfig
 
getOnconnect() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getOndisconnect() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getOninvoke() - Method in class org.apache.dubbo.config.MethodConfig
 
getOninvokeMethod() - Method in class org.apache.dubbo.config.MethodConfig
 
getOnlyUseMetadataV2() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getOnreturn() - Method in class org.apache.dubbo.config.MethodConfig
 
getOnreturnMethod() - Method in class org.apache.dubbo.config.MethodConfig
 
getOnthrow() - Method in class org.apache.dubbo.config.MethodConfig
 
getOnthrowMethod() - Method in class org.apache.dubbo.config.MethodConfig
 
getOpenapi() - Method in class org.apache.dubbo.config.nested.RestConfig
 
getOpenapis() - Method in class org.apache.dubbo.config.nested.RestConfig
 
getOptimizer() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getOrAddProtocol(String) - Method in class org.apache.dubbo.config.context.ConfigManager
 
getOrder() - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboObservationAutoConfiguration
 
getOrganization() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getOrganization() - Method in class org.apache.dubbo.config.ModuleConfig
 
getOtlpConfig() - Method in class org.apache.dubbo.config.nested.ExporterConfig
 
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
 
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
 
getParentPrefix() - Method in class org.apache.dubbo.config.MethodConfig
 
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.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
 
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
 
getPluralTagName(Class<?>) - Static method in class org.apache.dubbo.config.AbstractConfig
 
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
 
getPreferred() - Method in class org.apache.dubbo.config.RegistryConfig
 
getPreferredProtocol() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getPreferSerialization() - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
getPreferSerialization() - Method in class org.apache.dubbo.config.ProtocolConfig
 
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
 
getProbability() - Method in class org.apache.dubbo.config.nested.SamplingConfig
 
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.config.context.ConfigConfigurationAdapter
 
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() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
getProtocols() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getProvidedBy() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
getProvider() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
getProvider() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getProvider(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getProviderIds() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
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
 
getProviders() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getProxy() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
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
 
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
 
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
 
getReferences() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
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
 
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
 
getRegistries() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
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
 
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
 
getRouter() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
getRpcLevel() - Method in class org.apache.dubbo.config.MetricsConfig
 
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
 
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
 
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
 
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(String) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getServiceId() - Method in class org.apache.dubbo.config.MethodConfig
 
getServiceInterfaceClass() - Method in class org.apache.dubbo.config.ReferenceConfigBase
Get service interface class of this reference.
getServiceMetadata() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
getServiceMetadata() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
getServices() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
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
 
getShutwait() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getSimplified() - Method in class org.apache.dubbo.config.RegistryConfig
 
getSingleton() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getSsl() - Method in class org.apache.dubbo.config.context.ConfigManager
 
getSsl() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getSsl() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getSslConfig() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getSslEnabled() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getStartupProbe() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getStat() - Method in class org.apache.dubbo.config.MethodConfig
 
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
 
getStub() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getStubevent() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
getSuffixPatternMatch() - Method in class org.apache.dubbo.config.nested.RestConfig
 
getSuffixPatternMatchOrDefault() - Method in class org.apache.dubbo.config.nested.RestConfig
 
getSyncReport() - Method in class org.apache.dubbo.config.MetadataReportConfig
 
getTag() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
getTagName(Class<?>) - Static method in class org.apache.dubbo.config.AbstractConfig
 
getTelnet() - Method in class org.apache.dubbo.config.ProtocolConfig
 
getTelnet() - Method in class org.apache.dubbo.config.ProviderConfig
 
getThreadname() - Method in class org.apache.dubbo.config.ProviderConfig
 
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
 
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
 
getTimeWindowSeconds() - Method in class org.apache.dubbo.config.nested.AggregationConfig
 
getToken() - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
getTracing() - Method in class org.apache.dubbo.config.context.ConfigManager
 
getTracing() - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
getTracing() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
getTracingExporter() - Method in class org.apache.dubbo.config.TracingConfig
 
getTracings() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
getTrustSerializeClassLevel() - Method in class org.apache.dubbo.config.ApplicationConfig
 
getType() - Method in class org.apache.dubbo.config.ArgumentConfig
 
getType() - Method in class org.apache.dubbo.config.nested.PropagationConfig
 
getTypePrefix(Class<? extends AbstractConfig>) - Static method in class org.apache.dubbo.config.AbstractConfig
 
getUniqueServiceName() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
getUniqueServiceName() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
getUnloadClusterRelated() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
getUrl() - Method in class org.apache.dubbo.config.ReferenceConfigBase
 
getUrlMergeProcessor() - Method in class org.apache.dubbo.config.ConsumerConfig
 
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
 
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
 
getVerbose() - Method in class org.apache.dubbo.config.nested.TripleConfig
 
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(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
 
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
 
getZipkinConfig() - Method in class org.apache.dubbo.config.nested.ExporterConfig
 
getZone() - Method in class org.apache.dubbo.config.RegistryConfig
 
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

H

hashCode() - Method in class org.apache.dubbo.config.AbstractConfig
 
HistogramConfig - Class in org.apache.dubbo.config.nested
Configuration for the histogram.
HistogramConfig() - Constructor for class org.apache.dubbo.config.nested.HistogramConfig
 
Http3Config - Class in org.apache.dubbo.config.nested
 
Http3Config() - Constructor for class org.apache.dubbo.config.nested.Http3Config
 

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
 
index() - Element in annotation type org.apache.dubbo.config.annotation.Argument
 
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)
initialize() - Method in class org.apache.dubbo.config.context.AbstractConfigManager
 
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
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
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
IS_SPRING_BOOT_12 - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.SpringBoot12Condition
 
isAsync() - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
isCallback() - Method in class org.apache.dubbo.config.ArgumentConfig
 
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
 
isDefault() - Method in class org.apache.dubbo.config.AbstractConfig
 
isDefault() - Method in class org.apache.dubbo.config.RegistryConfig
 
isDeprecated() - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
isDynamic() - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
isDynamic() - Method in class org.apache.dubbo.config.RegistryConfig
 
isEnabled() - Method in class org.apache.dubbo.config.nested.BaggageConfig.Correlation
 
isExported() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
isGeneric() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
Deprecated.
isHighestPriority() - Method in class org.apache.dubbo.config.ConfigCenterConfig
Deprecated.
isInit() - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
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
isNeedRefresh() - Method in class org.apache.dubbo.config.AbstractConfig
 
isNoInterfaceSupport() - Method in class org.apache.dubbo.config.ProtocolConfig
 
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
 
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
 
isSubscribe() - Method in class org.apache.dubbo.config.RegistryConfig
 
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
 

K

key() - Element in annotation type org.apache.dubbo.config.support.Parameter
Specify the parameter key when append parameters to url

L

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
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
 
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
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
 
local() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
Deprecated. 
local() - Element in annotation type org.apache.dubbo.config.annotation.Service
Deprecated. 

M

matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.apache.dubbo.spring.boot.autoconfigure.SpringBoot12Condition
 
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
 
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
 
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
 
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
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
 
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
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
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
 
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
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
 
MULTI_SERIALIZATION_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
MULTICAST - Static variable in interface org.apache.dubbo.config.Constants
 

N

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 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
 
Nested - Annotation Type in org.apache.dubbo.config.support
Nested Class Parameter
NO_AVAILABLE - Static variable in class org.apache.dubbo.config.RegistryConfig
 

O

ObservabilityUtils - Class in org.apache.dubbo.spring.boot.autoconfigure.observability
The utilities class for Dubbo Observability
ObservabilityUtils() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservabilityUtils
 
ObservationRegistryPostProcessor - Class in org.apache.dubbo.spring.boot.autoconfigure.observability
registry observationHandlers to observationConfig
ObservationRegistryPostProcessor(ObjectProvider<ObservationHandlerGrouping>, ObjectProvider<ObservationHandler<?>>) - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservationRegistryPostProcessor
 
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
 
onApplicationEvent(DubboConfigInitEvent) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboObservationAutoConfiguration
 
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
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
oninvoke() - Element in annotation type org.apache.dubbo.config.annotation.Method
 
onreturn() - Element in annotation type org.apache.dubbo.config.annotation.Method
 
onthrow() - Element in annotation type org.apache.dubbo.config.annotation.Method
 
OpenAPIConfig - Class in org.apache.dubbo.config.nested
 
OpenAPIConfig() - Constructor for class org.apache.dubbo.config.nested.OpenAPIConfig
 
OpenTelemetryAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure.observability.otel
provider OpenTelemetry when you are using Boot invalid input: '<'3.0 or you are not using spring-boot-starter-actuator
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.spring.boot.autoconfigure - package org.apache.dubbo.spring.boot.autoconfigure
 
org.apache.dubbo.spring.boot.autoconfigure.observability - package org.apache.dubbo.spring.boot.autoconfigure.observability
 
org.apache.dubbo.spring.boot.autoconfigure.observability.annotation - package org.apache.dubbo.spring.boot.autoconfigure.observability.annotation
 
org.apache.dubbo.spring.boot.autoconfigure.observability.brave - package org.apache.dubbo.spring.boot.autoconfigure.observability.brave
 
org.apache.dubbo.spring.boot.autoconfigure.observability.otel - package org.apache.dubbo.spring.boot.autoconfigure.observability.otel
 
org.apache.dubbo.spring.boot.autoconfigure.observability.otlp - package org.apache.dubbo.spring.boot.autoconfigure.observability.otlp
 
org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin - package org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin
 
org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer - package org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer
 
ORGANIZATION - Static variable in interface org.apache.dubbo.config.Constants
Running application organization name.
OtlpAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure.observability.otlp
 
OtlpAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.otlp.OtlpAutoConfiguration
 
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
 
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
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

Parameter - Annotation Type in org.apache.dubbo.config.support
Parameter
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 - Static variable in interface org.apache.dubbo.config.Constants
 
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
payload() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
Payload max length.
postProcessAfterInitialization(Object, String) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.ObservationRegistryPostProcessor
 
preferSerialization() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
If the parameter has a value, the consumer will read the parameter first.
PRODUCTION_ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
Production environment key.
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
 
propagatingReceiverTracingObservationHandler(Tracer, Propagator) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
 
propagatingSenderTracingObservationHandler(Tracer, Propagator) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
 
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
 
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
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
 
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
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
 
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
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
Pushgateway() - Constructor for class org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway
 

R

RECEIVER_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
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
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 DubboReference as the substitute
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
 
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
 
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_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
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
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
 
relaxedDubboConfigBinder() - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration
 
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.
required() - Element in annotation type org.apache.dubbo.config.support.Parameter
If required=true, the value must not be empty when append to url
REST_PROTOCOL - Static variable in interface org.apache.dubbo.config.Constants
 
RestConfig - Class in org.apache.dubbo.config.nested
Configuration for triple rest protocol.
RestConfig() - Constructor for class org.apache.dubbo.config.nested.RestConfig
 
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

S

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
 
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_NONE - Static variable in interface org.apache.dubbo.config.Constants
 
SENDER_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
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
serialization() - Element in annotation type org.apache.dubbo.config.annotation.DubboService
The serialization type
SERVER_KEY_CERT_CHAIN_PATH - Static variable in class org.apache.dubbo.config.SslConfig
 
SERVER_KEY_PASSWORD - Static variable in class org.apache.dubbo.config.SslConfig
 
SERVER_PRIVATE_KEY_PATH - Static variable in class org.apache.dubbo.config.SslConfig
 
SERVER_THREAD_POOL_NAME - Static variable in interface org.apache.dubbo.config.Constants
 
SERVER_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 DubboService as the substitute
serviceAnnotationBeanProcessor(Set<String>) - Static method in class org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration
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
 
services() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
Deprecated.
SERVLET_PREFIX - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration
 
ServletConfig - Class in org.apache.dubbo.config.nested
 
ServletConfig() - Constructor for class org.apache.dubbo.config.nested.ServletConfig
 
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.config.ConfigCenterConfig
 
setAddress(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
 
setAddress(String) - Method in class org.apache.dubbo.config.MonitorConfig
 
setAddress(String) - Method in class org.apache.dubbo.config.RegistryConfig
 
setAggregation(AggregationConfig) - Method in class org.apache.dubbo.config.MetricsConfig
 
setAlive(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
 
setAlive(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
 
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
 
setAppConfigFile(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
setAppExternalConfig(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
setApplication(ApplicationConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
setApplication(ApplicationConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
Set application config
setApplication(ApplicationConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
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
 
setBeanFactory(BeanFactory) - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.DubboObservationAutoConfiguration
 
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
 
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.config.ApplicationConfig
 
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
 
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
 
setConfigCenter(ConfigCenterConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
setConfigCenter(ConfigCenterConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setConfigCenters(Map<String, ConfigCenterConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setConfigFile(String) - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
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
 
setConsumer(ConsumerConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setConsumers(Map<String, ConsumerConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
setDefaultConsumesMediaTypes(String[]) - Method in class org.apache.dubbo.config.nested.OpenAPIConfig
 
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
 
setDeprecated(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
setDeprecated(Boolean) - Method in class org.apache.dubbo.config.MethodConfig
 
setDisableActiveMigration(Boolean) - Method in class org.apache.dubbo.config.nested.Http3Config
 
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
setDispather(String) - Method in class org.apache.dubbo.config.ProviderConfig
setDistributionStatisticExpiryMin(Integer) - Method in class org.apache.dubbo.config.nested.HistogramConfig
 
setDocument(String) - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
setDumpDirectory(String) - Method in class org.apache.dubbo.config.ApplicationConfig
 
setDumpEnable(Boolean) - Method in class org.apache.dubbo.config.ApplicationConfig
 
setDynamic(Boolean) - Method in class org.apache.dubbo.config.AbstractServiceConfig
 
setDynamic(Boolean) - Method in class org.apache.dubbo.config.RegistryConfig
 
setEnableCollectorSync(Boolean) - Method in class org.apache.dubbo.config.MetricsConfig
 
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
 
setEnvironment(String) - Method in class org.apache.dubbo.config.ApplicationConfig
 
setEnvType(String) - Method in class org.apache.dubbo.config.SslConfig
 
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
 
setExecutorManagementMode(String) - Method in class org.apache.dubbo.config.ApplicationConfig
 
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.
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
 
setExternalConfig(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
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
 
setFile(String) - Method in class org.apache.dubbo.config.MetadataReportConfig
 
setFile(String) - Method in class org.apache.dubbo.config.RegistryConfig
 
setFilter(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
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
 
setGeneric(Boolean) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
setGeneric(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
setGeneric(String) - Method in class org.apache.dubbo.config.ServiceConfigBase
 
setGroup(String) - Method in class org.apache.dubbo.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.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
 
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
 
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
 
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
 
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
 
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)
setLogger(String) - Method in class org.apache.dubbo.config.ApplicationConfig
 
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
 
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
 
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
 
setMerger(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
setMeshEnable(Boolean) - Method in class org.apache.dubbo.config.ConsumerConfig
 
setMetadataReport(MetadataReportConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setMetadataReportConfig(MetadataReportConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
setMetadataReports(Map<String, MetadataReportConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
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
 
setMetrics(MetricsConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setMetricses(Map<String, MetricsConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setMinExpectedMs(Integer) - Method in class org.apache.dubbo.config.nested.HistogramConfig
 
setMock(Object) - Method in class org.apache.dubbo.config.AbstractMethodConfig
Deprecated.
setMock(String) - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
setModule(ModuleConfig) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
setModule(ModuleConfig) - Method in class org.apache.dubbo.config.context.ModuleConfigManager
 
setModule(ModuleConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setModules(Map<String, ModuleConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setMonitor(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
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
setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.ApplicationConfig
 
setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.context.ConfigManager
 
setMonitor(MonitorConfig) - Method in class org.apache.dubbo.config.ModuleConfig
 
setMonitor(MonitorConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setMonitors(Map<String, MonitorConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
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
 
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
 
setOnreturnMethod(String) - Method in class org.apache.dubbo.config.MethodConfig
 
setOnthrow(Object) - Method in class org.apache.dubbo.config.MethodConfig
 
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
 
setOwner(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
setOwner(String) - Method in class org.apache.dubbo.config.ApplicationConfig
 
setOwner(String) - Method in class org.apache.dubbo.config.ModuleConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.AbstractMethodConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ApplicationConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ConfigCenterConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.MetadataReportConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.MonitorConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.ProtocolConfig
 
setParameters(Map<String, String>) - Method in class org.apache.dubbo.config.RegistryConfig
 
setParentPrefix(String) - Method in class org.apache.dubbo.config.MethodConfig
 
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.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
 
setPercentiles(double[]) - Method in class org.apache.dubbo.config.nested.HistogramConfig
 
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
 
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
 
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
 
setProtocol(ProtocolConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
setProtocols(Map<String, ProtocolConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setProvidedBy(String) - Method in class org.apache.dubbo.config.AbstractReferenceConfig
 
setProvider(ProviderConfig) - Method in class org.apache.dubbo.config.ServiceConfigBase
 
setProvider(ProviderConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
setProviders(Map<String, ProviderConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setProxy(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
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.
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
 
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
 
setRegistries(Map<String, RegistryConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
setRegistry(RegistryConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setRegistryIds(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
setRegistryIds(String) - Method in class org.apache.dubbo.config.ApplicationConfig
 
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
 
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.config.AbstractConfig
 
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
 
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
 
setSsl(SslConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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
 
setSyncReport(Boolean) - Method in class org.apache.dubbo.config.MetadataReportConfig
 
setTag(String) - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
setTelnet(String) - Method in class org.apache.dubbo.config.ProtocolConfig
 
setTelnet(String) - Method in class org.apache.dubbo.config.ProviderConfig
 
setThreadname(String) - Method in class org.apache.dubbo.config.ProviderConfig
 
setThreadpool(String) - Method in class org.apache.dubbo.config.ConsumerConfig
 
setThreadpool(String) - Method in class org.apache.dubbo.config.ProtocolConfig
 
setThreadpool(String) - Method in class org.apache.dubbo.config.ProviderConfig
 
setThreadPoolExhaustedListeners(String) - Method in class org.apache.dubbo.config.ProtocolConfig
 
setThreads(Integer) - Method in class org.apache.dubbo.config.ConsumerConfig
 
setThreads(Integer) - Method in class org.apache.dubbo.config.ProtocolConfig
 
setThreads(Integer) - Method in class org.apache.dubbo.config.ProviderConfig
 
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
 
setTimeWindowSeconds(Integer) - Method in class org.apache.dubbo.config.nested.AggregationConfig
 
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
 
setTracing(TracingConfig) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
setTracingExporter(ExporterConfig) - Method in class org.apache.dubbo.config.TracingConfig
 
setTracings(Map<String, TracingConfig>) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
 
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(String) - Method in class org.apache.dubbo.config.ArgumentConfig
 
setType(String) - Method in class org.apache.dubbo.config.nested.PropagationConfig
 
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.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
 
setVerbose(Boolean) - Method in class org.apache.dubbo.config.nested.TripleConfig
 
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
 
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
 
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_TIMEOUT_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
spanBytesEncoder() - Method in class org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.ZipkinAutoConfiguration
 
SpringBoot12Condition - Class in org.apache.dubbo.spring.boot.autoconfigure
 
SpringBoot12Condition() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.SpringBoot12Condition
 
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
 
STATUS_KEY - Static variable in interface org.apache.dubbo.config.Constants
 
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
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.
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
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.

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
TEST_ENVIRONMENT - Static variable in interface org.apache.dubbo.config.Constants
Test environment key.
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
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
toString() - Method in class org.apache.dubbo.config.AbstractConfig
 
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
 
toUrls() - Method in class org.apache.dubbo.config.AbstractInterfaceConfig
 
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
 
TripleConfig - Class in org.apache.dubbo.config.nested
Configuration for triple protocol.
TripleConfig() - Constructor for class org.apache.dubbo.config.nested.TripleConfig
 
tripleProtocolFilter(String[], int, int) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleServletConfiguration
 
TripleServletConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleServletConfiguration
 
tripleTomcatHttp2Customizer(int) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleServletConfiguration
 
TripleWebSocketConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleWebSocketConfiguration
 
tripleWebSocketFilter(String[], int, int) - Method in class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleWebSocketConfiguration
 
type() - Element in annotation type org.apache.dubbo.config.annotation.Argument
 

U

unexport() - Method in class org.apache.dubbo.config.ServiceConfigBase
 
unloadClusterRelated() - Element in annotation type org.apache.dubbo.config.annotation.DubboReference
unload Cluster related in mesh mode
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
 
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.

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
valueOf(String) - Static method in enum org.apache.dubbo.config.context.ConfigMode
Returns the enum constant of this type with the specified name.
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.
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

W

W3C - Static variable in class org.apache.dubbo.config.nested.PropagationConfig
 
WEBSOCKET_PREFIX - Static variable in class org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration
 
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

Z

ZipkinAutoConfiguration - Class in org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin
Auto-configuration for Zipkin.
ZipkinAutoConfiguration() - Constructor for class org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.ZipkinAutoConfiguration
 
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
 
ZipkinRestTemplateBuilderCustomizer - Interface in org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer
Callback interface that can be implemented by beans wishing to customize the RestTemplateBuilder used to send spans to Zipkin.
ZipkinWebClientBuilderCustomizer - Interface in org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer
Callback interface that can be implemented by beans wishing to customize the WebClient.Builder used to send spans to Zipkin.
ZOOKEEPER_PROTOCOL - Static variable in interface org.apache.dubbo.config.Constants
 
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form