$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包

$

$destroy() - 接口 中的方法org.apache.dubbo.rpc.service.Destroyable
 
$echo(Object) - 接口 中的方法org.apache.dubbo.rpc.service.EchoService
echo test.
$ECHO - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
echo call
$ECHO - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
$ECHO_PARAMETER_DESC - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
$invoke(String, String[], Object[]) - 接口 中的方法com.alibaba.dubbo.rpc.service.GenericService
已过时。
 
$invoke(String, String[], Object[]) - 接口 中的方法org.apache.dubbo.rpc.service.GenericService
Generic invocation
$INVOKE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
generic call
$INVOKE_ASYNC - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
$invokeAsync(String, String[], Object[]) - 接口 中的方法org.apache.dubbo.rpc.service.GenericService
 

A

AbortPolicyWithReport - org.apache.dubbo.common.threadpool.support中的类
Abort Policy.
AbortPolicyWithReport(String, URL) - 类 的构造器org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
 
AbsentConfigurator - org.apache.dubbo.rpc.cluster.configurator.absent中的类
AbsentConfigurator
AbsentConfigurator(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfigurator
 
AbsentConfiguratorFactory - org.apache.dubbo.rpc.cluster.configurator.absent中的类
AbsentConfiguratorFactory
AbsentConfiguratorFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfiguratorFactory
 
AbstractAbstractWritableMetadataService - org.apache.dubbo.metadata.store中的类
The abstract implementation of WritableMetadataService
AbstractAbstractWritableMetadataService() - 类 的构造器org.apache.dubbo.metadata.store.AbstractAbstractWritableMetadataService
 
AbstractAnnotatedMethodParameterProcessor - org.apache.dubbo.metadata.rest中的类
The abstract AnnotatedMethodParameterProcessor implementation
AbstractAnnotatedMethodParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
 
AbstractAnnotationBeanPostProcessor - org.apache.dubbo.config.spring.beans.factory.annotation中的类
Abstract common BeanPostProcessor implementation for customized annotation that annotated injected-object.
AbstractAnnotationBeanPostProcessor(Class<? extends Annotation>...) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
AbstractAnnotationBeanPostProcessor.AnnotatedFieldElement - org.apache.dubbo.config.spring.beans.factory.annotation中的类
 
AbstractBuilder<C extends AbstractConfig,​B extends AbstractBuilder> - org.apache.dubbo.config.bootstrap.builders中的类
AbstractBuilder
AbstractBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.AbstractBuilder
 
AbstractCacheFactory - com.alibaba.dubbo.cache.support中的类
已过时。
AbstractCacheFactory - org.apache.dubbo.cache.support中的类
AbstractCacheFactory is a default implementation of CacheFactory.
AbstractCacheFactory() - 类 的构造器com.alibaba.dubbo.cache.support.AbstractCacheFactory
已过时。
 
AbstractCacheFactory() - 类 的构造器org.apache.dubbo.cache.support.AbstractCacheFactory
 
AbstractChannel - org.apache.dubbo.remoting.transport中的类
AbstractChannel
AbstractChannel(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.AbstractChannel
 
AbstractChannelBuffer - org.apache.dubbo.remoting.buffer中的类
 
AbstractChannelBuffer() - 类 的构造器org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
AbstractChannelHandlerDelegate - org.apache.dubbo.remoting.transport中的类
 
AbstractClient - org.apache.dubbo.remoting.transport中的类
AbstractClient
AbstractClient(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.AbstractClient
 
AbstractClientStream - org.apache.dubbo.rpc.protocol.tri中的类
 
AbstractCluster - org.apache.dubbo.rpc.cluster.support.wrapper中的类
 
AbstractCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster
 
AbstractClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
AbstractClusterInvoker
AbstractClusterInvoker() - 类 的构造器org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
AbstractClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
AbstractClusterInvoker(Directory<T>, URL) - 类 的构造器org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
AbstractCodec - org.apache.dubbo.remoting.transport中的类
AbstractCodec
AbstractCodec() - 类 的构造器org.apache.dubbo.remoting.transport.AbstractCodec
 
AbstractCompiler - org.apache.dubbo.common.compiler.support中的类
Abstract compiler.
AbstractCompiler() - 类 的构造器org.apache.dubbo.common.compiler.support.AbstractCompiler
 
AbstractConfig - org.apache.dubbo.config中的类
Utility methods and public methods for parsing configuration
AbstractConfig() - 类 的构造器org.apache.dubbo.config.AbstractConfig
 
AbstractConfigurator - org.apache.dubbo.rpc.cluster.configurator中的类
AbstractOverrideConfigurator
AbstractConfigurator(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator
 
AbstractConfiguratorListener - org.apache.dubbo.registry.integration中的类
AbstractConfiguratorListener
AbstractConfiguratorListener() - 类 的构造器org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
AbstractDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing an object.
AbstractDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
AbstractDirectory<T> - org.apache.dubbo.rpc.cluster.directory中的类
Abstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by Routers
AbstractDirectory(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
AbstractDirectory(URL, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
AbstractDirectory(URL, RouterChain<T>, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
AbstractDubboConfigBinder - org.apache.dubbo.config.spring.context.properties中的类
Abstract DubboConfigBinder implementation
AbstractDubboConfigBinder() - 类 的构造器org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
 
AbstractDynamicConfiguration - org.apache.dubbo.common.config.configcenter中的类
The abstract implementation of DynamicConfiguration
AbstractDynamicConfiguration(String, int, long, String, long) - 类 的构造器org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
AbstractDynamicConfiguration(URL) - 类 的构造器org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
AbstractDynamicConfigurationFactory - org.apache.dubbo.common.config.configcenter中的类
Abstract DynamicConfigurationFactory implementation with cache ability
AbstractDynamicConfigurationFactory() - 类 的构造器org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory
 
AbstractEndpoint - org.apache.dubbo.remoting.transport中的类
AbstractEndpoint
AbstractEndpoint(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.AbstractEndpoint
 
AbstractExporter<T> - org.apache.dubbo.rpc.protocol中的类
AbstractExporter.
AbstractExporter(Invoker<T>) - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractExporter
 
AbstractHessian2FactoryInitializer - org.apache.dubbo.common.serialize.hessian2.dubbo中的类
 
AbstractHessian2FactoryInitializer() - 类 的构造器org.apache.dubbo.common.serialize.hessian2.dubbo.AbstractHessian2FactoryInitializer
 
AbstractHessianInput - com.alibaba.com.caucho.hessian.io中的类
Abstract base class for Hessian requests.
AbstractHessianInput() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractHessianInput
 
AbstractHessianOutput - com.alibaba.com.caucho.hessian.io中的类
Abstract output stream for Hessian requests.
AbstractHessianOutput() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
AbstractHessianResolver - com.alibaba.com.caucho.hessian.io中的类
Looks up remote objects.
AbstractHessianResolver() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractHessianResolver
 
AbstractInterfaceBuilder<T extends AbstractInterfaceConfig,​B extends AbstractInterfaceBuilder<T,​B>> - org.apache.dubbo.config.bootstrap.builders中的类
AbstractBuilder
AbstractInterfaceBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
AbstractInterfaceConfig - org.apache.dubbo.config中的类
AbstractDefaultConfig
AbstractInterfaceConfig() - 类 的构造器org.apache.dubbo.config.AbstractInterfaceConfig
 
AbstractInvoker<T> - org.apache.dubbo.rpc.protocol中的类
This Invoker works on Consumer side.
AbstractInvoker(Class<T>, URL) - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractInvoker
 
AbstractInvoker(Class<T>, URL, String[]) - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractInvoker
 
AbstractInvoker(Class<T>, URL, Map<String, Object>) - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractInvoker
 
AbstractListDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a JDK 1.2 Collection.
AbstractListDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractListDeserializer
 
AbstractLoadBalance - com.alibaba.dubbo.rpc.cluster.loadbalance中的类
已过时。
AbstractLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
AbstractLoadBalance
AbstractLoadBalance() - 类 的构造器com.alibaba.dubbo.rpc.cluster.loadbalance.AbstractLoadBalance
已过时。
 
AbstractLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.AbstractLoadBalance
 
AbstractMapDeserializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
AbstractMapDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractMapDeserializer
 
AbstractMetadataReport - org.apache.dubbo.metadata.report.support中的类
 
AbstractMetadataReport(URL) - 类 的构造器org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
AbstractMetadataReportFactory - org.apache.dubbo.metadata.report.support中的类
 
AbstractMetadataReportFactory() - 类 的构造器org.apache.dubbo.metadata.report.support.AbstractMetadataReportFactory
 
AbstractMethodBuilder<T extends AbstractMethodConfig,​B extends AbstractMethodBuilder<T,​B>> - org.apache.dubbo.config.bootstrap.builders中的类
AbstractBuilder
AbstractMethodBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
AbstractMethodConfig - org.apache.dubbo.config中的类
AbstractMethodConfig
AbstractMethodConfig() - 类 的构造器org.apache.dubbo.config.AbstractMethodConfig
 
AbstractMonitorFactory - org.apache.dubbo.monitor.support中的类
AbstractMonitorFactory.
AbstractMonitorFactory() - 类 的构造器org.apache.dubbo.monitor.support.AbstractMonitorFactory
 
AbstractPeer - org.apache.dubbo.remoting.transport中的类
AbstractPeer
AbstractPeer(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.AbstractPeer
 
AbstractProtocol<T,​S extends DeltaResource<T>> - org.apache.dubbo.registry.xds.util.protocol中的类
 
AbstractProtocol - org.apache.dubbo.rpc.protocol中的类
abstract ProtocolSupport.
AbstractProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractProtocol
 
AbstractProtocol(XdsChannel, Node, int, int) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol
 
AbstractProxyFactory - org.apache.dubbo.rpc.proxy中的类
AbstractProxyFactory
AbstractProxyFactory() - 类 的构造器org.apache.dubbo.rpc.proxy.AbstractProxyFactory
 
AbstractProxyInvoker<T> - org.apache.dubbo.rpc.proxy中的类
This Invoker works on provider side, delegates RPC to interface implementation.
AbstractProxyInvoker(T, Class<T>, URL) - 类 的构造器org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
AbstractProxyProtocol - org.apache.dubbo.rpc.protocol中的类
AbstractProxyProtocol
AbstractProxyProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
 
AbstractProxyProtocol(Class<?>...) - 类 的构造器org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
 
AbstractReferenceBuilder<T extends AbstractReferenceConfig,​B extends AbstractReferenceBuilder<T,​B>> - org.apache.dubbo.config.bootstrap.builders中的类
AbstractBuilder
AbstractReferenceBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
AbstractReferenceConfig - org.apache.dubbo.config中的类
AbstractConsumerConfig
AbstractReferenceConfig() - 类 的构造器org.apache.dubbo.config.AbstractReferenceConfig
 
AbstractRegistry - com.alibaba.dubbo.registry.support中的类
已过时。
AbstractRegistry - org.apache.dubbo.registry.support中的类
AbstractRegistry.
AbstractRegistry(URL) - 类 的构造器com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
AbstractRegistry(URL) - 类 的构造器org.apache.dubbo.registry.support.AbstractRegistry
 
AbstractRegistryFactory - com.alibaba.dubbo.registry.support中的类
已过时。
AbstractRegistryFactory - org.apache.dubbo.registry.support中的类
AbstractRegistryFactory.
AbstractRegistryFactory() - 类 的构造器com.alibaba.dubbo.registry.support.AbstractRegistryFactory
已过时。
 
AbstractRegistryFactory() - 类 的构造器org.apache.dubbo.registry.support.AbstractRegistryFactory
 
AbstractRequestAnnotationParameterProcessor - org.apache.dubbo.metadata.rest.springmvc中的类
The abstract AnnotatedMethodParameterProcessor implementation for Spring Web MVC's @Request*
AbstractRequestAnnotationParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.springmvc.AbstractRequestAnnotationParameterProcessor
 
AbstractResult() - 类 的构造器com.alibaba.dubbo.rpc.Result.AbstractResult
已过时。
 
AbstractRetryTask - org.apache.dubbo.registry.retry中的类
AbstractRetryTask
AbstractRouter - org.apache.dubbo.rpc.cluster.router中的类
 
AbstractRouter() - 类 的构造器org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
AbstractRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
AbstractRouterRule - org.apache.dubbo.rpc.cluster.router中的类
TODO Extract more code here if necessary
AbstractRouterRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
AbstractSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object.
AbstractSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractSerializer
 
AbstractSerializerFactory - com.alibaba.com.caucho.hessian.io中的类
Factory for returning serialization methods.
AbstractSerializerFactory() - 类 的构造器com.alibaba.com.caucho.hessian.io.AbstractSerializerFactory
 
AbstractServer - org.apache.dubbo.remoting.transport中的类
AbstractServer
AbstractServer(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.AbstractServer
 
AbstractServerStream - org.apache.dubbo.rpc.protocol.tri中的类
 
AbstractServiceBuilder<T extends AbstractServiceConfig,​B extends AbstractServiceBuilder<T,​B>> - org.apache.dubbo.config.bootstrap.builders中的类
AbstractBuilder
AbstractServiceBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
AbstractServiceConfig - org.apache.dubbo.config中的类
AbstractServiceConfig
AbstractServiceConfig() - 类 的构造器org.apache.dubbo.config.AbstractServiceConfig
 
AbstractServiceDiscovery - org.apache.dubbo.registry.client中的类
 
AbstractServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
AbstractServiceDiscoveryFactory - org.apache.dubbo.registry.client中的类
Abstract ServiceDiscoveryFactory implementation with cache, the subclass should implement AbstractServiceDiscoveryFactory.createDiscovery(URL) method to create an instance of ServiceDiscovery
AbstractServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
 
AbstractServiceNameMapping - org.apache.dubbo.metadata中的类
 
AbstractServiceNameMapping() - 类 的构造器org.apache.dubbo.metadata.AbstractServiceNameMapping
 
AbstractServiceRestMetadataResolver - org.apache.dubbo.metadata.rest中的类
The abstract ServiceRestMetadataResolver class to provider some template methods assemble the instance of ServiceRestMetadata will extended by the sub-classes.
AbstractServiceRestMetadataResolver() - 类 的构造器org.apache.dubbo.metadata.rest.AbstractServiceRestMetadataResolver
 
AbstractStateRouter - org.apache.dubbo.rpc.cluster.router.state中的类
The abstract class of StateRoute.
AbstractStateRouter(URL, RouterChain) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
AbstractStream - org.apache.dubbo.rpc.protocol.tri中的类
 
AbstractTimerTask - org.apache.dubbo.remoting.exchange.support.header中的类
AbstractTimerTask
AbstractValidation - org.apache.dubbo.validation.support中的类
AbstractValidation is abstract class for Validation interface.
AbstractValidation() - 类 的构造器org.apache.dubbo.validation.support.AbstractValidation
 
AbstractZookeeperClient<TargetDataListener,​TargetChildListener> - org.apache.dubbo.remoting.zookeeper.support中的类
 
AbstractZookeeperClient(URL) - 类 的构造器org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
AbstractZookeeperTransporter - org.apache.dubbo.remoting.zookeeper.support中的类
AbstractZookeeperTransporter is abstract implements of ZookeeperTransporter.
AbstractZookeeperTransporter() - 类 的构造器org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperTransporter
 
accept(Class<?>, Class<?>) - 接口 中的方法org.apache.dubbo.common.convert.Converter
Accept the source type and target type or not
accept(Class<String>, Class<?>) - 类 中的方法org.apache.dubbo.common.convert.multiple.StringToArrayConverter
 
accept(Class<String>, Class<?>) - 类 中的方法org.apache.dubbo.common.convert.multiple.StringToIterableConverter
 
accept(Class<S>, Class<?>) - 接口 中的方法org.apache.dubbo.common.convert.multiple.MultiValueConverter
Accept the source type and target type or not
accept(Type, Class<?>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.ArrayTypeBuilder
 
accept(Type, Class<?>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.CollectionTypeBuilder
 
accept(Type, Class<?>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
 
accept(Type, Class<?>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.MapTypeBuilder
 
accept(Type, Class<?>) - 接口 中的方法org.apache.dubbo.metadata.definition.builder.TypeBuilder
Whether the build accept the type or class passed in.
accept(URL, Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor
 
accept(T) - 接口 中的方法org.apache.dubbo.common.function.ThrowableConsumer
Applies this function to the given argument.
ACCEPT_FOREIGN_IP - 接口 中的静态变量org.apache.dubbo.common.constants.QosConstants
 
accepts(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
accepts(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
accepts(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
ACCEPTS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ACCEPTS_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
max size of channel. default value is zero that means unlimited.
ACCESS_KEY_ID_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
ACCESS_KEY_STORAGE_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
ACCESS_LOG_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
AccessKeyAuthenticator - org.apache.dubbo.auth中的类
 
AccessKeyAuthenticator() - 类 的构造器org.apache.dubbo.auth.AccessKeyAuthenticator
 
AccessKeyNotFoundException - org.apache.dubbo.auth.exception中的异常错误
Signals that an attempt to get the AccessKeyPair has failed.
AccessKeyNotFoundException() - 异常错误 的构造器org.apache.dubbo.auth.exception.AccessKeyNotFoundException
 
AccessKeyNotFoundException(String) - 异常错误 的构造器org.apache.dubbo.auth.exception.AccessKeyNotFoundException
 
AccessKeyPair - org.apache.dubbo.auth.model中的类
The model of AK/SK pair
AccessKeyPair() - 类 的构造器org.apache.dubbo.auth.model.AccessKeyPair
 
AccessKeyStorage - org.apache.dubbo.auth.spi中的接口
This SPI Extension support us to store our AccessKeyPair or load AccessKeyPair from other storage, such as filesystem.
accesslog() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
accesslog() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Access log for the service, default value is ""
accesslog() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Access log for the service, default value is ""
accesslog(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
accesslog(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
accesslog(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
AccessLogData - org.apache.dubbo.rpc.support中的类
AccessLogData is a container for log event data.
AccessLogFilter - org.apache.dubbo.rpc.filter中的类
Record access log for the service.
AccessLogFilter() - 类 的构造器org.apache.dubbo.rpc.filter.AccessLogFilter
Default constructor initialize demon thread for writing into access log file with names with access log key defined in url accesslog
Activate - com.alibaba.dubbo.common.extension中的注释类型
已过时。
Activate - org.apache.dubbo.common.extension中的注释类型
Activate.
ActivateComparator - org.apache.dubbo.common.extension.support中的类
OrderComparator
ActivateComparator() - 类 的构造器org.apache.dubbo.common.extension.support.ActivateComparator
 
ActiveLimitFilter - org.apache.dubbo.rpc.filter中的类
ActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.
ActiveLimitFilter() - 类 的构造器org.apache.dubbo.rpc.filter.ActiveLimitFilter
 
actives() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
actives() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
actives() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Maximum active requests allowed, default value is 0
actives() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Maximum active requests allowed, default value is 0
actives() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
actives() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Maximum active requests allowed, default value is 0
actives() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Maximum active requests allowed, default value is 0
actives(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
ACTIVES - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ACTIVES_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
ACTUAL_INTERFACE - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
Adaptive - org.apache.dubbo.common.extension中的注释类型
Provide helpful information for ExtensionLoader to inject dependency extension instance.
AdaptiveClassCodeGenerator - org.apache.dubbo.common.extension中的类
Code generator for Adaptive class
AdaptiveClassCodeGenerator(Class<?>, String) - 类 的构造器org.apache.dubbo.common.extension.AdaptiveClassCodeGenerator
 
AdaptiveCompiler - org.apache.dubbo.common.compiler.support中的类
AdaptiveCompiler.
AdaptiveCompiler() - 类 的构造器org.apache.dubbo.common.compiler.support.AdaptiveCompiler
 
AdaptiveExtensionFactory - org.apache.dubbo.common.extension.factory中的类
AdaptiveExtensionFactory
AdaptiveExtensionFactory() - 类 的构造器org.apache.dubbo.common.extension.factory.AdaptiveExtensionFactory
 
add(int) - 类 中的方法org.apache.dubbo.qos.textui.TTable.Border
 
add(int, E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
add(E) - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Adds the specified element to this set if it is not already present.
add(E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
add(Object) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
add item.
add(Object, Object) - 类 中的方法org.apache.dubbo.qos.textui.TKv
 
add(String) - 类 中的方法org.apache.dubbo.common.url.component.param.DynamicValues
 
add(String, Invoker<?>) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.PathResolver
 
add(String, Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TriplePathResolver
 
addAll(int, Collection<? extends E>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
addAll(Object[]) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
add items.
addAll(Collection<?>) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
add items.
addAll(Collection<? extends E>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
addAll(Collection<T>, T...) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Add the multiple values into the specified collection
addAllArgs(Iterable<? extends ByteString>) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
addAllArgTypes(Iterable<String>) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
addAllCertChain(Iterable<String>) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
addAndGet(int) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
addApplicationContext(ApplicationContext) - 类 中的静态方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
addArgs(ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
addArgTypes(String) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
addArgTypesBytes(ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
addArgument(ArgumentConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
addArgument(ArgumentConfig) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
addArguments(List<? extends ArgumentConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
addAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
addAttachments(Map<String, String>) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
addAttachments(Map<String, String>) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
addAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
addAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
已过时。
addAttachments(Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.Result
Add the specified map to existing attachments in this instance.
addAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
addAttachmentsIfAbsent(Map<String, String>) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
addAttachmentsIfAbsent(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
addAttribute(String, Object) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
addAttribute(String, Object) - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
addAttribute(String, Object) - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
addAttributes(Map<String, Object>) - 类 中的方法org.apache.dubbo.common.URL
 
addAttributes(Map<String, Object>) - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
addCallback(ShutdownHookCallback) - 类 中的方法org.apache.dubbo.common.lang.ShutdownHookCallbacks
 
addCertChain(String) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
addCertChainBytes(ByteString) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
addChannelHandler(ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
addChannelHandler(ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
addChildListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
addChildListener(String, ChildListener) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
addConfig(AbstractConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
Add the dubbo config
addConfigCenter(ConfigCenterConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addConfigCenters(Iterable<ConfigCenterConfig>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addConfiguration(int, Configuration) - 类 中的方法org.apache.dubbo.common.config.CompositeConfiguration
 
addConfiguration(DynamicConfiguration) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
addConfiguration(Configuration) - 类 中的方法org.apache.dubbo.common.config.CompositeConfiguration
 
addConfigurationFirst(Configuration) - 类 中的方法org.apache.dubbo.common.config.CompositeConfiguration
 
addConstraintViolation(RestConstraintViolation) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
addConstructor(int, Class<?>[], Class<?>[], String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addConstructor(int, Class<?>[], String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addConstructor(Constructor<?>) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addConstructor(String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addConstructor(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
addConsumer(ConsumerConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addConsumerParams(String, Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addConsumerParams(Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
addConsumers(Iterable<ConsumerConfig>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addDataListener(String, DataListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
addDataListener(String, DataListener) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
addDataListener(String, DataListener, Executor) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
addDataListener(String, DataListener, Executor) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
addDefaultConstructor() - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addDeserializer(Class, Deserializer) - 类 中的方法com.alibaba.com.caucho.hessian.io.ExtSerializerFactory
Adds a deserializer.
ADDED - org.apache.dubbo.common.config.configcenter.ConfigChangeType
A config is created.
addExtension(String, Class<?>) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Register new extension via API
addFactory(AbstractSerializerFactory) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Adds a factory.
addField(String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addField(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
addField(String, int, Class<?>) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addField(String, int, Class<?>, String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addHeader(String, String) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
addImports(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
addIndex(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
addIndexToName(Integer, String) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
addInterface(Class<?>) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addInterface(String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addInterface(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
addIntoConfigManager() - 类 中的方法org.apache.dubbo.config.AbstractConfig
addIntoConfigManager() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
addItem(String) - 类 中的方法org.apache.dubbo.qos.textui.TLadder
add one item
addItem(T) - 类 中的方法org.apache.dubbo.common.threadpool.manager.Ring
 
addListener(String, String, Listener) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
addListener(String, String, Listener) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
addListener(String, String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Register a configuration listener for a specified key The listener only works for service governance purpose, so the target group would always be the value user specifies at startup or 'dubbo' by default.
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
 
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration
Since all governance rules will lay under dubbo group, this method now always uses the default dubboConfig and ignores the group parameter.
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
addListener(String, String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Register a configuration listener for a specified key The listener only works for service governance purpose, so the target group would always be the value user specifies at startup or 'dubbo' by default.
addListener(String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
addListener(String, ConfigurationListener) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.CacheListener
 
addListener(String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
addListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
addListener(Invocation, BaseFilter.Listener) - 类 中的方法org.apache.dubbo.rpc.ListenableFilter
 
addListenerAndNotify(String, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
addMessage(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
addMessages(Collection) - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
addMetadataReport(MetadataReportConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addMetadataReports(Iterable<MetadataReportConfig>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addMethod(Method) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addMethod(String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addMethod(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
addMethod(String, int, Class<?>, Class<?>[], Class<?>[], String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addMethod(String, int, Class<?>, Class<?>[], String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addMethod(String, Method) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
addMethod(MethodConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
addMethod(MethodConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
addMethod(MethodConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
addMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addMethodParameterIfAbsent(String, String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addMethodParameters(Map<String, Map<String, String>>) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addMethods(List<? extends MethodConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
addMethods(List<MethodConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
addObjectAttachments(Map<String, Object>) - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
addObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
addObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
addObjectAttachments(Map<String, Object>) - 接口 中的方法org.apache.dubbo.rpc.Result
Add the specified map to existing attachments in this instance.
addObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
addObjectAttachmentsIfAbsent(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
addParam(String, String) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
addParameter(String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, boolean) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, boolean) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, byte) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, char) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, char) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, char) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, double) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, double) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, double) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, float) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, float) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, float) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, int) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, int) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, long) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, long) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, long) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, short) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, short) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, short) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, CharSequence) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, CharSequence) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, CharSequence) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, Enum<?>) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, Enum<?>) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, Enum<?>) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, Number) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, Number) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, Number) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
addParameter(String, String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Add parameters to a new URLParam.
addParameter(String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameter(String, String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
addParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addParameterAndEncoded(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameterAndEncoded(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
addParameterAndEncoded(String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameterIfAbsent(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Add absent parameters to a new URLParam.
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addParameters(String...) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameters(String...) - 类 中的方法org.apache.dubbo.common.URL
 
addParameters(String...) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameters(Map<String, String>) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.common.URL
Add parameters to a new url.
addParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Add parameters to a new URLParam.
addParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParametersIfAbsent(Map<String, String>) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParametersIfAbsent(Map<String, String>) - 类 中的方法org.apache.dubbo.common.URL
 
addParametersIfAbsent(Map<String, String>) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Add absent parameters to a new URLParam.
addParametersIfAbsent(Map<String, String>) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addParameterString(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
addParameterString(String) - 类 中的方法org.apache.dubbo.common.URL
 
addParameterString(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
addProperties(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.InmemoryConfiguration
Add a set of properties into the store
addProperties(Properties) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
This method should be called before Dubbo starting.
addProperty(String, String) - 类 中的方法org.apache.dubbo.common.config.InmemoryConfiguration
Add one property into the store, the previous value will be replaced if the key exists
addProtocol(ProtocolConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
addProtocol(ProtocolConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addProtocols(Iterable<ProtocolConfig>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addProtocols(List<ProtocolConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
addProvider(ProviderConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addProviders(Iterable<ProviderConfig>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
AddrCache<T> - org.apache.dubbo.rpc.cluster.router.state中的类
Address cache, used to cache the results of the StaterRouter's asynchronous address list calculations.
AddrCache() - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.AddrCache
 
addRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Adds an object reference.
addRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Adds an object to the reference list.
addRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Adds a list/map reference.
addRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
If the object has already been written, just write its ref.
addRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Adds a list/map reference.
addRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
If the object has already been written, just write its ref.
addReference(ReferenceConfigBase<?>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addReference(ReferenceBean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
addReferences(Iterable<ReferenceConfigBase<?>>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addRegistries(Iterable<RegistryConfig>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addRegistries(List<? extends RegistryConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
addRegistries(List<? extends RegistryConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
addRegistries(List<RegistryConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
addRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
addRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
addRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
addRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
addReplier(Class<T>, Replier<T>) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
addReplier(Class<T>, Replier<T>) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
addResource(String, Map<String, Set<String>>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaRoute
 
addResource(String, Set<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaListener
 
addResource(String, Set<Endpoint>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaEndpoint
 
address(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
address(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
address(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
address(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
ADDRESS_CONSUMPTION_STATUS - 接口 中的静态变量org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
ADDRESS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ADDRESS_PREFIX - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
 
ADDRESS_SUFFIX - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
 
AddressListener - org.apache.dubbo.registry中的接口
 
addRouters(List<Router>) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
If we use route:// protocol in version before 2.7.0, each URL will generate a Router instance, so we should keep the routers up to date, that is, each time router URLs changes, we should update the routers list, only keep the builtinRouters which are available all the time and the latest notified routers which are generated from URLs.
addRow(Object...) - 类 中的方法org.apache.dubbo.qos.textui.TTable
Add a row
addRpcException(Class<?>) - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
 
addScannedClass(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServicePackagesHolder
 
addScannedPackage(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServicePackagesHolder
 
addSerializer(Class, Serializer) - 类 中的方法com.alibaba.com.caucho.hessian.io.ExtSerializerFactory
Adds a serializer.
addService(ServiceConfigBase<?>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addService(MetadataInfo.ServiceInfo) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Add an instance of ServiceInstancesChangedListener for specified service
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.dns.DNSServiceDiscovery
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.xds.XdsServiceDiscovery
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
addServiceListener(ServiceListener) - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
addServiceListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
addServiceListener(ServiceInstancesChangedListener) - 接口 中的方法org.apache.dubbo.registry.NotifyListener
 
addServiceParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addServiceParameterIfAbsent(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addServices(Iterable<ServiceConfigBase<?>>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
addStatedUrl(ProviderModel.RegisterStatedURL) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
addStateListener(StateListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
addStateListener(StateListener) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
addStateRouters(List<StateRouter>) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
addTargetChildListener(String, CuratorZookeeperClient.CuratorWatcherImpl) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
addThreadPoolExhaustedEventListener(ThreadPoolExhaustedListener) - 类 中的方法org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
 
addTracer(Class<?>, String, Channel, int) - 类 中的静态方法org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter
 
ADMIN_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
after() - 注释类型 中的方法com.alibaba.dubbo.common.extension.Activate
已过时。
after() - 注释类型 中的方法org.apache.dubbo.common.extension.Activate
已过时。
after(AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
已过时。
 
afterPropertiesSet() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
afterPropertiesSet() - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
 
afterUnExport() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractExporter
subclasses need to override this method to destroy resources.
afterUnExport() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboExporter
 
AK_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
ALIVE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ALL - org.apache.dubbo.common.beanutil.JavaBeanAccessor
Method prefer to field.
ALL - org.apache.dubbo.common.logger.Level
ALL
ALL_CATEGORIES - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ALL_SERVICE_INTERFACES - 接口 中的静态变量org.apache.dubbo.metadata.MetadataService
The value of All service instances
ALL_SERVICE_NAMES - 接口 中的静态变量org.apache.dubbo.metadata.MetadataService
The value of all service names
AllChannelHandler - org.apache.dubbo.remoting.transport.dispatcher.all中的类
 
AllChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
allConsumerModels() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
AllDispatcher - org.apache.dubbo.remoting.transport.dispatcher.all中的类
default thread pool configure
AllDispatcher() - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
 
allow(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassFactory
 
ALLOW - 接口 中的静态变量org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer
 
allProviderModels() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
alwaysFalse() - 接口 中的静态方法org.apache.dubbo.common.function.Predicates
Predicate always return false
alwaysTrue() - 接口 中的静态方法org.apache.dubbo.common.function.Predicates
Predicate always return true
and(Predicate<T>...) - 接口 中的静态方法org.apache.dubbo.common.function.Predicates
a composed predicate that represents a short-circuiting logical AND of predicates
AND - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
AND_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
ANNOTATED_ELEMENT_UTILS_CLASS - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The class of AnnotatedElementUtils
ANNOTATED_ELEMENT_UTILS_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The annotation class name of AnnotatedElementUtils
AnnotatedMethodParameterProcessor - org.apache.dubbo.metadata.rest中的接口
The interface to process the annotated method parameter
AnnotationBeanDefinitionParser - org.apache.dubbo.config.spring.schema中的类
 
AnnotationBeanDefinitionParser() - 类 的构造器org.apache.dubbo.config.spring.schema.AnnotationBeanDefinitionParser
 
AnnotationPropertyValuesAdapter - org.apache.dubbo.config.spring.beans.factory.annotation中的类
Annotation PropertyValues Adapter
AnnotationPropertyValuesAdapter(Annotation, PropertyResolver, boolean, String...) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
AnnotationPropertyValuesAdapter(Annotation, PropertyResolver, String...) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
AnnotationPropertyValuesAdapter(Map<String, Object>, PropertyResolver, String...) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
AnnotationUtils - org.apache.dubbo.common.utils中的接口
Commons Annotation Utilities class
ANY - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
ANY_VALUE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ANYHOST_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ANYHOST_VALUE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
API_VERSION - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
ApolloDynamicConfiguration - org.apache.dubbo.configcenter.support.apollo中的类
Apollo implementation, https://github.com/ctripcorp/apollo Apollo will be used for management of both governance rules and .properties files, by default, these two different kinds of data share the same namespace 'dubbo'.
ApolloDynamicConfiguration.ApolloListener - org.apache.dubbo.configcenter.support.apollo中的类
 
ApolloDynamicConfigurationFactory - org.apache.dubbo.configcenter.support.apollo中的类
 
ApolloDynamicConfigurationFactory() - 类 的构造器org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfigurationFactory
 
APP_DYNAMIC_CONFIGURATORS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
appConfigFile(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
append() - 注释类型 中的方法org.apache.dubbo.config.support.Parameter
If append=true, append new value to exist value instead of overriding it.
append(char) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
append(CharSequence) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
append(CharSequence, int, int) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
append(LoggingEvent) - 类 中的方法org.apache.dubbo.common.utils.DubboAppender
 
appendAttributes(Map<String, String>, Object) - 类 中的静态方法org.apache.dubbo.config.AbstractConfig
Put attributes of specify 'config' into 'parameters' argument
appendLines(File, String[]) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
append lines.
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
appendParameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
appendParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
appendParameters(Map<String, String>, Object) - 类 中的静态方法org.apache.dubbo.config.AbstractConfig
 
appendParameters(Map<String, String>, Object, String) - 类 中的静态方法org.apache.dubbo.config.AbstractConfig
 
appendRuntimeParameters(Map<String, String>) - 类 中的静态方法org.apache.dubbo.config.AbstractInterfaceConfig
 
application() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
Do not set it and use the global Application Config
application() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
Do not set it and use the global Application Config
application() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
已过时。
Do not set it and use the global Application Config
application() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
已过时。
Do not set it and use the global Application Config
application() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Do not set it and use the global Application Config
application() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Do not set it and use the global Application Config
application(String) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Set the name of application
application(String, Consumer<ApplicationBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Set the name of application and it's future build
application(ApplicationConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
application(ApplicationConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
APPLICATION - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
APPLICATION - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
APPLICATION_FIRST - org.apache.dubbo.registry.client.migration.model.MigrationStep
 
APPLICATION_GRPC - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
APPLICATION_JSON_UTF_8 - 类 中的静态变量org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
APPLICATION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ApplicationBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ApplicationConfig.
ApplicationBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
ApplicationConfig - com.alibaba.dubbo.config中的类
已过时。
ApplicationConfig - org.apache.dubbo.config中的类
The application info
ApplicationConfig() - 类 的构造器com.alibaba.dubbo.config.ApplicationConfig
已过时。
 
ApplicationConfig() - 类 的构造器org.apache.dubbo.config.ApplicationConfig
 
ApplicationConfig(String) - 类 的构造器com.alibaba.dubbo.config.ApplicationConfig
已过时。
 
ApplicationConfig(String) - 类 的构造器org.apache.dubbo.config.ApplicationConfig
 
ApplicationInitListener - org.apache.dubbo.rpc.model中的接口
 
ApplicationModel - org.apache.dubbo.rpc.model中的类
ExtensionLoader, DubboBootstrap and this class are at present designed to be singleton or static (by itself totally static or uses some static fields).
ApplicationModel() - 类 的构造器org.apache.dubbo.rpc.model.ApplicationModel
 
apply(T) - 接口 中的方法org.apache.dubbo.common.function.ThrowableFunction
Applies this function to the given argument.
AppResponse - org.apache.dubbo.rpc中的类
AsyncRpcResult is introduced in 3.0.0 to replace RpcResult, and RpcResult is replaced with AppResponse: AsyncRpcResult is the object that is actually passed in the call chain AppResponse only simply represents the business result
AppResponse() - 类 的构造器org.apache.dubbo.rpc.AppResponse
 
AppResponse(Object) - 类 的构造器org.apache.dubbo.rpc.AppResponse
 
AppResponse(Throwable) - 类 的构造器org.apache.dubbo.rpc.AppResponse
 
AppResponse(Invocation) - 类 的构造器org.apache.dubbo.rpc.AppResponse
 
AppRouter - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Application level router, "application.condition-router"
AppRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.AppRouter
 
AppRouterFactory - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Application level router factory
AppRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.AppRouterFactory
 
architecture(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
ARCHITECTURE - 接口 中的静态变量org.apache.dubbo.config.Constants
Application architecture name.
ARGS_FIELD_NUMBER - 类 中的静态变量org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
ARGTYPES_FIELD_NUMBER - 类 中的静态变量org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
Argument - org.apache.dubbo.config.annotation中的注释类型
 
ArgumentBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ArgumentConfig.
ArgumentBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ArgumentBuilder
 
ArgumentConfig - com.alibaba.dubbo.config中的类
已过时。
ArgumentConfig - org.apache.dubbo.config中的类
The method arguments configuration
ArgumentConfig() - 类 的构造器com.alibaba.dubbo.config.ArgumentConfig
已过时。
 
ArgumentConfig() - 类 的构造器org.apache.dubbo.config.ArgumentConfig
 
ArgumentConfig(Argument) - 类 的构造器org.apache.dubbo.config.ArgumentConfig
 
arguments() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
ARGUMENTS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ARGUMENTS - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
prefix of arguments router key
aroundReadFrom(ReaderInterceptorContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
aroundWriteTo(WriterInterceptorContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
array() - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
array() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the backing byte array of this buffer.
array() - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
array() - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
array() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
array() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
ARRAY - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
ARRAY_DESC - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
ARRAY_ITEM - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
ARRAY_SUFFIX - 类 中的静态变量org.apache.dubbo.common.utils.ClassUtils
Suffix for array class names: "[]"
arrayBegin() - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
array begin.
arrayBegin() - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
array begin.
ArrayDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a Java array
ArrayDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.ArrayDeserializer
 
arrayEnd() - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
array end, return array value.
arrayEnd(int) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
array end, return array value.
arrayItem(int) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
array item.
arrayItemValue(int, Object, boolean) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
array item.
ArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ArrayMerger
 
arrayOffset() - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
arrayOffset() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
arrayOffset() - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
arrayOffset() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
arrayOffset() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
ArraySerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a Java array.
ArraySerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.ArraySerializer
 
arrayToDelimitedString(Object[], String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
ArrayTypeBuilder - org.apache.dubbo.metadata.definition.builder中的类
2015/1/27.
ArrayTypeBuilder() - 类 的构造器org.apache.dubbo.metadata.definition.builder.ArrayTypeBuilder
 
ArrayUtils - org.apache.dubbo.common.utils中的类
Contains some methods to check array.
asException() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
Assert - org.apache.dubbo.common.utils中的类
 
asStreamObserver() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
asStreamObserver() - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Stream
 
asTransportObserver() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
asTransportObserver() - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Stream
 
async() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
async() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
async() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Whether to enable async invocation, default value is false
async() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether to enable async invocation, default value is false
async() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
async() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Whether to enable async invocation, default value is false
async() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether to enable async invocation, default value is false
async(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
ASYNC - org.apache.dubbo.rpc.InvokeMode
 
ASYNC - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ASYNC_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
ASYNC_METHOD_INFO - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
ASYNC_THREAD_NUM_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
asyncCall(Runnable) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
one way async call, send request only, and result is not required
asyncCall(Runnable) - 类 中的方法org.apache.dubbo.rpc.RpcContext
one way async call, send request only, and result is not required
asyncCall(Runnable) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
one way async call, send request only, and result is not required
asyncCall(Callable<T>) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
Async invocation.
asyncCall(Callable<T>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
Async invocation.
asyncCall(Callable<T>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
Async invocation.
AsyncContext - org.apache.dubbo.rpc中的接口
AsyncContext works like {@see javax.servlet.AsyncContext} in the Servlet 3.0.
AsyncContextImpl - org.apache.dubbo.rpc中的类
 
AsyncContextImpl() - 类 的构造器org.apache.dubbo.rpc.AsyncContextImpl
 
AsyncMethodInfo - org.apache.dubbo.rpc.model中的类
 
AsyncMethodInfo() - 类 的构造器org.apache.dubbo.rpc.model.AsyncMethodInfo
 
AsyncRpcResult - org.apache.dubbo.rpc中的类
This class represents an unfinished RPC call, it will hold some context information for this call, for example RpcContext and Invocation, so that when the call finishes and the result returns, it can guarantee all the contexts being recovered as the same as when the call was made before any callback is invoked.
AsyncRpcResult(CompletableFuture<AppResponse>, Invocation) - 类 的构造器org.apache.dubbo.rpc.AsyncRpcResult
 
AtomicPositiveInteger - org.apache.dubbo.common.utils中的类
 
AtomicPositiveInteger() - 类 的构造器org.apache.dubbo.common.utils.AtomicPositiveInteger
 
AtomicPositiveInteger(int) - 类 的构造器org.apache.dubbo.common.utils.AtomicPositiveInteger
 
attachInvocationIdIfAsync(URL, Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
Idempotent operation: invocation id will be added in async operation by default
attachInvocationIdIfAsync(URL, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
Idempotent operation: invocation id will be added in async operation by default
AttachmentsAdapter - org.apache.dubbo.rpc中的类
This class provides map adapters to support attachments in RpcContext, Invocation and Result switch from to
AttachmentsAdapter() - 类 的构造器org.apache.dubbo.rpc.AttachmentsAdapter
 
AttachmentsAdapter.ObjectToStringMap - org.apache.dubbo.rpc中的类
 
attribute() - 注释类型 中的方法org.apache.dubbo.config.support.Parameter
If attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()
ATTRIBUTE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
authenticate(Invocation, URL) - 类 中的方法org.apache.dubbo.auth.AccessKeyAuthenticator
 
authenticate(Invocation, URL) - 接口 中的方法org.apache.dubbo.auth.spi.Authenticator
verify the signature of the request is valid or not
Authenticator - org.apache.dubbo.auth.spi中的接口
 
AUTHENTICATOR - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
authority() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
AUTHORITY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
AUTO - org.apache.dubbo.config.bootstrap.BootstrapTakeoverMode
 
AUTO_ATTACH_INVOCATIONID_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
available - 类 中的静态变量org.apache.dubbo.common.utils.DubboAppender
 
available() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
available() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
AVAILABLE - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
 
AvailableCluster - org.apache.dubbo.rpc.cluster.support中的类
AvailableCluster
AvailableCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.AvailableCluster
 
AvailableClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
AvailableCluster
AvailableClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.AvailableClusterInvoker
 
AVRO_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
await() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Block current thread to be await.
awaitFinish() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
awaitTermination(long, TimeUnit) - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
awaitTermination(long, TimeUnit) - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 

B

BACKLOG_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
BACKUP_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RemotingConstants
 
BAD_REQUEST - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
request format error.
BAD_RESPONSE - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
response format error.
BALANCING_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
BASE_SLEEP_TIME - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Initial amount of time to wait between retries
base642bytes(String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from base64 string.
base642bytes(String, char[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from base64 string.
base642bytes(String, int, int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from base64 string.
base642bytes(String, int, int, char[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from base64 string.
base642bytes(String, int, int, String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from base64 string.
base642bytes(String, String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from base64 string.
BaseApplicationMetadataIdentifier - org.apache.dubbo.metadata.report.identifier中的类
The Base class of MetadataIdentifier for service scope
BaseApplicationMetadataIdentifier() - 类 的构造器org.apache.dubbo.metadata.report.identifier.BaseApplicationMetadataIdentifier
 
BaseCommand - com.alibaba.dubbo.qos.command中的接口
已过时。
BaseCommand - org.apache.dubbo.qos.command中的接口
 
BaseFilter - org.apache.dubbo.rpc中的接口
 
BaseFilter.Listener - org.apache.dubbo.rpc中的接口
 
BaseMetadataIdentifier - org.apache.dubbo.metadata.report.identifier中的接口
 
BaseOffline - org.apache.dubbo.qos.command.impl中的类
 
BaseOffline() - 类 的构造器org.apache.dubbo.qos.command.impl.BaseOffline
 
BaseOnline - org.apache.dubbo.qos.command.impl中的类
 
BaseOnline() - 类 的构造器org.apache.dubbo.qos.command.impl.BaseOnline
 
basePackageClasses() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.DubboComponentScan
Type-safe alternative to DubboComponentScan.basePackages() for specifying the packages to scan for annotated @Service classes.
basePackages() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.DubboComponentScan
Base packages to scan for annotated @Service classes.
BaseRestProtocolServer - org.apache.dubbo.rpc.protocol.rest中的类
 
BaseRestProtocolServer() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
BaseRule - org.apache.dubbo.rpc.cluster.router.mesh.rule中的类
 
BaseRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
BaseServiceMetadata - org.apache.dubbo.common中的类
2019-10-10
BaseServiceMetadata() - 类 的构造器org.apache.dubbo.common.BaseServiceMetadata
 
BaseServiceMetadataIdentifier - org.apache.dubbo.metadata.report.identifier中的类
The Base class of MetadataIdentifier for service scope
BaseServiceMetadataIdentifier() - 类 的构造器org.apache.dubbo.metadata.report.identifier.BaseServiceMetadataIdentifier
 
BasicDeserializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
BasicDeserializer(int) - 类 的构造器com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
BasicSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
BasicSerializer(int) - 类 的构造器com.alibaba.com.caucho.hessian.io.BasicSerializer
 
BC_BINARY - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_BINARY_CHUNK - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_BINARY_DIRECT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_BINARY_SHORT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_CLASS_DEF - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DATE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DATE_MINUTE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_BYTE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_MILL - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_ONE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_SHORT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_END - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_FALSE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_INT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_INT_BYTE_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_INT_SHORT_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_INT_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_DIRECT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_DIRECT_UNTYPED - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_FIXED - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_FIXED_UNTYPED - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_VARIABLE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_VARIABLE_UNTYPED - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LONG - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_BYTE_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_INT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_SHORT_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_ZERO - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_MAP - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_MAP_UNTYPED - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_NULL - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_OBJECT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_OBJECT_DEF - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_OBJECT_DIRECT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_REF - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_STRING - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_STRING_CHUNK - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_STRING_DIRECT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_STRING_SHORT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BC_TRUE - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.context.ConfigManager
 
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.beans.factory.annotation.ServicePackagesHolder
 
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.context.config.NamePropertyDefaultValueDubboConfigBeanCustomizer
已过时。
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.context.DubboInfraBeanRegisterPostProcessor
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.context.DubboLifecycleComponentApplicationListener
已过时。
BEAN_NAME - 类 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
BeanDeserializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
BeanDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.BeanDeserializer
 
BeanSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
BeanSerializer(Class, ClassLoader) - 类 的构造器com.alibaba.com.caucho.hessian.io.BeanSerializer
 
BeanSerializerFactory - com.alibaba.com.caucho.hessian.io中的类
Factory for returning serialization methods.
BeanSerializerFactory() - 类 的构造器com.alibaba.com.caucho.hessian.io.BeanSerializerFactory
 
before() - 注释类型 中的方法com.alibaba.dubbo.common.extension.Activate
已过时。
before() - 注释类型 中的方法org.apache.dubbo.common.extension.Activate
已过时。
before(AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
已过时。
 
begin() - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
parse begin .
begin() - 类 中的方法org.apache.dubbo.qos.textui.TTree
 
begin(Object) - 类 中的方法org.apache.dubbo.qos.textui.TTree
create a branch node
beginCount(URL, String) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
beginCount(URL, String, int) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
BigIntegerDeserializer - com.alibaba.com.caucho.hessian.io中的类
 
BigIntegerDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.BigIntegerDeserializer
 
BINARY_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
BINARY_SHORT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
bind() - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServer
 
bind(URL, ChannelHandler) - 接口 中的方法com.alibaba.dubbo.remoting.Transporter
已过时。
 
bind(String, C) - 类 中的方法org.apache.dubbo.config.spring.context.properties.DefaultDubboConfigBinder
 
bind(String, C) - 接口 中的方法org.apache.dubbo.config.spring.context.properties.DubboConfigBinder
Bind the properties to Dubbo Config Object under specified prefix.
bind(String, ChannelHandler...) - 类 中的静态方法org.apache.dubbo.remoting.Transporters
 
bind(String, ChannelHandler, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
bind(String, ExchangeHandler) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
bind(String, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL) - 类 中的静态方法org.apache.dubbo.remoting.exchange.PortUnificationExchanger
 
bind(URL, ChannelHandler) - 接口 中的方法com.alibaba.dubbo.remoting.Transporter
已过时。
 
bind(URL, ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyTransporter
 
bind(URL, ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyTransporter
 
bind(URL, ChannelHandler) - 接口 中的方法org.apache.dubbo.remoting.Transporter
Bind a server.
bind(URL, ChannelHandler...) - 类 中的静态方法org.apache.dubbo.remoting.Transporters
 
bind(URL, ChannelHandler, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL, ExchangeHandler) - 接口 中的方法org.apache.dubbo.remoting.exchange.Exchanger
bind.
bind(URL, ExchangeHandler) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL, ExchangeHandler) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
bind(URL, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
BIND_IP_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
BIND_PORT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
bindService() - 类 中的方法istio.v1.auth.IstioCertificateServiceGrpc.IstioCertificateServiceImplBase
 
BitList<E> - org.apache.dubbo.rpc.cluster.router.state中的类
BitList based on BitMap implementation.
BitList(List<E>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BitList(List<E>, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BitList(List<E>, RoaringBitmap) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BIZ_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
BLOCK_UNTIL_CONNECTED_UNIT - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
The unit of time related to blocking on connection to Zookeeper.
BLOCK_UNTIL_CONNECTED_WAIT - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Wait time to block on connection to Zookeeper.
blockUntilUpdated() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
BOOL - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
BOOLEAN - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
BOOLEAN - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
BOOLEAN_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
BOOLEAN_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
BooleanArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
BooleanArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.BooleanArrayMerger
 
BoolMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
BoolMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
BootstrapReadinessProbe - org.apache.dubbo.qos.probe.impl中的类
 
BootstrapReadinessProbe() - 类 的构造器org.apache.dubbo.qos.probe.impl.BootstrapReadinessProbe
 
BootstrapStartupProbe - org.apache.dubbo.qos.probe.impl中的类
 
BootstrapStartupProbe() - 类 的构造器org.apache.dubbo.qos.probe.impl.BootstrapStartupProbe
 
BootstrapTakeoverMode - org.apache.dubbo.config.bootstrap中的枚举
Mode of which of DubboBootstrap lifecycle being takeover SPRING: will be controlled by spring context MANUAL: will be controlled by users, after all services init, should call DubboBootstrap.start() to init app-level env AUTO: env will be init once ServiceConfig.export() finished SERVLET: will be controlled by tomcat
Border() - 类 的构造器org.apache.dubbo.qos.textui.TTable.Border
 
BORDER_INNER - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
inner border
BORDER_INNER_H - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
inner border: horizon
BORDER_INNER_V - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
inner border: vertical
BORDER_NON - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
no border
BORDER_OUTER - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
outer border
BORDER_OUTER_BOTTOM - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
border outer bottom
BORDER_OUTER_LEFT - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
border outer left
BORDER_OUTER_RIGHT - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
border outer right
BORDER_OUTER_TOP - 类 中的静态变量org.apache.dubbo.qos.textui.TTable.Border
border outer top
BOSS_THREAD_NUM - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
boxed(boolean) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(byte) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(char) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(double) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(float) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(int) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(long) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(short) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
boxed(Object) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
BR_STR - 接口 中的静态变量org.apache.dubbo.qos.common.QosConstants
 
BROADCAST - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
Call all providers by broadcast, call them one by one, and report an error if any one reports an error
BROADCAST_CLUSTER - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
broadcast cluster.
BroadcastCluster - org.apache.dubbo.rpc.cluster.support中的类
BroadcastCluster
BroadcastCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.BroadcastCluster
 
BroadcastClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
BroadcastClusterInvoker
BroadcastClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.BroadcastClusterInvoker
 
buffer() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
buffer(int) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
buffer(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
buffer(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
BUFFER_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
build() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
build() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
build() - 类 中的方法org.apache.dubbo.common.URLBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractBuilder
Build an instance of config
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ArgumentBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
build() - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
build() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
build() - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
build() - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceCreator
 
build() - 类 中的静态方法org.apache.dubbo.registry.xds.util.NodeBuilder
 
build() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
build() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
build(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
Describe a Java interface in ServiceDefinition.
build(Class<?>, Map<String, TypeDefinition>) - 类 中的静态方法org.apache.dubbo.metadata.definition.builder.DefaultTypeBuilder
 
build(ClassLoader) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
build CtClass object
build(Method) - 类 中的方法org.apache.dubbo.metadata.definition.MethodDefinitionBuilder
Build the instance of MethodDefinition
build(Type, Class<?>) - 类 中的方法org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
 
build(Type, Class<?>, Map<String, TypeDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.ArrayTypeBuilder
 
build(Type, Class<?>, Map<String, TypeDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.CollectionTypeBuilder
 
build(Type, Class<?>, Map<String, TypeDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
 
build(Type, Class<?>, Map<String, TypeDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.builder.MapTypeBuilder
 
build(Type, Class<?>, Map<String, TypeDefinition>) - 接口 中的方法org.apache.dubbo.metadata.definition.builder.TypeBuilder
Build type definition with the type or class.
build(Type, Class<?>, Map<String, TypeDefinition>) - 类 中的静态方法org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
 
build(String, String...) - 枚举 中的方法org.apache.dubbo.metadata.report.identifier.KeyTypeEnum
Build Key
build(Collection<ServiceInstance<ZookeeperInstance>>) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(ServiceInstance<ZookeeperInstance>) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceURLBuilder
Build the URLs from the specified ServiceInstance
build(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
build(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
build(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(T) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
build(T) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
build(T) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
build(T) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
build(T, Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
 
buildAccessLogData(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
 
buildChain(URL) - 类 中的静态方法org.apache.dubbo.rpc.cluster.RouterChain
 
buildClientSslContext(URL) - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.SslContexts
 
buildClusterInterceptorChain(ClusterInvoker<T>, String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.filter.InvocationInterceptorBuilder
 
buildClusterInvokerChain(ClusterInvoker<T>, String, String) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder
build consumer cluster filter chain
buildClusterInvokerChain(ClusterInvoker<T>, String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder
build consumer cluster filter chain
buildConfigService(URL) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
buildCuratorFramework(URL) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildDefaultValue(int) - 接口 中的静态方法org.apache.dubbo.metadata.rest.AnnotatedMethodParameterProcessor
Build the default value
buildFullDefinition(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
 
buildFullDefinition(Class<?>, Map<String, String>) - 类 中的静态方法org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
 
buildGroup(String) - 接口 中的静态方法org.apache.dubbo.metadata.ServiceNameMapping
 
buildInvokerChain(Invoker<T>, String, String) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder
build consumer/provider filter chain
buildInvokerChain(Invoker<T>, String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder
build consumer/provider filter chain
buildKey(String, String, String) - 类 中的静态方法org.apache.dubbo.common.URL
 
buildMappingKey(URL) - 接口 中的静态方法org.apache.dubbo.metadata.ServiceNameMapping
 
buildPartial() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
buildPartial() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
buildPartial() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
buildPartial() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
buildPath(String, String...) - 接口 中的静态方法org.apache.dubbo.common.utils.PathUtils
 
buildRetryPolicy(URL) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildRouterChain() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
buildRouterChain(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
buildRouterChain(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
buildServerSslContext(URL) - 类 中的静态方法org.apache.dubbo.remoting.api.PortUnificationServer
 
buildServerSslContext(URL) - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.SslContexts
 
buildServiceDiscovery(CuratorFramework, String) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildServiceKey(String, String, String) - 类 中的静态方法org.apache.dubbo.common.BaseServiceMetadata
 
BuiltinServiceDetector - org.apache.dubbo.rpc.model中的接口
 
BYTE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
BYTE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
BYTE_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
BYTE_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
ByteArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ByteArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ByteArrayMerger
 
ByteBufferBackedChannelBuffer - org.apache.dubbo.remoting.buffer中的类
 
ByteBufferBackedChannelBuffer(ByteBuffer) - 类 的构造器org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
ByteBufferBackedChannelBuffer(ByteBufferBackedChannelBuffer) - 类 的构造器org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
Bytes - org.apache.dubbo.common.io中的类
CodecUtils.
bytes2base64(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to base64 string.
bytes2base64(byte[], char[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to base64 string.
bytes2base64(byte[], int, int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to base64 string.
bytes2base64(byte[], int, int, char[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to base64 string.
bytes2base64(byte[], int, int, String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to base64 string.
bytes2base64(byte[], String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to base64 string.
bytes2double(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to long.
bytes2double(byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to long.
bytes2float(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to int.
bytes2float(byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to int.
bytes2hex(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to hex string.
bytes2hex(byte[], int, int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to hex string.
bytes2int(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to int.
bytes2int(byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to int.
bytes2long(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to long.
bytes2long(byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to long.
bytes2short(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to short.
bytes2short(byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to short.
byteValue() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 

C

Ca - istio.v1.auth中的类
 
CA_ADDR_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
CA_CERT_DATA - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CA_CERT_FILE - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
Ca.IstioCertificateRequest - istio.v1.auth中的类
Certificate request message.
Ca.IstioCertificateRequest.Builder - istio.v1.auth中的类
Certificate request message.
Ca.IstioCertificateRequestOrBuilder - istio.v1.auth中的接口
 
Ca.IstioCertificateResponse - istio.v1.auth中的类
Certificate response message.
Ca.IstioCertificateResponse.Builder - istio.v1.auth中的类
Certificate response message.
Ca.IstioCertificateResponseOrBuilder - istio.v1.auth中的接口
 
cache() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
cache() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
cache() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
cache() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
cache() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
cache() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
cache() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Specify cache implementation for service invocation, legal values include: lru, threadlocal, jcache
cache(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
cache(ReferenceConfigCache) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
Cache - com.alibaba.dubbo.cache中的接口
已过时。
Cache - org.apache.dubbo.cache中的接口
Cache interface to support storing and retrieval of value against a lookup key.
CACHE - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
CACHE_CLEAR_TASK_INTERVAL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CACHE_CLEAR_WAITING_THRESHOLD - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CACHE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.FilterConstants
 
CacheableFailbackRegistry - org.apache.dubbo.registry.support中的类
Useful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd.
CacheableFailbackRegistry(URL) - 类 的构造器org.apache.dubbo.registry.support.CacheableFailbackRegistry
 
CacheableRouterFactory - org.apache.dubbo.rpc.cluster中的类
If you want to provide a router implementation based on design of v2.7.0, please extend from this abstract class.
CacheableRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.CacheableRouterFactory
 
CacheableStateRouterFactory - org.apache.dubbo.rpc.cluster.router.state中的类
If you want to provide a router implementation based on design of v2.7.0, please extend from this abstract class.
CacheableStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory
 
cacheableValueOf(String) - 类 中的静态方法org.apache.dubbo.common.URL
 
CachedThreadPool - org.apache.dubbo.common.threadpool.support.cached中的类
This thread pool is self-tuned.
CachedThreadPool() - 类 的构造器org.apache.dubbo.common.threadpool.support.cached.CachedThreadPool
 
CacheFactory - com.alibaba.dubbo.cache中的接口
已过时。
CacheFactory - org.apache.dubbo.cache中的接口
Interface needs to be implemented by all the cache store provider.Along with implementing CacheFactory interface entry needs to be added in org.apache.dubbo.cache.CacheFactory file in a classpath META-INF sub directories.
CacheFilter - org.apache.dubbo.cache.filter中的类
CacheFilter is a core component of dubbo.Enabling cache key of service,method,consumer or provider dubbo will cache method return value.
CacheFilter() - 类 的构造器org.apache.dubbo.cache.filter.CacheFilter
 
CacheListener - org.apache.dubbo.configcenter.support.zookeeper中的类
 
CacheListener(String) - 类 的构造器org.apache.dubbo.configcenter.support.zookeeper.CacheListener
 
calAndGetRevision() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
CalendarHandle - com.alibaba.com.caucho.hessian.io中的类
Handle for a calendar object.
CalendarHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.CalendarHandle
 
CalendarHandle(Class, long) - 类 的构造器com.alibaba.com.caucho.hessian.io.CalendarHandle
 
CalendarSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a calendar.
CalendarSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.CalendarSerializer
 
calInstanceRevision(ServiceDiscovery, ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
call(String, Object[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a complete method call.
call(String, Object[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a complete method call.
call(String, Object[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a complete method call.
callback() - 接口 中的方法org.apache.dubbo.common.lang.ShutdownHookCallback
Callback execution
callback() - 类 中的方法org.apache.dubbo.common.lang.ShutdownHookCallbacks
 
callback() - 注释类型 中的方法org.apache.dubbo.config.annotation.Argument
 
callback(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ArgumentBuilder
 
CALLBACK_INSTANCES_LIMIT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
The limit of callback service instances for one interface on every client
CALLBACK_SERVICE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
callback inst id
CALLBACK_SERVICE_PROXY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
callbacks() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
callbacks() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
callbacks() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
The callback instance limit peer connection
callbacks() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
The callback instance limit peer connection
callbacks() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
The callback instance limit peer connection
callbacks() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
The callback instance limit peer connection
callbacks(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
CALLBACKS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
calRevision(String) - 类 中的静态方法org.apache.dubbo.metadata.RevisionResolver
 
camelToSplitName(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
cancel() - 接口 中的方法org.apache.dubbo.common.timer.Timeout
Attempts to cancel the TimerTask associated with this handle.
cancel() - 类 中的方法org.apache.dubbo.registry.retry.AbstractRetryTask
 
cancel() - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
cancel() - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
cancel() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.AbstractTimerTask
 
cancel(boolean) - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
cancel(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
cancel(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
cancel(boolean) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
 
cancelScheduledFuture(ScheduledFuture<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ExecutorUtil
 
canHandleIdle() - 接口 中的方法org.apache.dubbo.remoting.IdleSensible
Whether the implementation can sense and handle the idle connection.
canHandleIdle() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClient
 
canHandleIdle() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServer
 
canRemove() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
capacity() - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
capacity() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the number of bytes (octets) this buffer can contain.
capacity() - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
capacity() - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
capacity() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
capacity() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
CATEGORY_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
caught(Channel, Throwable) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
caught(Throwable) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseCallback
已过时。
caught exception.
caught(Channel, Throwable) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
caught(Channel, Throwable) - 接口 中的方法org.apache.dubbo.remoting.ChannelHandler
on exception caught.
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
caught(Channel, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
CAUGHT - org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
CAUGHT
cause - 类 中的变量org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
CERT_CHAIN_FIELD_NUMBER - 类 中的静态变量istio.v1.auth.Ca.IstioCertificateResponse
 
CertPair(String, String, long) - 类 的构造器org.apache.dubbo.registry.xds.XdsCertificateSigner.CertPair
 
changesSince(PropertyValues) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
ChangeTelnetHandler - org.apache.dubbo.qos.legacy中的类
ChangeServiceTelnetHandler
ChangeTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.ChangeTelnetHandler
 
Channel - com.alibaba.dubbo.remoting中的接口
已过时。
Channel - org.apache.dubbo.remoting中的接口
Channel.
CHANNEL_ATTRIBUTE_READONLY_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CHANNEL_CALLBACK_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
Invokers in channel's callback
CHANNEL_INACTIVE - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
channel inactive, directly return the unfinished requests.
CHANNEL_READONLYEVENT_SENT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CHANNEL_SEND_READONLYEVENT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CHANNEL_TYPE - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
channelActive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.qos.server.handler.QosProcessHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.api.ConnectionHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
ChannelBuffer - org.apache.dubbo.remoting.buffer中的接口
A random and sequential accessible sequence of zero or more bytes (octets).
ChannelBufferFactory - org.apache.dubbo.remoting.buffer中的接口
 
ChannelBufferInputStream - org.apache.dubbo.remoting.buffer中的类
 
ChannelBufferInputStream(ChannelBuffer) - 类 的构造器org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
ChannelBufferInputStream(ChannelBuffer, int) - 类 的构造器org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
ChannelBufferOutputStream - org.apache.dubbo.remoting.buffer中的类
 
ChannelBufferOutputStream(ChannelBuffer) - 类 的构造器org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
ChannelBuffers - org.apache.dubbo.remoting.buffer中的类
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyHandler
 
ChannelDelegate - org.apache.dubbo.remoting.transport中的类
ChannelDelegate
ChannelDelegate() - 类 的构造器org.apache.dubbo.remoting.transport.ChannelDelegate
 
ChannelDelegate(Channel) - 类 的构造器org.apache.dubbo.remoting.transport.ChannelDelegate
 
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyHandler
 
ChannelEventRunnable - org.apache.dubbo.remoting.transport.dispatcher中的类
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Object) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Object, Throwable) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Throwable) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable.ChannelState - org.apache.dubbo.remoting.transport.dispatcher中的枚举
ChannelState
ChannelHandler - com.alibaba.dubbo.remoting中的接口
已过时。
ChannelHandler - org.apache.dubbo.remoting中的接口
ChannelHandler.
ChannelHandlerAdapter - org.apache.dubbo.remoting.transport中的类
ChannelHandlerAdapter.
ChannelHandlerAdapter() - 类 的构造器org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
ChannelHandlerDelegate - org.apache.dubbo.remoting.transport中的接口
 
ChannelHandlerDispatcher - org.apache.dubbo.remoting.transport中的类
ChannelListenerDispatcher
ChannelHandlerDispatcher() - 类 的构造器org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
ChannelHandlerDispatcher(Collection<ChannelHandler>) - 类 的构造器org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
ChannelHandlerDispatcher(ChannelHandler...) - 类 的构造器org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
ChannelHandlers - org.apache.dubbo.remoting.transport.dispatcher中的类
 
channelInactive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.api.ConnectionHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleClientInboundHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2FrameServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleServerConnectionHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleServerInboundHandler
 
CHARACTER - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
CHARACTER - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
CHARACTER_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
CHARACTER_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
CHARACTER_OBJECT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
CHARACTER_OBJECT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
CharArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
CharArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.CharArrayMerger
 
CharSequenceComparator - org.apache.dubbo.common.utils中的类
charset(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
charset(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
CHARSET_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
check() - 接口 中的方法com.alibaba.dubbo.common.status.StatusChecker
已过时。
 
check() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
check() - 接口 中的方法org.apache.dubbo.common.status.StatusChecker
check status
check() - 类 中的方法org.apache.dubbo.common.status.support.LoadStatusChecker
 
check() - 类 中的方法org.apache.dubbo.common.status.support.MemoryStatusChecker
 
check() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Check if service provider is available during boot up, default value is true
check() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Check if service provider is available during boot up, default value is true
check() - 类 中的方法org.apache.dubbo.config.spring.status.DataSourceStatusChecker
 
check() - 类 中的方法org.apache.dubbo.config.spring.status.SpringStatusChecker
 
check() - 类 中的方法org.apache.dubbo.qos.probe.impl.BootstrapReadinessProbe
 
check() - 类 中的方法org.apache.dubbo.qos.probe.impl.BootstrapStartupProbe
 
check() - 类 中的方法org.apache.dubbo.qos.probe.impl.ProviderReadinessProbe
 
check() - 接口 中的方法org.apache.dubbo.qos.probe.LivenessProbe
Check if program is alive
check() - 接口 中的方法org.apache.dubbo.qos.probe.ReadinessProbe
Check if program is Ready
check() - 接口 中的方法org.apache.dubbo.qos.probe.StartupProbe
Check if program has been startup
check() - 类 中的方法org.apache.dubbo.registry.status.RegistryStatusChecker
 
check() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.status.ServerStatusChecker
 
check() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.status.ThreadPoolStatusChecker
 
check(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
check(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
CHECK - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
CHECK_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CHECK_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
checkAndReadNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
 
checkAndReadNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
checkAndReadNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
 
checkBeanExists(BeanDefinitionRegistry, Class<?>) - 接口 中的静态方法org.apache.dubbo.config.spring.util.DubboBeanUtils
 
checkBytecode(String, byte[]) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
checkCondition(URL) - 接口 中的方法org.apache.dubbo.registry.client.migration.PreMigratingConditionChecker
 
checkDuplicate(Class<?>) - 类 中的静态方法org.apache.dubbo.common.Version
 
checkDuplicate(Class<?>, boolean) - 类 中的静态方法org.apache.dubbo.common.Version
 
checkDuplicate(String, boolean) - 类 中的静态方法org.apache.dubbo.common.Version
 
checkExists(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
checkExists(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
checkExists(String) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
checkExtension(Class<?>, String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkHost(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkInvokerAvailable(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
checkKey(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkLength(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkMethodName(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkMock(Class<?>, AbstractInterfaceConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
Legitimacy check and setup of local simulated operations.
checkMultiExtension(Class<?>, String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
Check whether there is a Extension who's name (property) is value (special treatment is required)
checkMultiExtension(List<Class<?>>, String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkMultiName(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkName(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkNameHasSymbol(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkNoError() - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
checkOrUpdateInited() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
checkParameterName(Map<String, String>) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkPath(String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLItemCache
 
checkPathLength(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkPathName(String, String) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkProperty(String, String, int, Pattern) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
checkRevision(String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLItemCache
 
checkSerialization(String, String, Byte) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
 
childChanged(String, List<String>) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ChildListener
 
ChildListener - org.apache.dubbo.remoting.zookeeper中的接口
 
CIDRUtils - org.apache.dubbo.common.utils中的类
A class that enables to get an IP range from CIDR specification.
CIDRUtils(String) - 类 的构造器org.apache.dubbo.common.utils.CIDRUtils
 
CLASS_DESC - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
CLASS_DESERIALIZE_ALLOWED_LIST - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CLASS_DESERIALIZE_BLOCK_ALL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CLASS_DESERIALIZE_BLOCKED_LIST - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CLASS_EXTENSION - 类 中的静态变量org.apache.dubbo.common.compiler.support.ClassUtils
 
CLASS_PROPERTY - 接口 中的静态变量org.apache.dubbo.common.json.JSONVisitor
已过时。
 
ClassDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a JDK 1.2 Class.
ClassDeserializer(ClassLoader) - 类 的构造器com.alibaba.com.caucho.hessian.io.ClassDeserializer
 
ClassFactory - com.alibaba.com.caucho.hessian.io中的类
Loads a class from the classloader.
classForName(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
ClassGenerator - org.apache.dubbo.common.bytecode中的类
ClassGenerator
ClassGenerator.DC - org.apache.dubbo.common.bytecode中的接口
 
ClassHelper - org.apache.dubbo.common.utils中的类
已过时。
Replace to ClassUtils
ClassHelper() - 类 的构造器org.apache.dubbo.common.utils.ClassHelper
已过时。
 
CLASSIFIER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
classifyUrls(List<URL>, Predicate<URL>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
ClassLoaderFilter - org.apache.dubbo.rpc.filter中的类
Set the current execution thread class loader to service interface's class loader.
ClassLoaderFilter() - 类 的构造器org.apache.dubbo.rpc.filter.ClassLoaderFilter
 
ClassLoadUtil - org.apache.dubbo.rpc.protocol.tri中的类
 
ClassLoadUtil() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.ClassLoadUtil
 
CLASSPATH_URL_PREFIX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
Pseudo URL prefix for loading from the class path: "classpath:".
ClassPathServiceRestMetadataReader - org.apache.dubbo.metadata.rest中的类
Class-Path based ServiceRestMetadataReader implementation
ClassPathServiceRestMetadataReader() - 类 的构造器org.apache.dubbo.metadata.rest.ClassPathServiceRestMetadataReader
 
ClassPathServiceRestMetadataReader(String) - 类 的构造器org.apache.dubbo.metadata.rest.ClassPathServiceRestMetadataReader
 
ClassSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a remote object.
ClassSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.ClassSerializer
 
ClassUtils - org.apache.dubbo.common.compiler.support中的类
ClassUtils.
ClassUtils - org.apache.dubbo.common.utils中的类
 
ClassUtils - org.apache.dubbo.metadata.definition.util中的类
2015/1/27.
ClassUtils() - 类 的构造器org.apache.dubbo.common.utils.ClassUtils
 
Cleanable - org.apache.dubbo.common.serialize中的接口
Interface defines that the object is cleanable.
cleanup() - 接口 中的方法org.apache.dubbo.common.serialize.Cleanable
Implementations must implement this cleanup method
cleanup() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
cleanup() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
clear() - 类 中的方法com.alibaba.com.caucho.hessian.util.IdentityIntMap
Clear the hashmap.
clear() - 类 中的方法com.alibaba.com.caucho.hessian.util.IntMap
Clear the hashmap.
clear() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
clear() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
clear() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
clear() - 类 中的方法org.apache.dubbo.common.lang.ShutdownHookCallbacks
 
clear() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
clear() - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Removes all of the elements from this set.
clear() - 类 中的静态方法org.apache.dubbo.common.utils.DubboAppender
 
clear() - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
clear() - 类 中的方法org.apache.dubbo.common.utils.Stack
clear stack.
clear() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
clear() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
clear() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer to 0.
clear() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
clear() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
clear() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
clear() - 类 中的方法org.apache.dubbo.rpc.AttachmentsAdapter.ObjectToStringMap
 
clear() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
clear() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
clear() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
clearAfterEachInvoke(boolean) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
clearArgs() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
clearArgTypes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
clearAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
clearAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
clearAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
 
clearCertChain() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
clearContexts() - 类 中的静态方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
clearCsr() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
PEM-encoded certificate request.
clearData() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
bytes data = 2;
clearField(Descriptors.FieldDescriptor) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
clearField(Descriptors.FieldDescriptor) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
clearMetadata() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
clearParameters() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
clearParameters() - 类 中的方法org.apache.dubbo.common.URL
 
clearParameters() - 类 中的方法org.apache.dubbo.common.url.component.URLParam
remove all of the parameters in URLParam
clearParameters() - 类 中的方法org.apache.dubbo.common.URLBuilder
 
clearRegistryNotDestroy() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
clearSerializeType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
hessian4 json
clearSerializeType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string serializeType = 1;
ClearTelnetHandler - org.apache.dubbo.remoting.telnet.support.command中的类
ClearTelnetHandler
ClearTelnetHandler() - 类 的构造器org.apache.dubbo.remoting.telnet.support.command.ClearTelnetHandler
 
clearType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string type = 3;
clearValidityDuration() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
Optional: requested certificate validity period, in seconds.
client() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
client() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Client transport type, default value is "netty"
client() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Client transport type, default value is "netty"
client(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
client(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
client(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
client(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
client(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
Client - org.apache.dubbo.remoting中的接口
Remoting Client.
CLIENT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
CLIENT_CERT_DATA - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CLIENT_CERT_FILE - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CLIENT_ERROR - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
internal server error.
CLIENT_INTERCEPTORS - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
CLIENT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CLIENT_KEY_ALGO - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CLIENT_KEY_DATA - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CLIENT_KEY_FILE - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CLIENT_KEY_PASSPHRASE - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
CLIENT_LOGGER - 类 中的静态变量org.apache.dubbo.remoting.api.Http2WireProtocol
 
CLIENT_SIDE - 异常错误 中的静态变量org.apache.dubbo.remoting.TimeoutException
 
CLIENT_STREAM_KEY - 类 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
CLIENT_TIMEOUT - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
client side timeout.
ClientDelegate - org.apache.dubbo.remoting.transport中的类
ClientDelegate
ClientDelegate() - 类 的构造器org.apache.dubbo.remoting.transport.ClientDelegate
 
ClientDelegate(Client) - 类 的构造器org.apache.dubbo.remoting.transport.ClientDelegate
 
ClientInterceptor - org.apache.dubbo.rpc.protocol.grpc.interceptors中的接口
Adapt to the standard Dubbo SPI, so that we can leverage the advantages of Dubbo ExtensionLoader.
ClientStream - org.apache.dubbo.rpc.protocol.tri中的类
 
ClientTransportObserver - org.apache.dubbo.rpc.protocol.tri中的类
 
ClientTransportObserver(ChannelHandlerContext, AbstractClientStream, ChannelPromise) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.ClientTransportObserver
 
clone() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
clone() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
clone() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
clone() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
 
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingInput
Close the output.
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingOutput
Close the output.
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugInputStream
closes the stream.
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
closes the stream.
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
 
close() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
 
close() - 类 中的方法org.apache.dubbo.common.bytecode.CustomizedLoaderClassPath
Closes this class path.
close() - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
close() - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Close the configuration
close() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
close() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
close() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
close() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
close() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
close() - 类 中的方法org.apache.dubbo.remoting.api.Http2WireProtocol
 
close() - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServer
 
close() - 接口 中的方法org.apache.dubbo.remoting.api.WireProtocol
 
close() - 接口 中的方法org.apache.dubbo.remoting.Endpoint
close the channel.
close() - 类 中的静态方法org.apache.dubbo.remoting.exchange.PortUnificationExchanger
 
close() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
close() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
close() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
close() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
close() - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
close() - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
close() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
close() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
 
close() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboHttpProtocolServer
 
close() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.NettyRestProtocolServer
 
close() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2Protocol
 
close() - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
close(int) - 接口 中的方法org.apache.dubbo.remoting.Endpoint
Graceful close the channel.
close(int) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
graceful close.
close(int) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
close(int) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
close(int) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
close(int) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
close(int) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
close(int) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
close(int) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
close(int) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
close(int) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleServerConnectionHandler
 
CLOSE - 接口 中的静态变量org.apache.dubbo.qos.common.QosConstants
 
closeChannel(Channel) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
close a channel when a channel is inactive directly return the unfinished requests.
CloseTimerTask - org.apache.dubbo.remoting.exchange.support.header中的类
CloseTimerTask
CloseTimerTask(AbstractTimerTask.ChannelProvider, Long, int) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.CloseTimerTask
 
cluster() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
cluster() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
cluster() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking you can use ClusterRules.FAIL_FAST ……
cluster() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking you can use ClusterRules.FAIL_FAST ……
cluster() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking
cluster() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Cluster strategy, legal values include: failover, failfast, failsafe, failback, forking
cluster(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
cluster(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
cluster(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
Cluster - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
Cluster - org.apache.dubbo.rpc.cluster中的接口
Cluster.
CLUSTER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
CLUSTER_AVAILABLE_CHECK_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
To decide whether to exclude unavailable invoker from the cluster
CLUSTER_INTERCEPTOR_COMPATIBLE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CLUSTER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CLUSTER_STICKY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
To decide whether to enable sticky strategy for cluster
ClusterFilter - org.apache.dubbo.rpc.cluster.filter中的接口
 
ClusterFilterChainNode(TYPE, Invoker<T>, FILTER) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
ClusterInterceptor - org.apache.dubbo.rpc.cluster.interceptor中的接口
已过时。
ClusterInterceptor.Listener - org.apache.dubbo.rpc.cluster.interceptor中的接口
已过时。
 
ClusterInvoker<T> - org.apache.dubbo.rpc.cluster中的接口
This is the final Invoker type referenced by the RPC proxy on Consumer side.
ClusterRules - org.apache.dubbo.common.constants中的接口
constant for Cluster fault-tolerant mode
ClusterUtils - org.apache.dubbo.rpc.cluster.support中的类
ClusterUtils
Cmd - org.apache.dubbo.qos.command.annotation中的注释类型
Command
CmdbAdapter - org.apache.dubbo.common.infra.support中的类
 
CmdbAdapter() - 类 的构造器org.apache.dubbo.common.infra.support.CmdbAdapter
 
code - 类 中的变量org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
codec(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
codec(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
Codec - com.alibaba.dubbo.remoting中的接口
已过时。
Codec - org.apache.dubbo.remoting中的接口
已过时。
CODEC_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CODEC_VERSION_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
Codec2 - com.alibaba.dubbo.remoting中的接口
已过时。
Codec2 - org.apache.dubbo.remoting中的接口
 
Codec2.DecodeResult - org.apache.dubbo.remoting中的枚举
 
CodecAdapter - org.apache.dubbo.remoting.transport.codec中的类
 
CodecAdapter(Codec) - 类 的构造器org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
CodecSupport - org.apache.dubbo.remoting.transport中的类
 
collect(URL) - 接口 中的方法com.alibaba.dubbo.monitor.Monitor
已过时。
 
collect(URL) - 接口 中的方法com.alibaba.dubbo.monitor.Monitor
已过时。
 
collect(URL) - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitor
 
collect(URL) - 接口 中的方法org.apache.dubbo.monitor.MonitorService
Collect monitor data 1. support invocation count: count://host/interface?
CollectionDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a JDK 1.2 Collection.
CollectionDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
CollectionSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a JDK 1.2 Collection.
CollectionSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.CollectionSerializer
 
CollectionTypeBuilder - org.apache.dubbo.metadata.definition.builder中的类
2015/1/27.
CollectionTypeBuilder() - 类 的构造器org.apache.dubbo.metadata.definition.builder.CollectionTypeBuilder
 
CollectionUtils - org.apache.dubbo.common.utils中的类
Miscellaneous collection utility methods.
COLON - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
COLON - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
COLON_SEPARATOR - 类 中的静态变量org.apache.dubbo.common.BaseServiceMetadata
 
ColumnDefine() - 类 的构造器org.apache.dubbo.qos.textui.TTable.ColumnDefine
 
ColumnDefine(int) - 类 的构造器org.apache.dubbo.qos.textui.TTable.ColumnDefine
 
ColumnDefine(int, boolean, TTable.Align) - 类 的构造器org.apache.dubbo.qos.textui.TTable.ColumnDefine
 
ColumnDefine(int, TTable.Align) - 类 的构造器org.apache.dubbo.qos.textui.TTable.ColumnDefine
 
ColumnDefine(TTable.Align) - 类 的构造器org.apache.dubbo.qos.textui.TTable.ColumnDefine
 
com.alibaba.com.caucho.hessian - 程序包 com.alibaba.com.caucho.hessian
 
com.alibaba.com.caucho.hessian.io - 程序包 com.alibaba.com.caucho.hessian.io
 
com.alibaba.com.caucho.hessian.io.java8 - 程序包 com.alibaba.com.caucho.hessian.io.java8
 
com.alibaba.com.caucho.hessian.security - 程序包 com.alibaba.com.caucho.hessian.security
 
com.alibaba.com.caucho.hessian.util - 程序包 com.alibaba.com.caucho.hessian.util
 
com.alibaba.dubbo.cache - 程序包 com.alibaba.dubbo.cache
 
com.alibaba.dubbo.cache.support - 程序包 com.alibaba.dubbo.cache.support
 
com.alibaba.dubbo.common - 程序包 com.alibaba.dubbo.common
 
com.alibaba.dubbo.common.compiler - 程序包 com.alibaba.dubbo.common.compiler
 
com.alibaba.dubbo.common.extension - 程序包 com.alibaba.dubbo.common.extension
 
com.alibaba.dubbo.common.logger - 程序包 com.alibaba.dubbo.common.logger
 
com.alibaba.dubbo.common.serialize - 程序包 com.alibaba.dubbo.common.serialize
 
com.alibaba.dubbo.common.status - 程序包 com.alibaba.dubbo.common.status
 
com.alibaba.dubbo.common.store - 程序包 com.alibaba.dubbo.common.store
 
com.alibaba.dubbo.common.threadpool - 程序包 com.alibaba.dubbo.common.threadpool
 
com.alibaba.dubbo.common.utils - 程序包 com.alibaba.dubbo.common.utils
 
com.alibaba.dubbo.config - 程序包 com.alibaba.dubbo.config
 
com.alibaba.dubbo.config.annotation - 程序包 com.alibaba.dubbo.config.annotation
 
com.alibaba.dubbo.config.spring.context.annotation - 程序包 com.alibaba.dubbo.config.spring.context.annotation
 
com.alibaba.dubbo.container - 程序包 com.alibaba.dubbo.container
 
com.alibaba.dubbo.monitor - 程序包 com.alibaba.dubbo.monitor
 
com.alibaba.dubbo.qos.command - 程序包 com.alibaba.dubbo.qos.command
 
com.alibaba.dubbo.registry - 程序包 com.alibaba.dubbo.registry
 
com.alibaba.dubbo.registry.support - 程序包 com.alibaba.dubbo.registry.support
 
com.alibaba.dubbo.remoting - 程序包 com.alibaba.dubbo.remoting
 
com.alibaba.dubbo.remoting.exchange - 程序包 com.alibaba.dubbo.remoting.exchange
 
com.alibaba.dubbo.remoting.http - 程序包 com.alibaba.dubbo.remoting.http
 
com.alibaba.dubbo.remoting.telnet - 程序包 com.alibaba.dubbo.remoting.telnet
 
com.alibaba.dubbo.remoting.zookeeper - 程序包 com.alibaba.dubbo.remoting.zookeeper
 
com.alibaba.dubbo.rpc - 程序包 com.alibaba.dubbo.rpc
 
com.alibaba.dubbo.rpc.cluster - 程序包 com.alibaba.dubbo.rpc.cluster
 
com.alibaba.dubbo.rpc.cluster.loadbalance - 程序包 com.alibaba.dubbo.rpc.cluster.loadbalance
 
com.alibaba.dubbo.rpc.protocol.dubbo - 程序包 com.alibaba.dubbo.rpc.protocol.dubbo
 
com.alibaba.dubbo.rpc.protocol.rest.support - 程序包 com.alibaba.dubbo.rpc.protocol.rest.support
 
com.alibaba.dubbo.rpc.service - 程序包 com.alibaba.dubbo.rpc.service
 
com.alibaba.dubbo.rpc.support - 程序包 com.alibaba.dubbo.rpc.support
 
com.alibaba.dubbo.validation - 程序包 com.alibaba.dubbo.validation
 
COMMA - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
COMMA - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
COMMA_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
COMMA_SEPARATOR_CHAR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
COMMA_SPLIT_PATTERN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CommandContext - com.alibaba.dubbo.qos.command中的类
已过时。
CommandContext - org.apache.dubbo.qos.command中的类
 
CommandContext(String) - 类 的构造器com.alibaba.dubbo.qos.command.CommandContext
已过时。
 
CommandContext(String) - 类 的构造器org.apache.dubbo.qos.command.CommandContext
 
CommandContext(String, String[], boolean) - 类 的构造器com.alibaba.dubbo.qos.command.CommandContext
已过时。
 
CommandContext(String, String[], boolean) - 类 的构造器org.apache.dubbo.qos.command.CommandContext
 
CommandContext(CommandContext) - 类 的构造器com.alibaba.dubbo.qos.command.CommandContext
已过时。
 
CommandContextFactory - org.apache.dubbo.qos.command中的类
 
CommandContextFactory() - 类 的构造器org.apache.dubbo.qos.command.CommandContextFactory
 
CommandExecutor - org.apache.dubbo.qos.command中的接口
 
CommandHelper - org.apache.dubbo.qos.command.util中的类
 
CommonConstants - org.apache.dubbo.common.constants中的接口
 
COMPACTED_JAVA_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
CompactedJavaSerialization - org.apache.dubbo.common.serialize.java中的类
Compacted java serialization implementation
CompactedJavaSerialization() - 类 的构造器org.apache.dubbo.common.serialize.java.CompactedJavaSerialization
 
CompactedObjectInputStream - org.apache.dubbo.common.serialize.java中的类
Compacted java object input implementation
CompactedObjectInputStream(InputStream) - 类 的构造器org.apache.dubbo.common.serialize.java.CompactedObjectInputStream
 
CompactedObjectInputStream(InputStream, ClassLoader) - 类 的构造器org.apache.dubbo.common.serialize.java.CompactedObjectInputStream
 
CompactedObjectOutputStream - org.apache.dubbo.common.serialize.java中的类
Compacted java object output implementation
CompactedObjectOutputStream(OutputStream) - 类 的构造器org.apache.dubbo.common.serialize.java.CompactedObjectOutputStream
 
COMPARATOR - 类 中的静态变量org.apache.dubbo.common.extension.support.ActivateComparator
 
COMPARATOR - 类 中的静态变量org.apache.dubbo.common.extension.support.WrapperComparator
 
COMPARATOR - 接口 中的静态变量org.apache.dubbo.common.lang.Prioritized
compare(CharSequence, CharSequence) - 类 中的方法org.apache.dubbo.common.utils.CharSequenceComparator
 
compare(Class, Class) - 类 中的方法org.apache.dubbo.common.extension.support.ActivateComparator
 
compare(Object, Object) - 类 中的方法org.apache.dubbo.common.extension.support.WrapperComparator
 
compare(Method, Method) - 类 中的方法org.apache.dubbo.common.utils.MethodComparator
 
compare(String, String) - 类 中的静态方法org.apache.dubbo.common.Version
Compare versions
compare(ChannelBuffer, ChannelBuffer) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
compareAndSet(int, int) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
compareTo(Router) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
compareTo(Prioritized) - 接口 中的方法org.apache.dubbo.common.lang.Prioritized
 
compareTo(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
compareTo(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
compareTo(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
compareTo(Configurator) - 接口 中的方法org.apache.dubbo.rpc.cluster.Configurator
Sort by host, then by priority 1. the url with a specific host ip should have higher priority than 0.0.0.0 2. if two url has the same host, compare by priority value;
compareTo(Router) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
compareTo(Router) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
 
compareTo(StateRouter) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
compareTo(TimeoutCountDown) - 类 中的方法org.apache.dubbo.rpc.TimeoutCountDown
 
COMPATIBLE_CONFIG_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
CompatibleExporter(Exporter<T>) - 类 的构造器com.alibaba.dubbo.rpc.Exporter.CompatibleExporter
已过时。
 
CompatibleFilter - org.apache.dubbo.rpc.filter中的类
CompatibleFilter make the remote method's return value compatible to invoker's version of object.
CompatibleFilter() - 类 的构造器org.apache.dubbo.rpc.filter.CompatibleFilter
 
CompatibleInvocation(Invocation) - 类 的构造器com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
CompatibleInvoker(Invoker<T>) - 类 的构造器com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
CompatibleNotifyListener(NotifyListener) - 类 的构造器com.alibaba.dubbo.registry.NotifyListener.CompatibleNotifyListener
已过时。
 
CompatibleResult(Result) - 类 的构造器com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
compatibleTypeConvert(Object, Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.CompatibleTypeUtils
Compatible type convert.
CompatibleTypeUtils - org.apache.dubbo.common.utils中的类
 
compile(String, ClassLoader) - 接口 中的方法org.apache.dubbo.common.compiler.Compiler
Compile java source code.
compile(String, ClassLoader) - 类 中的方法org.apache.dubbo.common.compiler.support.AbstractCompiler
 
compile(String, ClassLoader) - 类 中的方法org.apache.dubbo.common.compiler.support.AdaptiveCompiler
 
compiler(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
Compiler - com.alibaba.dubbo.common.compiler中的接口
已过时。
Compiler - org.apache.dubbo.common.compiler中的接口
Compiler.
completeCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Completes reading the call
completeCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Completes the method call:
completeCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Completes reading the call
completeCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Completes.
completeCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Completes reading the call
completeCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Completes.
completeEnvelope() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Completes reading the envelope
completeEnvelope() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Completes an envelope.
completeMessage() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Completes reading the message
completeMessage() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Completes reading the message
completeReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Completes reading the call
completeReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
completeReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Completes reading the call
completeReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Completes reading the reply
completeReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Completes reading the call
completeReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Completes reading the reply
completeValueReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Completes reading the call
completeValueReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Completes reading the call
COMPOSITE - org.apache.dubbo.metadata.MetadataServiceType
The composite type of MetadataService
COMPOSITE_METADATA_STORAGE_TYPE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
The composite metadata storage type includes "local" and "remote".
CompositeConfiguration - org.apache.dubbo.common.config中的类
This is an abstraction specially customized for the sequence Dubbo retrieves properties.
CompositeConfiguration() - 类 的构造器org.apache.dubbo.common.config.CompositeConfiguration
 
CompositeConfiguration(Configuration...) - 类 的构造器org.apache.dubbo.common.config.CompositeConfiguration
 
CompositeDynamicConfiguration - org.apache.dubbo.common.config.configcenter.wrapper中的类
support multiple config center, simply iterating each concrete config center.
CompositeDynamicConfiguration() - 类 的构造器org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
computeKey(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
CONCURRENT - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
ConcurrentHashSet<E> - org.apache.dubbo.common.utils中的类
 
ConcurrentHashSet() - 类 的构造器org.apache.dubbo.common.utils.ConcurrentHashSet
 
ConcurrentHashSet(int) - 类 的构造器org.apache.dubbo.common.utils.ConcurrentHashSet
 
CONDITION_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
ConditionRouter - org.apache.dubbo.rpc.cluster.router.condition中的类
ConditionRouter It supports the conditional routing configured by "override://", in 2.6.x, refer to https://dubbo.apache.org/en/docs/v2.7/user/examples/routing-rule/ .
ConditionRouter(String, boolean, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
ConditionRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
ConditionRouterFactory - org.apache.dubbo.rpc.cluster.router.condition中的类
ConditionRouterFactory Load when "override://" is configured ConditionRouter
ConditionRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionRouterFactory
 
ConditionRouterRule - org.apache.dubbo.rpc.cluster.router.condition.config.model中的类
 
ConditionRouterRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
ConditionRuleParser - org.apache.dubbo.rpc.cluster.router.condition.config.model中的类
%YAML1.2 scope: application runtime: true force: false conditions: - > method!
ConditionRuleParser() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRuleParser
 
CONFIG_APP_CONFIGFILE_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
CONFIG_BASE_PATH_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
The parameter name of URL for the config base path
CONFIG_CENTER_DIR_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
CONFIG_CENTER_ENCODING_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
CONFIG_CHECK_KEY - 接口 中的静态变量org.apache.dubbo.common.config.configcenter.Constants
已过时。
 
CONFIG_CLUSTER_KEY - 接口 中的静态变量org.apache.dubbo.common.config.configcenter.Constants
已过时。
 
CONFIG_CONFIGFILE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CONFIG_CONFIGFILE_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
CONFIG_ENABLE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CONFIG_ENABLE_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
CONFIG_GROUP_KEY - 接口 中的静态变量org.apache.dubbo.common.config.configcenter.Constants
已过时。
 
CONFIG_MAPPING_TYPE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CONFIG_NAMESPACE_KEY - 接口 中的静态变量org.apache.dubbo.common.config.configcenter.Constants
已过时。
 
CONFIG_NAMESPACE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CONFIG_ROOT_PATH_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
The parameter name of URL for the config root path
CONFIG_VERSION_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
configCenter(ConfigCenterConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
configCenter(ConfigCenterConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
ConfigCenterBean - org.apache.dubbo.config.spring中的类
Start from 2.7.0+, export and refer will only be executed when Spring is fully initialized, and each Config bean will get refreshed on the start of the export and refer process.
ConfigCenterBean() - 类 的构造器org.apache.dubbo.config.spring.ConfigCenterBean
 
ConfigCenterBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ConfigCenterConfig.
ConfigCenterBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
ConfigCenterConfig - org.apache.dubbo.config中的类
ConfigCenterConfig
ConfigCenterConfig() - 类 的构造器org.apache.dubbo.config.ConfigCenterConfig
 
configCenters(List<ConfigCenterConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
ConfigChangedEvent - org.apache.dubbo.common.config.configcenter中的类
An event raised when the config changed, immutable.
ConfigChangedEvent(String, String, String) - 类 的构造器org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
ConfigChangedEvent(String, String, String, ConfigChangeType) - 类 的构造器org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
ConfigChangeType - org.apache.dubbo.common.config.configcenter中的枚举
Config change event type
configClientPipeline(ChannelPipeline, SslContext) - 接口 中的方法org.apache.dubbo.remoting.api.WireProtocol
 
configClientPipeline(ChannelPipeline, SslContext) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2Protocol
 
ConfigConfigurationAdapter - org.apache.dubbo.config.context中的类
This class receives an AbstractConfig and exposes its attributes through Configuration
ConfigConfigurationAdapter(AbstractConfig, String) - 类 的构造器org.apache.dubbo.config.context.ConfigConfigurationAdapter
 
configFile(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
configFile(String, String) - 类 中的方法org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
ConfigInitializer - org.apache.dubbo.config中的接口
Dynamically add some parameters / check config
ConfigItem - org.apache.dubbo.common.config.configcenter中的类
Hold content and version information
ConfigItem - org.apache.dubbo.rpc.cluster.configurator.parser.model中的类
 
ConfigItem() - 类 的构造器org.apache.dubbo.common.config.configcenter.ConfigItem
 
ConfigItem() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
ConfigItem(String, Object) - 类 的构造器org.apache.dubbo.common.config.configcenter.ConfigItem
 
ConfigManager - org.apache.dubbo.config.context中的类
 
ConfigManager() - 类 的构造器org.apache.dubbo.config.context.ConfigManager
 
ConfigMode - org.apache.dubbo.config.context中的枚举
Config processing mode for unique config type, e.g.
ConfigParser - org.apache.dubbo.rpc.cluster.configurator.parser中的类
Config parser
ConfigParser() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.parser.ConfigParser
 
ConfigPostProcessor - org.apache.dubbo.config中的接口
2019/12/30
configServerPipeline(ChannelPipeline, SslContext) - 接口 中的方法org.apache.dubbo.remoting.api.WireProtocol
 
configServerPipeline(ChannelPipeline, SslContext) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2Protocol
 
ConfigurableMetadataServiceExporter - org.apache.dubbo.config.metadata中的类
ConfigurableMetadataServiceExporter(MetadataService) - 类 的构造器org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter
 
ConfigurableSourceBeanMetadataElement - org.apache.dubbo.config.spring.beans.factory.config中的接口
Configurable the source for BeanMetadataElement
Configuration - org.apache.dubbo.common.config中的接口
Configuration interface, to fetch the value for the specified key.
ConfigurationListener - org.apache.dubbo.common.config.configcenter中的接口
Config listener, will get notified when the config it listens on changes.
ConfigurationUtils - org.apache.dubbo.common.config中的类
Utilities for manipulating configurations from different sources
ConfigurationUtils() - 类 的构造器org.apache.dubbo.common.config.ConfigurationUtils
 
Configurator - org.apache.dubbo.rpc.cluster中的接口
Configurator.
CONFIGURATOR - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
ConfiguratorConfig - org.apache.dubbo.rpc.cluster.configurator.parser.model中的类
 
ConfiguratorConfig() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
ConfiguratorFactory - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
ConfiguratorFactory - org.apache.dubbo.rpc.cluster中的接口
ConfiguratorFactory.
CONFIGURATORS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
CONFIGURATORS_SUFFIX - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
configure(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator
 
configure(URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.Configurator
Configure the provider url.
configureCallOptions(CallOptions, URL) - 接口 中的方法org.apache.dubbo.rpc.protocol.grpc.interceptors.GrpcConfigurator
 
configureChannelBuilder(NettyChannelBuilder, URL) - 接口 中的方法org.apache.dubbo.rpc.protocol.grpc.interceptors.GrpcConfigurator
 
configureServerBuilder(NettyServerBuilder, URL) - 接口 中的方法org.apache.dubbo.rpc.protocol.grpc.interceptors.GrpcConfigurator
 
ConfigUtils - org.apache.dubbo.common.utils中的类
 
ConfigValidationUtils - org.apache.dubbo.config.utils中的类
 
ConfigValidationUtils() - 类 的构造器org.apache.dubbo.config.utils.ConfigValidationUtils
 
connect() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
connect(String) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(String, ChannelHandler...) - 类 中的静态方法org.apache.dubbo.remoting.Transporters
 
connect(String, ChannelHandler, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(String, ExchangeHandler) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(String, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL) - 接口 中的方法org.apache.dubbo.remoting.api.ConnectionManager
 
connect(URL) - 类 中的方法org.apache.dubbo.remoting.api.MultiplexProtocolConnectionManager
 
connect(URL) - 类 中的方法org.apache.dubbo.remoting.api.SingleProtocolConnectionManager
 
connect(URL) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperTransporter
share connnect for registry, metadata, etc..
connect(URL) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
 
connect(URL, ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyTransporter
 
connect(URL, ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyTransporter
 
connect(URL, ChannelHandler) - 接口 中的方法org.apache.dubbo.remoting.Transporter
Connect to a server.
connect(URL, ChannelHandler...) - 类 中的静态方法org.apache.dubbo.remoting.Transporters
 
connect(URL, ChannelHandler, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL, ExchangeHandler) - 接口 中的方法org.apache.dubbo.remoting.exchange.Exchanger
connect.
connect(URL, ExchangeHandler) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL, ExchangeHandler) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
connect(URL, Replier<?>) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
CONNECT_QUEUE_CAPACITY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CONNECT_QUEUE_WARNING_SIZE - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
CONNECT_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
connected(Channel) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
connected(Channel) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
connected(Channel) - 接口 中的方法org.apache.dubbo.remoting.ChannelHandler
on channel connected.
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
connected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
CONNECTED - org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
CONNECTED
CONNECTED - 接口 中的静态变量org.apache.dubbo.remoting.zookeeper.StateListener
 
connection(Connection) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
Connection - org.apache.dubbo.remoting.api中的类
 
Connection(URL) - 类 的构造器org.apache.dubbo.remoting.api.Connection
 
CONNECTION - 类 中的静态变量org.apache.dubbo.remoting.api.Connection
 
CONNECTION_LOST - org.apache.dubbo.remoting.zookeeper.EventType
 
CONNECTION_RECONNECTED - org.apache.dubbo.remoting.zookeeper.EventType
 
CONNECTION_SUSPENDED - org.apache.dubbo.remoting.zookeeper.EventType
 
CONNECTION_TIMEOUT - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
ConnectionHandler - org.apache.dubbo.remoting.api中的类
 
ConnectionHandler(Connection) - 类 的构造器org.apache.dubbo.remoting.api.ConnectionHandler
 
ConnectionManager - org.apache.dubbo.remoting.api中的接口
 
ConnectionOrderedChannelHandler - org.apache.dubbo.remoting.transport.dispatcher.connection中的类
 
ConnectionOrderedChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
ConnectionOrderedDispatcher - org.apache.dubbo.remoting.transport.dispatcher.connection中的类
connect disconnect ensure the order
ConnectionOrderedDispatcher() - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
 
ConnectionPoolSettings - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
ConnectionPoolSettings() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.ConnectionPoolSettings
 
connections() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
connections() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
connections() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Maximum connections service provider can accept, default value is 0 - connection is shared
connections() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Maximum connections service provider can accept, default value is 0 - connection is shared
connections() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Maximum connections service provider can accept, default value is 0 - connection is shared
connections() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Maximum connections service provider can accept, default value is 0 - connection is shared
connections(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
CONNECTIONS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
CONNECTIONS_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
connectSync() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
CONSISTENT_HASH - 接口 中的静态变量org.apache.dubbo.common.constants.LoadbalanceRules
Consistent Hash, requests with the same parameters are always sent to the same provider.
ConsistentHashLB - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance中的类
 
ConsistentHashLB() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.ConsistentHashLB
 
ConsistentHashLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
ConsistentHashLoadBalance
ConsistentHashLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
 
Constants - com.alibaba.dubbo.common中的类
已过时。
Constants - org.apache.dubbo.auth中的接口
 
Constants - org.apache.dubbo.common.config.configcenter中的接口
已过时。
Constants - org.apache.dubbo.common.serialize中的接口
 
Constants - org.apache.dubbo.config中的接口
 
Constants - org.apache.dubbo.config.spring中的接口
Constants of dubbo spring config
Constants - org.apache.dubbo.metadata.report.support中的接口
 
Constants - org.apache.dubbo.monitor中的接口
 
Constants - org.apache.dubbo.registry中的接口
 
Constants - org.apache.dubbo.remoting中的接口
 
Constants - org.apache.dubbo.rpc.cluster中的接口
 
Constants - org.apache.dubbo.rpc中的接口
 
Constants - org.apache.dubbo.rpc.protocol.dubbo中的接口
 
Constants - org.apache.dubbo.rpc.protocol.rest中的接口
 
Constants() - 类 的构造器com.alibaba.dubbo.common.Constants
已过时。
 
constructMethodConfig(Method[]) - 类 中的静态方法org.apache.dubbo.config.MethodConfig
已过时。
consumer() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
consumer() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Consumer associated name
consumer() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Consumer associated name
consumer(String, Consumer<ConsumerBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
consumer(Consumer<ConsumerBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
consumer(ConsumerConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
consumer(ConsumerConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
CONSUMER - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CONSUMER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
CONSUMER - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
CONSUMER_APP_NAME_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
CONSUMER_META_DATA_STORE_TAG - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
CONSUMER_MODEL - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
CONSUMER_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
CONSUMER_SIDE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
CONSUMER_URL_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ConsumerBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ConsumerConfig.
ConsumerBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
ConsumerConfig - com.alibaba.dubbo.config中的类
已过时。
ConsumerConfig - org.apache.dubbo.config中的类
The service consumer default configuration
ConsumerConfig() - 类 的构造器com.alibaba.dubbo.config.ConsumerConfig
已过时。
 
ConsumerConfig() - 类 的构造器org.apache.dubbo.config.ConsumerConfig
 
ConsumerContextFilter - org.apache.dubbo.rpc.cluster.filter.support中的类
ConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port for consumer invoker.It does it to make the requires info available to execution thread's RpcContext.
ConsumerContextFilter() - 类 的构造器org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
consumerKey(URL) - 类 中的方法org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
consumerKey(URL) - 接口 中的方法org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
ConsumerMethodModel - org.apache.dubbo.rpc.model中的类
已过时。
ConsumerMethodModel(Method) - 类 的构造器org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
ConsumerModel - org.apache.dubbo.rpc.model中的类
This model is bound to your reference's configuration, for example, group, version or method level configuration.
ConsumerModel(String, Object, ServiceDescriptor, ReferenceConfigBase<?>) - 类 的构造器org.apache.dubbo.rpc.model.ConsumerModel
This constructor create an instance of ConsumerModel and passed objects should not be null.
ConsumerModel(String, Object, ServiceDescriptor, ReferenceConfigBase<?>, ServiceMetadata) - 类 的构造器org.apache.dubbo.rpc.model.ConsumerModel
 
consumers(List<ConsumerConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
CONSUMERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ConsumerSignFilter - org.apache.dubbo.auth.filter中的类
The ConsumerSignFilter
ConsumerSignFilter() - 类 的构造器org.apache.dubbo.auth.filter.ConsumerSignFilter
 
CONSUMES_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @Consumes
Container - com.alibaba.dubbo.container中的接口
已过时。
contains(CharSequence) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
contains(CharSequence) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.Http2HeaderMeta
 
contains(CharSequence) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Metadata
 
contains(Object) - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Returns true if this set contains the specified element.
contains(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
contains(String) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
contains key.
contains(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
contains(String[], String) - 类 中的静态方法org.apache.dubbo.common.utils.ArrayUtils
 
containsAll(Collection<?>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
containsKey(Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
containsKey(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
containsKey(Object) - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
containsKey(String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
Check if the configuration contains the specified key.
containsProperty(Object) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
containsValue(Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
containsValue(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
CONTENT_PROTO - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
CONTENT_TYPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
ContentType - com.alibaba.dubbo.rpc.protocol.rest.support中的类
已过时。
ContentType - org.apache.dubbo.rpc.protocol.rest.support中的类
 
ContentType() - 类 的构造器com.alibaba.dubbo.rpc.protocol.rest.support.ContentType
已过时。
 
ContentType() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
contextDestroyed(ServletContextEvent) - 类 中的方法org.apache.dubbo.config.spring.context.DubboBootstrapServletContextListener
 
ContextFilter - org.apache.dubbo.rpc.filter中的类
ContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for current execution thread.
ContextFilter() - 类 的构造器org.apache.dubbo.rpc.filter.ContextFilter
 
contextInitialized(ServletContextEvent) - 类 中的方法org.apache.dubbo.config.spring.context.DubboBootstrapServletContextListener
 
contextpath(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
contextPath(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
CONTEXTPATH_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
CONTROLLER_ANNOTATION_CLASS - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The class of @Controller
CONTROLLER_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The annotation class name of @Controller
convert(URL, Object) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.RuleConverter
已过时。
 
convert(Class<T>, String, T) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToBooleanConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToCharacterConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToCharArrayConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToDoubleConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToFloatConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToIntegerConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToLongConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToOptionalConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToShortConverter
 
convert(String) - 类 中的方法org.apache.dubbo.common.convert.StringToStringConverter
 
convert(String[], int, Class<?>, Class<?>) - 类 中的方法org.apache.dubbo.common.convert.multiple.StringToArrayConverter
 
convert(String[], int, Class<?>, Class<?>) - 类 中的方法org.apache.dubbo.common.convert.multiple.StringToIterableConverter
 
convert(String[], int, Class<?>, Class<?>) - 接口 中的方法org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
Convert the segments to multiple value object
convert(String, Class<?>, Class<?>) - 接口 中的方法org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
 
convert(URL, Object) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.RuleConverter
已过时。
 
convert(URL, Object) - 接口 中的方法org.apache.dubbo.rpc.cluster.RuleConverter
 
convert(S) - 接口 中的方法org.apache.dubbo.common.convert.Converter
Convert the source-typed value to the target-typed value
convert(S, Class<?>, Class<?>) - 接口 中的方法org.apache.dubbo.common.convert.multiple.MultiValueConverter
Convert the source to be the multiple value
Converter<S,​T> - org.apache.dubbo.common.convert中的接口
A class to convert the source-typed value to the target-typed value
convertHessianFromWrapper(String) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
convertHessianToWrapper(String) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
convertIfPossible(Object, Class<?>, Class<?>) - 接口 中的静态方法org.apache.dubbo.common.convert.multiple.MultiValueConverter
 
convertIfPossible(Object, Class<T>) - 接口 中的静态方法org.apache.dubbo.common.convert.Converter
Convert the value of source to target-type value if possible
convertPrimitive(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
convertPrimitive(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
 
convertPropertyValues(MutablePropertyValues) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
Convert to raw props, without parsing nested config objects
convertReferenceProps(Map<String, Object>, Class) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
convertRegister(Map<String, Map<String, String>>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
convertRegister(Map<String, Map<String, String>>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
convertStringArrayToMap(String[]) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceCreator
 
convertSubscribe(Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
convertSubscribe(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
convertToSplitName(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Convert camelCase or snake_case/SNAKE_CASE to kebab-case
copy() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
copy() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns a copy of this buffer's readable bytes.
copy() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
copy() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
copy() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
copy(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
copy(int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns a copy of this buffer's sub-region.
copy(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
copy(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
copy(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
copy(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
copy(DefaultServiceInstance.Endpoint) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
copyOf(byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
byte array copy.
CORE_THREADS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
corethreads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
coreThreads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
COUNT_PROTOCOL - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
CountTelnetHandler - org.apache.dubbo.qos.legacy中的类
CountTelnetHandler
CountTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.CountTelnetHandler
 
create() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.CalendarSerializer
 
create() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.EnumerationDeserializer
 
create() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.EnumerationSerializer
 
create() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.IteratorSerializer
 
create() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.LocaleSerializer
 
create() - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
create(Class<?>, Environment) - 类 中的静态方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
create(Class<T>) - 类 中的静态方法com.alibaba.com.caucho.hessian.io.java8.Java8TimeSerializer
 
create(String, boolean) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
create(String, boolean) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
create(String, String, boolean) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
create(String, String, boolean) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
create(Map<String, Object>, ApplicationContext) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceCreator
 
create(URL) - 类 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Create an instance of ServiceDiscoveryRegistry if supported
create(Reference, Class<?>, Environment) - 类 中的静态方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
create(Service, Class<?>, Environment) - 类 中的静态方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
create(AnnotationAttributes, Class<?>, Environment) - 类 中的静态方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
createCert(URL) - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioCitadelCertificateSigner
 
createCertificate(Ca.IstioCertificateRequest) - 类 中的方法istio.v1.auth.IstioCertificateServiceGrpc.IstioCertificateServiceBlockingStub
Using provided CSR, returns a signed certificate.
createCertificate(Ca.IstioCertificateRequest) - 类 中的方法istio.v1.auth.IstioCertificateServiceGrpc.IstioCertificateServiceFutureStub
Using provided CSR, returns a signed certificate.
createCertificate(Ca.IstioCertificateRequest, StreamObserver<Ca.IstioCertificateResponse>) - 类 中的方法istio.v1.auth.IstioCertificateServiceGrpc.IstioCertificateServiceImplBase
Using provided CSR, returns a signed certificate.
createCertificate(Ca.IstioCertificateRequest, StreamObserver<Ca.IstioCertificateResponse>) - 类 中的方法istio.v1.auth.IstioCertificateServiceGrpc.IstioCertificateServiceStub
Using provided CSR, returns a signed certificate.
createConsumptionReport(String, String, String, String) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
createDeltaDiscoveryRequest(StreamObserver<DiscoveryResponse>) - 类 中的方法org.apache.dubbo.registry.xds.util.XdsChannel
 
createDeltaDiscoveryRequestV2(StreamObserver<DiscoveryResponse>) - 类 中的方法org.apache.dubbo.registry.xds.util.XdsChannel
 
createEphemeral(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
createExecutorIfAbsent(URL) - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
Get called when the server or client instance initiating.
createExecutorIfAbsent(URL) - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Called by both Client and Server.
createFromArray(Object...) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
createFromCollection(Collection) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
createKubernetesConfig(URL) - 类 中的静态方法org.apache.dubbo.registry.kubernetes.util.KubernetesConfigUtils
 
createListener(Set<String>) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
createListener(Set<String>) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
createMetadataReport(URL) - 类 中的方法org.apache.dubbo.metadata.store.redis.RedisMetadataReportFactory
 
createMetadataReport(URL) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportFactory
 
createMigrationStepReport(String, String, String, String, String, String) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
createNamingService(URL) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosNamingServiceUtils
Create an instance of NamingService from specified connection url
createOrUpdate(String, String, boolean, int) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
createOrUpdate(String, String, boolean, int) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
createPersistent(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
createRegistrationReport(String) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
createRegistry(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistryFactory
 
createRegistry(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
createSerializerFactory() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.dubbo.WhitelistHessian2FactoryInitializer
 
createServer(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
createTargetChildListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
createZookeeperClient(URL) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter
 
CSR_FIELD_NUMBER - 类 中的静态变量istio.v1.auth.Ca.IstioCertificateRequest
 
CtClassBuilder - org.apache.dubbo.common.compiler.support中的类
CtClassBuilder is builder for CtClass
CtClassBuilder() - 类 的构造器org.apache.dubbo.common.compiler.support.CtClassBuilder
 
CuratorFrameworkParams - org.apache.dubbo.registry.zookeeper.util中的枚举
The enumeration for the parameters of CuratorFramework
CuratorFrameworkUtils - org.apache.dubbo.registry.zookeeper.util中的类
Curator Framework Utilities Class
CuratorFrameworkUtils() - 类 的构造器org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
CuratorZookeeperClient - org.apache.dubbo.remoting.zookeeper.curator中的类
 
CuratorZookeeperClient(URL) - 类 的构造器org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
CuratorZookeeperTransporter - org.apache.dubbo.remoting.zookeeper.curator中的类
 
CuratorZookeeperTransporter() - 类 的构造器org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter
 
CurrentTelnetHandler - org.apache.dubbo.qos.legacy中的类
CurrentServiceTelnetHandler
CurrentTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.CurrentTelnetHandler
 
CUSTOM_MESSAGE_PACK_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
customize(String, Object) - 接口 中的方法org.apache.dubbo.config.spring.context.config.DubboConfigBeanCustomizer
 
customize(String, AbstractConfig) - 接口 中的方法org.apache.dubbo.config.spring.context.config.DubboConfigBeanCustomizer
customize(String, AbstractConfig) - 类 中的方法org.apache.dubbo.config.spring.context.config.NamePropertyDefaultValueDubboConfigBeanCustomizer
已过时。
 
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.config.metadata.ServiceInstanceHostPortCustomizer
 
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceURLParamsMetadataCustomizer
 
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
 
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
 
customize(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstanceCustomizer
CustomizedLoaderClassPath - org.apache.dubbo.common.bytecode中的类
A class search-path representing a class loader.
CustomizedLoaderClassPath(ClassLoader) - 类 的构造器org.apache.dubbo.common.bytecode.CustomizedLoaderClassPath
Creates a search path representing a class loader.
customizeInstance(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
CYCLE_REPORT_KEY - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
cycleReport(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 

D

D_REGISTRY_SPLIT_PATTERN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DATA_FIELD_NUMBER - 类 中的静态变量org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
dataChanged(String, Object, EventType) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.CacheListener
 
dataChanged(String, Object, EventType) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.DataListener
 
DataInput - org.apache.dubbo.common.serialize中的接口
Basic data type input interface.
DataListener - org.apache.dubbo.remoting.zookeeper中的接口
2019-02-26
DataOutput - org.apache.dubbo.common.serialize中的接口
Basic data type output interface.
DataSourceStatusChecker - org.apache.dubbo.config.spring.status中的类
DataSourceStatusChecker
DataSourceStatusChecker() - 类 的构造器org.apache.dubbo.config.spring.status.DataSourceStatusChecker
 
DataStore - com.alibaba.dubbo.common.store中的接口
已过时。
DataStore - org.apache.dubbo.common.store中的接口
 
DATE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
DATE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
debug(String) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
debug(String) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
debug(String) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
debug(String) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
debug(String) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with debug log level.
debug(String) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
debug(String) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
debug(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
debug(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
debug(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
debug(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
debug(String, Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with debug log level.
debug(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
debug(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
debug(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
debug(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
debug(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
debug(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
debug(Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with debug log level.
debug(Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
debug(Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
debug(Logger, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
debug(Logger, String, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
debug(Logger, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
DEBUG - org.apache.dubbo.common.logger.Level
DEBUG
decode() - 接口 中的方法org.apache.dubbo.remoting.Decodeable
 
decode() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation
 
decode() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult
 
decode(HttpRequest) - 类 中的静态方法org.apache.dubbo.qos.command.decoder.HttpCommandDecoder
 
decode(String) - 类 中的静态方法com.alibaba.dubbo.common.URL
已过时。
 
decode(String) - 类 中的静态方法org.apache.dubbo.common.URL
 
decode(String) - 类 中的静态方法org.apache.dubbo.qos.command.decoder.TelnetCommandDecoder
 
decode(Channel, InputStream) - 接口 中的方法org.apache.dubbo.remoting.Codec
已过时。
Decode message.
decode(Channel, InputStream) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation
 
decode(Channel, InputStream) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult
 
decode(Channel, ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.Codec2
 
decode(Channel, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
decode(Channel, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.telnet.codec.TelnetCodec
 
decode(Channel, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
decode(Channel, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.codec.TransportCodec
已过时。
 
decode(Channel, ChannelBuffer) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec
 
DECODE_IN_IO_THREAD_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
Decodeable - org.apache.dubbo.remoting中的接口
 
DecodeableRpcInvocation - org.apache.dubbo.rpc.protocol.dubbo中的类
 
DecodeableRpcInvocation(Channel, Request, InputStream, byte) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation
 
DecodeableRpcResult - org.apache.dubbo.rpc.protocol.dubbo中的类
 
DecodeableRpcResult(Channel, Response, InputStream, Invocation, byte) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult
 
decodeASCIIByte(CharSequence) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
DecodeHandler - org.apache.dubbo.remoting.transport中的类
 
DecodeHandler(ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.DecodeHandler
 
decodeHexByte(CharSequence, int) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Decode a 2-digit hex byte from within a string.
decodeHexNibble(char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
decodeObjFromHeader(URL, CharSequence, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
decodeUtf8(byte[], int, int, char[], int) - 类 中的静态方法org.apache.dubbo.common.utils.Utf8Utils
 
decrementAndGet() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
DEFAULT - org.apache.dubbo.metadata.MetadataServiceType
The default type of MetadataService
DEFAULT - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Cluster
 
DEFAULT_ACCEPTS - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_ACCESS_KEY_STORAGE - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
DEFAULT_ALIVE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_ASYNC_THREAD_NUM - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_AUTHENTICATOR - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
DEFAULT_BACKLOG - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_BUFFER_SIZE - 接口 中的静态变量org.apache.dubbo.remoting.Constants
default buffer size is 8k.
DEFAULT_CA_ADDR - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_CALLBACK_INSTANCES - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
The default limit number for callback service instances
DEFAULT_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DEFAULT_CHARSET - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_CLIENT_THREADPOOL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_CLUSTER_AVAILABLE_CHECK - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The default value of cluster.availablecheck
DEFAULT_CLUSTER_STICKY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The default value of sticky
DEFAULT_CONFIG_BASE_PATH - 类 中的静态变量org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
The default value of parameter of URL for the config base path
DEFAULT_CONFIG_CENTER_DIR_PATH - 类 中的静态变量org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
DEFAULT_CONFIG_CENTER_ENCODING - 类 中的静态变量org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
DEFAULT_CONNECT_QUEUE_WARNING_SIZE - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_CONNECT_TIMEOUT - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_CONSUMER_ID - 类 中的静态变量org.apache.dubbo.config.bootstrap.DubboBootstrap
 
DEFAULT_CORE_THREADS - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_DECODE_IN_IO_THREAD - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
DEFAULT_DIRECTORY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_DNS_POLLING_CYCLE - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
Default value for check frequency: 60000 (ms)
DEFAULT_DNS_POLLING_POOL_SIZE - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
Default value for DNS pool thread: 1
DEFAULT_DUBBO_MIGRATION_FILE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_DUBBO_PROPERTIES - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_DUBBO_PROTOCOL_VERSION - 类 中的静态变量org.apache.dubbo.common.Version
 
DEFAULT_ECC_SIG_ALG - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_ECHO_POLLING_CYCLE - 接口 中的静态变量org.apache.dubbo.registry.Constants
Default value for check frequency: 60000 (ms)
DEFAULT_EXCHANGER - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_EXTENSION - 接口 中的静态变量org.apache.dubbo.metadata.MetadataService
 
DEFAULT_FAILBACK_TASKS - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_FAILBACK_TIMES - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_FORKS - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_GROUP - 接口 中的静态变量org.apache.dubbo.common.config.configcenter.DynamicConfiguration
 
DEFAULT_GROUP - 接口 中的静态变量org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
 
DEFAULT_HEARTBEAT - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_IDLE_TIMEOUT - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_INSTANCES_REQUEST_SIZE - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
The default request size of service instances
DEFAULT_IO_THREADS - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_ISTIO_META_CLUSTER_ID - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_KEEP_ALIVE - 接口 中的静态变量org.apache.dubbo.rpc.protocol.rest.Constants
 
DEFAULT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_KEY_GENERATOR - 类 中的静态变量org.apache.dubbo.config.utils.ReferenceConfigCache
Create the key with the Group, Interface and version attribute of ReferenceConfigBase.
DEFAULT_KEY_PREFIX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_LAZY_CONNECT_INITIAL_STATE - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
The default value of lazy connection's initial state: true
DEFAULT_LOADBALANCE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_MAPPING_GROUP - 接口 中的静态变量org.apache.dubbo.metadata.ServiceNameMapping
 
DEFAULT_METADATA_PUBLISH_DELAY - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
DEFAULT_METADATA_REPORT_CYCLE_REPORT - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
DEFAULT_METADATA_REPORT_RETRY_PERIOD - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
DEFAULT_METADATA_REPORT_RETRY_TIMES - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
DEFAULT_METADATA_STORAGE_TYPE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_METADATA_TIMEOUT_VALUE - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
DEFAULT_NAME - 类 中的静态变量org.apache.dubbo.config.utils.ReferenceConfigCache
 
DEFAULT_PARAM_VALUE - 类 中的静态变量org.apache.dubbo.registry.nacos.NacosServiceName
 
DEFAULT_PATH_TAG - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
DEFAULT_PAYLOAD - 接口 中的静态变量org.apache.dubbo.remoting.Constants
8M
DEFAULT_PORT - 接口 中的静态变量org.apache.dubbo.qos.common.QosConstants
 
DEFAULT_PORT - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
DEFAULT_PORT - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol
 
DEFAULT_PORT - 类 中的静态变量org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
DEFAULT_PRIORITY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Router
 
DEFAULT_PRIORITY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
DEFAULT_PROMPT - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_PROTOCOL_ID - 类 中的静态变量org.apache.dubbo.config.bootstrap.DubboBootstrap
 
DEFAULT_PROVIDER_ID - 类 中的静态变量org.apache.dubbo.config.bootstrap.DubboBootstrap
 
DEFAULT_PROXY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_QUEUES - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_RECONNECT_PERIOD - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_REFERENCE_ID - 类 中的静态变量org.apache.dubbo.config.bootstrap.DubboBootstrap
 
DEFAULT_REGISTER_CONSUMER_KEYS - 类 中的静态变量org.apache.dubbo.registry.integration.RegistryProtocol
 
DEFAULT_REGISTER_MODE_ALL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DEFAULT_REGISTER_MODE_INSTANCE - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DEFAULT_REGISTER_MODE_INTERFACE - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DEFAULT_REGISTER_PROVIDER_KEYS - 类 中的静态变量org.apache.dubbo.registry.integration.RegistryProtocol
 
DEFAULT_REGISTRY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
DEFAULT_REGISTRY_ID - 类 中的静态变量org.apache.dubbo.config.bootstrap.DubboBootstrap
 
DEFAULT_REGISTRY_RECONNECT_PERIOD - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
DEFAULT_REGISTRY_RETRY_PERIOD - 接口 中的静态变量org.apache.dubbo.registry.Constants
Default value for the period of retry interval in milliseconds: 5000
DEFAULT_REGISTRY_RETRY_TIMES - 接口 中的静态变量org.apache.dubbo.registry.Constants
Default value for the times of retry: 3
DEFAULT_REMOTING_CLIENT - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_REMOTING_SERIALIZATION - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_REMOTING_SERVER - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
DEFAULT_RETRIES - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_RSA_KEY_SIZE - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_SCRIPT_TYPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_SECRET_GRACE_PERIOD_RATIO - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_SECRET_TTL - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_SERVER_SHUTDOWN_TIMEOUT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
Default timeout value in milliseconds for server shutdown
DEFAULT_SERVICE_ID - 类 中的静态变量org.apache.dubbo.config.bootstrap.DubboBootstrap
 
DEFAULT_SERVICE_NAME_MAPPING_PROPERTIES_PATH - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
The default class path of the ServiceNameMapping Properties file
DEFAULT_SESSION_TIMEOUT - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
DEFAULT_SHARE_CONNECTIONS - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
By default, a consumer JVM instance and a provider JVM instance share a long TCP connection (except when connections are set), which can set the number of long TCP connections shared to avoid the bottleneck of sharing a single long TCP connection.
DEFAULT_SPRING_CONFIG - 类 中的静态变量org.apache.dubbo.container.spring.SpringContainer
 
DEFAULT_STUB_EVENT - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
DEFAULT_THREAD_NAME - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_THREAD_POOL_KEEP_ALIVE_TIME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
Default keep alive time in milliseconds for threads in ThreadPoolExecutor is 1 minute( 60 * 1000 ms)
DEFAULT_THREAD_POOL_PREFIX - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
DEFAULT_THREAD_POOL_SIZE - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
DEFAULT_THREAD_POOL_SIZE - 类 中的静态变量org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
DEFAULT_THREADPOOL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_THREADS - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_TIMEOUT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_TPS_LIMIT_INTERVAL - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
DEFAULT_TRANSPORTER - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
DEFAULT_TRUST_DOMAIN - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DEFAULT_VALUE_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @DefaultValue
DEFAULT_VERSION - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DEFAULT_WARMUP - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_WEIGHT - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_WORKLOAD_NAMESPACE - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
DefaultAccessKeyStorage - org.apache.dubbo.auth中的类
The default implementation of AccessKeyStorage
DefaultAccessKeyStorage() - 类 的构造器org.apache.dubbo.auth.DefaultAccessKeyStorage
 
DefaultCommandExecutor - org.apache.dubbo.qos.command中的类
 
DefaultCommandExecutor() - 类 的构造器org.apache.dubbo.qos.command.DefaultCommandExecutor
 
DefaultDubboConfigBinder - org.apache.dubbo.config.spring.context.properties中的类
Default DubboConfigBinder implementation based on Spring DataBinder
DefaultDubboConfigBinder() - 类 的构造器org.apache.dubbo.config.spring.context.properties.DefaultDubboConfigBinder
 
DefaultDynamicParamSource - org.apache.dubbo.common.url.component.param中的类
 
DefaultDynamicParamSource() - 类 的构造器org.apache.dubbo.common.url.component.param.DefaultDynamicParamSource
 
DefaultExecutorRepository - org.apache.dubbo.common.threadpool.manager中的类
Consider implementing Licycle to enable executors shutdown when the process stops.
DefaultExecutorRepository() - 类 的构造器org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
DefaultFilterChainBuilder - org.apache.dubbo.rpc.cluster.filter中的类
 
DefaultFilterChainBuilder() - 类 的构造器org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder
 
DefaultFuture - org.apache.dubbo.remoting.exchange.support中的类
DefaultFuture.
DefaultFuture2 - org.apache.dubbo.remoting.exchange.support中的类
DefaultFuture.
DefaultGovernanceRuleRepositoryImpl - org.apache.dubbo.rpc.cluster.governance中的类
 
DefaultGovernanceRuleRepositoryImpl() - 类 的构造器org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
DefaultHessian2FactoryInitializer - org.apache.dubbo.common.serialize.hessian2.dubbo中的类
 
DefaultHessian2FactoryInitializer() - 类 的构造器org.apache.dubbo.common.serialize.hessian2.dubbo.DefaultHessian2FactoryInitializer
 
defaultInst(Class<?>) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.SingleProtobufSerialization
 
defaultInterfaceClass(Class<?>) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceCreator
 
DefaultMetadata - org.apache.dubbo.rpc.protocol.tri中的类
 
DefaultMetadata() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
DefaultMigrationAddressComparator - org.apache.dubbo.registry.client.migration中的类
 
DefaultMigrationAddressComparator() - 类 的构造器org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
DefaultMultipleSerialization - org.apache.dubbo.common.serialize中的类
 
DefaultMultipleSerialization() - 类 的构造器org.apache.dubbo.common.serialize.DefaultMultipleSerialization
 
DefaultPage<T> - org.apache.dubbo.common.utils中的类
The default implementation of Page
DefaultPage(int, int, List<T>, int) - 类 的构造器org.apache.dubbo.common.utils.DefaultPage
 
DefaultProviderURLMergeProcessor - org.apache.dubbo.rpc.cluster.support.merger中的类
 
DefaultProviderURLMergeProcessor() - 类 的构造器org.apache.dubbo.rpc.cluster.support.merger.DefaultProviderURLMergeProcessor
 
DefaultRegistryClusterIdentifier - org.apache.dubbo.registry.client中的类
 
DefaultRegistryClusterIdentifier() - 类 的构造器org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
defaultReturn(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
defaultReturn(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
DefaultServiceDiscoveryFactory - org.apache.dubbo.registry.client中的类
The default SPI implementation of ServiceDiscoveryFactory to get the instance of ServiceDiscovery via the protocol from the URL that will connect the infrastructure of Service registration and discovery.
DefaultServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceDiscoveryFactory
 
DefaultServiceInstance - org.apache.dubbo.registry.client中的类
The default implementation of ServiceInstance.
DefaultServiceInstance() - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(String) - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, Integer) - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(DefaultServiceInstance) - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance.Endpoint - org.apache.dubbo.registry.client中的类
 
DefaultServiceRestMetadataResolver - org.apache.dubbo.metadata.rest中的类
The default implementation ServiceRestMetadataResolver
DefaultServiceRestMetadataResolver() - 类 的构造器org.apache.dubbo.metadata.rest.DefaultServiceRestMetadataResolver
 
DefaultTPSLimiter - org.apache.dubbo.rpc.filter.tps中的类
DefaultTPSLimiter is a default implementation for tps filter.
DefaultTPSLimiter() - 类 的构造器org.apache.dubbo.rpc.filter.tps.DefaultTPSLimiter
 
DefaultTypeBuilder - org.apache.dubbo.metadata.definition.builder中的类
2015/1/27.
defaultVal() - 类 中的方法org.apache.dubbo.common.url.component.param.DynamicValues
 
defaultVal() - 类 中的方法org.apache.dubbo.common.url.component.param.FixedParamValue
 
defaultVal() - 接口 中的方法org.apache.dubbo.common.url.component.param.ParamValue
get default value
DefaultValueParameterProcessor - org.apache.dubbo.metadata.rest.jaxrs中的类
The AnnotatedMethodParameterProcessor implementation for JAX-RS's @DefaultValue *
DefaultValueParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.DefaultValueParameterProcessor
 
Deflation - com.alibaba.com.caucho.hessian.io中的类
 
Deflation() - 类 的构造器com.alibaba.com.caucho.hessian.io.Deflation
 
delay() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
delay() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Delay time for service registration, default value is 0
delay() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Delay time for service registration, default value is 0
delay(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
DelegateProviderMetaDataInvoker<T> - org.apache.dubbo.config.invoker中的类
A Invoker wrapper that wrap the invoker and all the metadata (ServiceConfig)
DelegateProviderMetaDataInvoker(Invoker<T>, ServiceConfig<?>) - 类 的构造器org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
delete(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
delete(String) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
deleteAny(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
DELETED - org.apache.dubbo.common.config.configcenter.ConfigChangeType
A config is deleted.
delimitedListToStringArray(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
delimitedListToStringArray(String, String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
DeltaEndpoint - org.apache.dubbo.registry.xds.util.protocol.delta中的类
 
DeltaEndpoint() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.delta.DeltaEndpoint
 
DeltaListener - org.apache.dubbo.registry.xds.util.protocol.delta中的类
 
DeltaListener() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.delta.DeltaListener
 
DeltaResource<T> - org.apache.dubbo.registry.xds.util.protocol中的接口
A interface for resources in xDS, which can be updated by ADS delta stream
This interface is design to unify the way of fetching data in delta stream in PilotExchanger
DeltaRoute - org.apache.dubbo.registry.xds.util.protocol.delta中的类
 
DeltaRoute() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.delta.DeltaRoute
 
deny(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassFactory
 
DENY - 接口 中的静态变量org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer
 
deploy(Class, Object, String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
deploy(Class, Object, String) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocolServer
 
deprecated() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
deprecated() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether the service is deprecated, default value is false
deprecated() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
deprecated() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether the service is deprecated, default value is false
deprecated(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
deprecated(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
DEPRECATED_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
DeprecatedFilter - org.apache.dubbo.rpc.filter中的类
DeprecatedFilter logs error message if a invoked method has been marked as deprecated.
DeprecatedFilter() - 类 的构造器org.apache.dubbo.rpc.filter.DeprecatedFilter
 
DeprecatedInvokerListener - org.apache.dubbo.rpc.listener中的类
DeprecatedProtocolFilter
DeprecatedInvokerListener() - 类 的构造器org.apache.dubbo.rpc.listener.DeprecatedInvokerListener
 
deregisterInstance(String, String, Instance) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
deregisterInstance(String, String, String, int) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
DESC_PATTERN - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
DESC_REGEX - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
desc2class(String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
desc to class.
desc2classArray(String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get class array instance.
desc2name(String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
desc to name.
description - 类 中的变量org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
deserialize(URL, InputStream) - 接口 中的方法com.alibaba.dubbo.common.serialize.Serialization
已过时。
 
deserialize(InputStream, Class<?>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.SingleProtobufSerialization
 
deserialize(JavaBeanDescriptor) - 类 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
 
deserialize(JavaBeanDescriptor, ClassLoader) - 类 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
 
deserialize(URL, InputStream) - 接口 中的方法com.alibaba.dubbo.common.serialize.Serialization
已过时。
 
deserialize(URL, InputStream) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2Serialization
 
deserialize(URL, InputStream) - 类 中的方法org.apache.dubbo.common.serialize.java.CompactedJavaSerialization
 
deserialize(URL, InputStream) - 类 中的方法org.apache.dubbo.common.serialize.java.JavaSerialization
 
deserialize(URL, InputStream) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaSerialization
 
deserialize(URL, InputStream) - 接口 中的方法org.apache.dubbo.common.serialize.Serialization
Get a deserialization implementation instance
deserialize(URL, InputStream, byte) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
 
deserialize(URL, String, String, InputStream) - 类 中的方法org.apache.dubbo.common.serialize.DefaultMultipleSerialization
 
deserialize(URL, String, String, InputStream) - 接口 中的方法org.apache.dubbo.common.serialize.MultipleSerialization
 
Deserializer - com.alibaba.com.caucho.hessian.io中的接口
Deserializing an object.
DestinationRule - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
DestinationRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
DestinationRuleSpec - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
DestinationRuleSpec() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
destroy() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
destroy() - 类 中的方法com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
destroy() - 类 中的方法org.apache.dubbo.common.config.Environment
 
destroy() - 接口 中的方法org.apache.dubbo.common.context.Lifecycle
Destroy the component
destroy() - 类 中的方法org.apache.dubbo.common.context.LifecycleAdapter
 
destroy() - 接口 中的方法org.apache.dubbo.common.Node
destroy.
destroy() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
 
destroy() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
destroy() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
destroy() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
destroy() - 类 中的方法org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
destroy() - 类 中的方法org.apache.dubbo.config.ReferenceConfig
 
destroy() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
destroy() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
destroy() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
destroy() - 类 中的方法org.apache.dubbo.config.spring.ConfigCenterBean
 
destroy() - 类 中的方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
destroy() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
destroy() - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
 
destroy() - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
destroy() - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
destroy() - 类 中的静态方法org.apache.dubbo.metadata.report.support.AbstractMetadataReportFactory
 
destroy() - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitor
 
destroy() - 类 中的方法org.apache.dubbo.qos.protocol.QosProtocolWrapper
 
destroy() - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
destroy() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
Since this listener is shared among interfaces, destroy this listener only when all interface listener are unsubscribed
destroy() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
destroy() - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
destroy() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Destroy the ServiceDiscovery
destroy() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.dns.util.DNSResolver
 
destroy() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
destroy() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
destroy() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
destroy() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
Remove the expired providers(if clean is true), leave the multicast group and close the multicast socket.
destroy() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
destroy() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.xds.util.PilotExchanger
 
destroy() - 类 中的方法org.apache.dubbo.registry.xds.util.XdsChannel
 
destroy() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
destroy() - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProtocol
 
destroy() - 接口 中的方法org.apache.dubbo.rpc.Protocol
Destroy protocol:
1.
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.InvokerWrapper
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
destroy() - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.PathResolver
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TriplePathResolver
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleProtocol
 
destroy() - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.support.MockInvoker
 
destroy(Class<?>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
destroy(String, Class<?>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
destroy(URL, Directory) - 接口 中的方法org.apache.dubbo.registry.AddressListener
 
destroy(ReferenceConfigBase<T>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
clear and destroy one ReferenceConfigBase in the cache.
Destroyable - org.apache.dubbo.rpc.service中的接口
 
destroyAll() - 类 中的静态方法org.apache.dubbo.common.extension.ExtensionLoader
 
destroyAll() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
destroyAll() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Destroy all executors that are not in shutdown state
destroyAll() - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
clear and destroy all ReferenceConfigBase in the cache.
destroyAll() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
Close all created registries
destroyed(Invoker<?>) - 接口 中的方法com.alibaba.dubbo.rpc.InvokerListener
已过时。
 
destroyed(Invoker<?>) - 接口 中的方法com.alibaba.dubbo.rpc.InvokerListener
已过时。
 
destroyed(Invoker<?>) - 接口 中的方法org.apache.dubbo.rpc.InvokerListener
The invoker destroyed.
destroyed(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.listener.InvokerListenerAdapter
 
destroyMetadataServiceProxy(ServiceInstance, ServiceDiscovery) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
detail() - 注释类型 中的方法org.apache.dubbo.remoting.telnet.support.Help
 
detect(ChannelHandlerContext, ByteBuf) - 类 中的方法org.apache.dubbo.remoting.api.Http2ProtocolDetector
 
detect(ChannelHandlerContext, ByteBuf) - 接口 中的方法org.apache.dubbo.remoting.api.ProtocolDetector
 
detector() - 类 中的方法org.apache.dubbo.remoting.api.Http2WireProtocol
 
detector() - 接口 中的方法org.apache.dubbo.remoting.api.WireProtocol
 
determineInterfaceClass(String, String) - 类 中的静态方法org.apache.dubbo.config.ReferenceConfigBase
Determine the interface of the proxy class
DEVELOPMENT_ENVIRONMENT - 接口 中的静态变量org.apache.dubbo.config.Constants
Development environment key.
DIERCTOR_KEY - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
directBuffer(int) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
DirectChannelBufferFactory - org.apache.dubbo.remoting.buffer中的类
 
DirectChannelBufferFactory() - 类 的构造器org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
DirectChannelHandler - org.apache.dubbo.remoting.transport.dispatcher.direct中的类
 
DirectChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.direct.DirectChannelHandler
 
DirectDispatcher - org.apache.dubbo.remoting.transport.dispatcher.direct中的类
Direct dispatcher
DirectDispatcher() - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.direct.DirectDispatcher
 
directory() - 类 中的方法org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
 
directory() - 类 中的方法org.apache.dubbo.common.extension.DubboLoadingStrategy
 
directory() - 接口 中的方法org.apache.dubbo.common.extension.LoadingStrategy
 
directory() - 类 中的方法org.apache.dubbo.common.extension.ServicesLoadingStrategy
 
Directory<T> - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
Directory<T> - org.apache.dubbo.rpc.cluster中的接口
Directory.
DISABLED_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DISABLED_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
DisableInject - org.apache.dubbo.common.extension中的注释类型
 
discardReadBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
discardReadBytes() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
discardReadBytes() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
disconnect() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
disconnected(Channel) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
disconnected(Channel) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
disconnected(Channel) - 接口 中的方法org.apache.dubbo.remoting.ChannelHandler
on channel disconnected.
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
disconnected(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
DISCONNECTED - org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
DISCONNECTED
discordAddresses() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
discordAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
discordAddresses() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
DISPACTHER_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
dispatch(ChannelHandler, URL) - 接口 中的方法com.alibaba.dubbo.remoting.Dispatcher
已过时。
 
dispatch(ChannelHandler, URL) - 接口 中的方法com.alibaba.dubbo.remoting.Dispatcher
已过时。
 
dispatch(ChannelHandler, URL) - 接口 中的方法org.apache.dubbo.remoting.Dispatcher
dispatch the message to threadpool.
dispatch(ChannelHandler, URL) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
 
dispatch(ChannelHandler, URL) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
 
dispatch(ChannelHandler, URL) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.direct.DirectDispatcher
 
dispatch(ChannelHandler, URL) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
 
dispatch(ChannelHandler, URL) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
 
dispatcher(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
dispatcher(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
Dispatcher - com.alibaba.dubbo.remoting中的接口
已过时。
Dispatcher - org.apache.dubbo.remoting中的接口
ChannelHandlerWrapper (SPI, Singleton, ThreadSafe)
DISPATCHER_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
dispatchServiceInstancesChangedEvent(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
dispatchServiceInstancesChangedEvent(String, String...) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
dispatchServiceInstancesChangedEvent(String, List<ServiceInstance>) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
dispatchServiceInstancesChangedEvent(ServiceInstancesChangedEvent) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
dispatchThreadPoolExhaustedEvent(String) - 类 中的方法org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
dispatch ThreadPoolExhaustedEvent
dispather(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
已过时。
DNS_POLLING_CYCLE - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
To decide the frequency of execute DNS poll (in ms)
DNS_POLLING_POOL_SIZE_KEY - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
To decide how many threads used to execute DNS poll
DNSClientConst - org.apache.dubbo.registry.dns.util中的类
 
DNSClientConst() - 类 的构造器org.apache.dubbo.registry.dns.util.DNSClientConst
 
DNSRegistry - org.apache.dubbo.registry.dns中的类
Empty implements for DNS
DNS only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
DNSServiceDiscovery is the real implementation of DNS
DNSRegistry(URL) - 类 的构造器org.apache.dubbo.registry.dns.DNSRegistry
 
DNSRegistryFactory - org.apache.dubbo.registry.dns中的类
 
DNSRegistryFactory() - 类 的构造器org.apache.dubbo.registry.dns.DNSRegistryFactory
 
DNSResolver - org.apache.dubbo.registry.dns.util中的类
 
DNSResolver(String, int, int) - 类 的构造器org.apache.dubbo.registry.dns.util.DNSResolver
 
DNSServiceDiscovery - org.apache.dubbo.registry.dns中的类
 
DNSServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.dns.DNSServiceDiscovery
 
DNSServiceDiscoveryFactory - org.apache.dubbo.registry.dns中的类
 
DNSServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.dns.DNSServiceDiscoveryFactory
 
doClose() - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
doCompile(String, String) - 类 中的方法org.apache.dubbo.common.compiler.support.JavassistCompiler
 
doCompile(String, String) - 类 中的方法org.apache.dubbo.common.compiler.support.JdkCompiler
 
doConfigure(URL, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfigurator
 
doConfigure(URL, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfigurator
 
document() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
document() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service doc, default value is ""
document() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service doc, default value is ""
document(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
doDestroy() - 类 中的方法org.apache.dubbo.config.DubboShutdownHook
Destroy all the resources, including registries and protocols.
doDestroy() - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.dns.DNSServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.xds.XdsServiceDiscovery
 
doDestroy() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doGetConfigItem(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
doGetContent(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.dns.DNSServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.xds.XdsServiceDiscovery
 
doInitialize(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.AvailableClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.BroadcastClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailsafeClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareClusterInvoker
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.BroadcastCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailbackCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailfastCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailoverCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailsafeCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ForkingCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableCluster
 
doList(Invocation) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
doList(Invocation) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
doMigrate(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
done(Object) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseCallback
已过时。
done.
doRegister(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.dns.DNSRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.nacos.NacosRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.xds.XdsRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doReport(String, Object) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
doSaveProperties(long) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
doStart() - 类 中的静态方法org.apache.dubbo.common.utils.DubboAppender
 
doStop() - 类 中的静态方法org.apache.dubbo.common.utils.DubboAppender
 
doSubscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.dns.DNSRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.nacos.NacosRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.xds.XdsRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
DOT_COMPATIBLE_KEYS - 接口 中的静态变量org.apache.dubbo.config.Constants
 
DOT_REGEX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DOT_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DOUBLE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
DOUBLE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
DOUBLE_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
DOUBLE_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
double2bytes(double) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
double2bytes(double, byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
double2bytes(double, byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
DoubleArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
DoubleArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.DoubleArrayMerger
 
DoubleMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DoubleMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
DoubleRangeMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DoubleRangeMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
doubleValue() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
doUnregister(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.dns.DNSRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.nacos.NacosRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.xds.XdsRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
doUnregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.dns.DNSRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.nacos.NacosRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.CacheableFailbackRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.xds.XdsRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
DUBBO - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO - 类 中的静态变量org.apache.dubbo.qos.server.DubboLogo
 
DUBBO_CONFIG_MODE - 类 中的静态变量org.apache.dubbo.config.context.ConfigManager
 
DUBBO_CONSUMER - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
DUBBO_CONSUMER_METHOD - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
DUBBO_ENV_KEYS - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO_GROUP - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
DUBBO_IP_TO_BIND - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO_IP_TO_REGISTRY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
DUBBO_LABELS - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO_MIGRATION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO_PORT_TO_BIND - 接口 中的静态变量org.apache.dubbo.config.Constants
 
DUBBO_PORT_TO_REGISTRY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
DUBBO_PREFERRED_NETWORK_INTERFACE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
The property name for the name of network interface that the Dubbo application prefers
DUBBO_PREFIX - 类 中的静态变量org.apache.dubbo.config.spring.util.EnvironmentUtils
The prefix of property name of Dubbo
DUBBO_PROPERTIES_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DUBBO_PROVIDER - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
DUBBO_PROVIDER_METHOD - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
DUBBO_PUBLISH_INSTANCE_DEFAULT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DUBBO_PUBLISH_INTERFACE_DEFAULT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DUBBO_REGISTER_MODE_DEFAULT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DUBBO_SERVICEDISCOVERY_MIGRATION - 类 中的静态变量org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
DUBBO_VERSION - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
DUBBO_VERSION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
DubboAnnotationUtils - org.apache.dubbo.config.spring.util中的类
Dubbbo Annotation Utilities Class
DubboAnnotationUtils() - 类 的构造器org.apache.dubbo.config.spring.util.DubboAnnotationUtils
 
DubboAppender - org.apache.dubbo.common.utils中的类
 
DubboAppender() - 类 的构造器org.apache.dubbo.common.utils.DubboAppender
 
DubboAttachmentMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DubboAttachmentMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
DubboBeanDefinitionParser - org.apache.dubbo.config.spring.schema中的类
AbstractBeanDefinitionParser
DubboBeanDefinitionParser(Class<?>) - 类 的构造器org.apache.dubbo.config.spring.schema.DubboBeanDefinitionParser
 
DubboBeanUtils - org.apache.dubbo.config.spring.util中的接口
Dubbo Bean utilities class
DubboBootstrap - org.apache.dubbo.config.bootstrap中的类
See ApplicationModel and ExtensionLoader for why this class is designed to be singleton.
DubboBootstrapApplicationListener - org.apache.dubbo.config.spring.context中的类
The ApplicationListener for DubboBootstrap's lifecycle when the ContextRefreshedEvent and ContextClosedEvent raised
DubboBootstrapApplicationListener() - 类 的构造器org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener
 
DubboBootstrapApplicationListener(ApplicationContext) - 类 的构造器org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener
 
DubboBootstrapServletContextListener - org.apache.dubbo.config.spring.context中的类
DubboBootstrap lifecycle controller for Servlet container.
DubboBootstrapServletContextListener() - 类 的构造器org.apache.dubbo.config.spring.context.DubboBootstrapServletContextListener
 
DubboBootstrapStartStopListener - org.apache.dubbo.config.bootstrap中的接口
call on DubboBootstrap start or stop.
DubboBootstrapStartStopListenerSpringAdapter - org.apache.dubbo.config.spring.context中的类
convcert Dubbo bootstrap event to spring environment.
DubboBootstrapStartStopListenerSpringAdapter() - 类 的构造器org.apache.dubbo.config.spring.context.DubboBootstrapStartStopListenerSpringAdapter
 
DubboBootstrapStatedEvent - org.apache.dubbo.config.spring.context.event中的类
A ApplicationEvent after DubboBootstrap.start() success
DubboBootstrapStatedEvent(DubboBootstrap) - 类 的构造器org.apache.dubbo.config.spring.context.event.DubboBootstrapStatedEvent
Create a new ApplicationEvent.
DubboBootstrapStopedEvent - org.apache.dubbo.config.spring.context.event中的类
A ApplicationEvent after DubboBootstrap.stop() success
DubboBootstrapStopedEvent(DubboBootstrap) - 类 的构造器org.apache.dubbo.config.spring.context.event.DubboBootstrapStopedEvent
Create a new ApplicationEvent.
DubboClassPathBeanDefinitionScanner - org.apache.dubbo.config.spring.context.annotation中的类
Dubbo ClassPathBeanDefinitionScanner that exposes some methods to be public.
DubboClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboClassPathBeanDefinitionScanner
 
DubboClassPathBeanDefinitionScanner(BeanDefinitionRegistry, Environment, ResourceLoader) - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboClassPathBeanDefinitionScanner
 
DubboCodec - org.apache.dubbo.rpc.protocol.dubbo中的类
Dubbo codec.
DubboCodec() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
DubboCodecSupport - org.apache.dubbo.rpc.protocol.dubbo中的类
 
DubboCodecSupport() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboCodecSupport
 
DubboComponentScan - org.apache.dubbo.config.spring.context.annotation中的注释类型
Dubbo Component Scan Annotation,scans the classpath for annotated components that will be auto-registered as Spring beans.
DubboComponentScanRegistrar - org.apache.dubbo.config.spring.context.annotation中的类
Dubbo DubboComponentScan Bean Registrar
DubboComponentScanRegistrar() - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboComponentScanRegistrar
 
DubboConfigAliasPostProcessor - org.apache.dubbo.config.spring.beans.factory.annotation中的类
A Post-Processor class to set the alias of Dubbo Config bean using its AbstractConfig.getId()
DubboConfigAliasPostProcessor() - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor
 
DubboConfigBeanCustomizer - org.apache.dubbo.config.spring.context.config中的接口
The Bean customizer for Dubbo Config.
DubboConfigBinder - org.apache.dubbo.config.spring.context.properties中的接口
DubboConfigConfiguration - org.apache.dubbo.config.spring.context.annotation中的类
Dubbo Config Configuration
DubboConfigConfiguration() - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboConfigConfiguration
 
DubboConfigConfiguration.Multiple - org.apache.dubbo.config.spring.context.annotation中的类
Multiple Dubbo Config Bean Binding
DubboConfigConfiguration.Single - org.apache.dubbo.config.spring.context.annotation中的类
Single Dubbo Config Bean Binding
DubboConfigConfigurationRegistrar - org.apache.dubbo.config.spring.context.annotation中的类
Dubbo Config register, which order can be configured
DubboConfigConfigurationRegistrar() - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboConfigConfigurationRegistrar
 
DubboConfigDefaultPropertyValueBeanPostProcessor - org.apache.dubbo.config.spring.beans.factory.config中的类
The BeanPostProcessor class for the default property value of Dubbo's Config Beans
DubboConfigDefaultPropertyValueBeanPostProcessor() - 类 的构造器org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor
 
DubboConfigInitializationPostProcessor - org.apache.dubbo.config.spring.context中的类
Post-processor Dubbo config bean initialization.
DubboConfigInitializationPostProcessor() - 类 的构造器org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
DubboCountCodec - org.apache.dubbo.rpc.protocol.dubbo中的类
 
DubboCountCodec() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec
 
DubboDestination - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination中的类
 
DubboDestination() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
DubboExporter<T> - org.apache.dubbo.rpc.protocol.dubbo中的类
DubboExporter
DubboExporter(Invoker<T>, String, Map<String, Exporter<?>>) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboExporter
 
DubboHandlerRegistry - org.apache.dubbo.rpc.protocol.grpc中的类
 
DubboHandlerRegistry() - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.DubboHandlerRegistry
 
DubboHttpProtocolServer - org.apache.dubbo.rpc.protocol.rest中的类
 
DubboHttpProtocolServer(HttpBinder) - 类 的构造器org.apache.dubbo.rpc.protocol.rest.DubboHttpProtocolServer
 
DubboInfraBeanRegisterPostProcessor - org.apache.dubbo.config.spring.context中的类
Register some infrastructure beans if not exists.
DubboInfraBeanRegisterPostProcessor() - 类 的构造器org.apache.dubbo.config.spring.context.DubboInfraBeanRegisterPostProcessor
 
DubboInternalLoadingStrategy - org.apache.dubbo.common.extension中的类
Dubbo internal LoadingStrategy
DubboInternalLoadingStrategy() - 类 的构造器org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
 
DubboInvoker<T> - org.apache.dubbo.rpc.protocol.dubbo中的类
DubboInvoker
DubboInvoker(Class<T>, URL, ExchangeClient[]) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker
 
DubboInvoker(Class<T>, URL, ExchangeClient[], Set<Invoker<?>>) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker
 
DubboLifecycleComponentApplicationListener - org.apache.dubbo.config.spring.context中的类
已过时。
Binding the life cycle of Dubbo components with spring is not a good way. Now control components life cycle in DubboBootstrap.
DubboLifecycleComponentApplicationListener() - 类 的构造器org.apache.dubbo.config.spring.context.DubboLifecycleComponentApplicationListener
已过时。
 
DubboLifecycleComponentApplicationListener(ApplicationContext) - 类 的构造器org.apache.dubbo.config.spring.context.DubboLifecycleComponentApplicationListener
已过时。
 
DubboLifecycleComponentRegistrar - org.apache.dubbo.config.spring.context.annotation中的类
已过时。
as 2.7.6, Dubbo Lifecycle components will be registered automatically. Current class may be removed in the future
DubboLifecycleComponentRegistrar() - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboLifecycleComponentRegistrar
已过时。
 
DubboLoadingStrategy - org.apache.dubbo.common.extension中的类
DubboLoadingStrategy() - 类 的构造器org.apache.dubbo.common.extension.DubboLoadingStrategy
 
DubboLogo - org.apache.dubbo.qos.server中的类
 
DubboLogo() - 类 的构造器org.apache.dubbo.qos.server.DubboLogo
 
DubboMatchRequest - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
DubboMatchRequest() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
DubboMethodArg - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DubboMethodArg() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
DubboMethodMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DubboMethodMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
DubboMonitor - org.apache.dubbo.monitor.dubbo中的类
DubboMonitor
DubboMonitor(Invoker<MonitorService>, MonitorService) - 类 的构造器org.apache.dubbo.monitor.dubbo.DubboMonitor
 
DubboMonitorFactory - org.apache.dubbo.monitor.dubbo中的类
DefaultMonitorFactory
DubboMonitorFactory() - 类 的构造器org.apache.dubbo.monitor.dubbo.DubboMonitorFactory
 
DubboNamespaceHandler - org.apache.dubbo.config.spring.schema中的类
DubboNamespaceHandler
DubboNamespaceHandler() - 类 的构造器org.apache.dubbo.config.spring.schema.DubboNamespaceHandler
 
DubboProtocol - org.apache.dubbo.rpc.protocol.dubbo中的类
dubbo protocol support.
DubboProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
DubboProtocolServer - org.apache.dubbo.rpc.protocol.dubbo中的类
 
DubboProtocolServer(RemotingServer) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
DubboReference - org.apache.dubbo.config.annotation中的注释类型
An annotation used for referencing a Dubbo service.
DubboResourceFactory - org.apache.dubbo.rpc.protocol.rest中的类
We don't support propertyInjector here since the resource impl should be singleton in dubbo
DubboResourceFactory(Object, Class) - 类 的构造器org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
DubboRoute - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
DubboRoute() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
DubboRouteDestination - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination中的类
 
DubboRouteDestination() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
DubboRouteDetail - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
DubboRouteDetail() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
DubboService - org.apache.dubbo.config.annotation中的注释类型
Class-level annotation used for declaring Dubbo service.
DubboServiceAddressURL - org.apache.dubbo.common.url.component中的类
 
DubboServiceAddressURL(URLAddress, URLParam, URL, ServiceConfigURL) - 类 的构造器org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
DubboShutdownHook - org.apache.dubbo.config中的类
The shutdown hook thread to do the clean up stuff.
DubboSwaggerApiListingResource - org.apache.dubbo.rpc.protocol.rest.integration.swagger中的类
 
DubboSwaggerApiListingResource() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerApiListingResource
 
DubboSwaggerService - org.apache.dubbo.rpc.protocol.rest.integration.swagger中的接口
 
DUMP_DIRECTORY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
dumpDirectory(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
DurationHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
DurationHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.DurationHandle
 
DurationHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.DurationHandle
 
dynamic() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
dynamic() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether the service is dynamic, default value is true
dynamic() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether the service is dynamic, default value is true
dynamic(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
DYNAMIC_CONFIGURATORS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DYNAMIC_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
DYNAMIC_ROUTERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
dynamicBuffer() - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
dynamicBuffer(int) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
dynamicBuffer(int, ChannelBufferFactory) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
DynamicChannelBuffer - org.apache.dubbo.remoting.buffer中的类
 
DynamicChannelBuffer(int) - 类 的构造器org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
DynamicChannelBuffer(int, ChannelBufferFactory) - 类 的构造器org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
DynamicConfiguration - org.apache.dubbo.common.config.configcenter中的接口
Dynamic Configuration
From the use scenario internally inside framework, there're mainly three kinds of methods: DynamicConfiguration.getProperties(String, String, long), get configuration file from Config Center at start up. DynamicConfiguration.addListener(String, String, ConfigurationListener)/ DynamicConfiguration.removeListener(String, String, ConfigurationListener) , add or remove listeners for governance rules or config items that need to watch. Configuration.getProperty(String, Object), get a single config item. DynamicConfiguration.getConfig(String, String, long), get the specified config
DynamicConfigurationFactory - org.apache.dubbo.common.config.configcenter中的接口
The factory interface to create the instance of DynamicConfiguration
DynamicDirectory<T> - org.apache.dubbo.registry.integration中的类
RegistryDirectory
DynamicDirectory(Class<T>, URL) - 类 的构造器org.apache.dubbo.registry.integration.DynamicDirectory
 
DynamicParamSource - org.apache.dubbo.common.url.component.param中的接口
 
DynamicParamTable - org.apache.dubbo.common.url.component.param中的类
Global Param Cache Table Not support method parameters
DynamicValues - org.apache.dubbo.common.url.component.param中的类
 
DynamicValues(String) - 类 的构造器org.apache.dubbo.common.url.component.param.DynamicValues
 

E

EagerThreadPool - org.apache.dubbo.common.threadpool.support.eager中的类
EagerThreadPool When the core threads are all in busy, create new thread instead of putting task into blocking queue.
EagerThreadPool() - 类 的构造器org.apache.dubbo.common.threadpool.support.eager.EagerThreadPool
 
EagerThreadPoolExecutor - org.apache.dubbo.common.threadpool.support.eager中的类
EagerThreadPoolExecutor
EagerThreadPoolExecutor(int, int, long, TimeUnit, TaskQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutor
 
ECC_SIG_ALG_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
echo(String) - 接口 中的方法org.apache.dubbo.metadata.InstanceMetadataChangedListener
Echo test Used to check consumer still online
ECHO_POLLING_CYCLE_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
To decide the frequency of checking Distributed Service Discovery Registry callback hook (in ms)
EchoFilter - org.apache.dubbo.rpc.filter中的类
Dubbo provided default Echo echo service, which is available for all dubbo provider service interface.
EchoFilter() - 类 的构造器org.apache.dubbo.rpc.filter.EchoFilter
 
EchoService - com.alibaba.dubbo.rpc.service中的接口
已过时。
EchoService - org.apache.dubbo.rpc.service中的接口
Echo service.
EchoServiceDetector - org.apache.dubbo.rpc.service中的类
 
EchoServiceDetector() - 类 的构造器org.apache.dubbo.rpc.service.EchoServiceDetector
 
EdsProtocol - org.apache.dubbo.registry.xds.util.protocol.impl中的类
 
EdsProtocol(XdsChannel, Node, int, int) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.impl.EdsProtocol
 
ELAPSED - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
elapsedMillis() - 类 中的方法org.apache.dubbo.rpc.TimeoutCountDown
 
EMPTY - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
 
EMPTY - 接口 中的静态变量org.apache.dubbo.common.constants.LoadbalanceRules
 
EMPTY - 类 中的静态变量org.apache.dubbo.metadata.MetadataInfo
 
EMPTY_ARRAY - 接口 中的静态变量org.apache.dubbo.common.function.Predicates
 
EMPTY_BUFFER - 类 中的静态变量org.apache.dubbo.remoting.buffer.ChannelBuffers
 
EMPTY_CLASS_ARRAY - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
EMPTY_CLASS_ARRAY - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
EMPTY_HANDLER - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
EMPTY_OBJECT_ARRAY - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
EMPTY_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
EMPTY_REVISION - 类 中的静态变量org.apache.dubbo.metadata.RevisionResolver
 
EMPTY_STRING - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
EMPTY_STRING_ARRAY - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
ENABLE_ATTACHMENT_WRAP - 类 中的静态变量org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
ENABLE_NATIVE_JAVA_GENERIC_SERIALIZE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ENABLE_REGISTER - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
ENABLE_TIMEOUT_COUNTDOWN_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ENABLED_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
EnableDubbo - com.alibaba.dubbo.config.spring.context.annotation中的注释类型
已过时。
EnableDubbo - org.apache.dubbo.config.spring.context.annotation中的注释类型
Enables Dubbo components as Spring Beans, equals DubboComponentScan and EnableDubboConfig combination.
EnableDubboConfig - org.apache.dubbo.config.spring.context.annotation中的注释类型
As a convenient and multiple EnableConfigurationBeanBinding in default behavior , is equal to single bean bindings with below convention prefixes of properties: ApplicationConfig binding to property : "dubbo.application" ModuleConfig binding to property : "dubbo.module" RegistryConfig binding to property : "dubbo.registry" ProtocolConfig binding to property : "dubbo.protocol" MonitorConfig binding to property : "dubbo.monitor" ProviderConfig binding to property : "dubbo.provider" ConsumerConfig binding to property : "dubbo.consumer"
EnableDubboLifecycle - org.apache.dubbo.config.spring.context.annotation中的注释类型
已过时。
as 2.7.6, Dubbo Lifecycle components will be registered automatically. Current annotation may be removed in the future
encode(String) - 类 中的静态方法com.alibaba.dubbo.common.URL
已过时。
 
encode(String) - 类 中的静态方法org.apache.dubbo.common.URL
 
encode(Channel, OutputStream, Object) - 接口 中的方法org.apache.dubbo.remoting.Codec
已过时。
Encode message.
encode(Channel, OutputStream, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation
 
encode(Channel, OutputStream, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult
 
encode(Channel, ChannelBuffer, Object) - 接口 中的方法org.apache.dubbo.remoting.Codec2
 
encode(Channel, ChannelBuffer, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
encode(Channel, ChannelBuffer, Object) - 类 中的方法org.apache.dubbo.remoting.telnet.codec.TelnetCodec
 
encode(Channel, ChannelBuffer, Object) - 类 中的方法org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
encode(Channel, ChannelBuffer, Object) - 类 中的方法org.apache.dubbo.remoting.transport.codec.TransportCodec
已过时。
 
encode(Channel, ChannelBuffer, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec
 
encodeBase64(byte[]) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
encodeBase64ASCII(byte[]) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
ENCODED_AND_MARK - 类 中的静态变量org.apache.dubbo.common.URLStrParser
 
ENCODED_PID_KEY - 类 中的静态变量org.apache.dubbo.common.URLStrParser
 
ENCODED_QUESTION_MARK - 类 中的静态变量org.apache.dubbo.common.URLStrParser
 
ENCODED_TIMESTAMP_KEY - 类 中的静态变量org.apache.dubbo.common.URLStrParser
 
encodeParameters(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Encode parameters map to string, like '[{a:b},{c:d}]'
encodeWrapper(URL, Object, String, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
end() - 类 中的方法org.apache.dubbo.qos.textui.TTree
end a branch node
end(Object, boolean) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
parse end.
END - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
endCount(URL, String, long, boolean) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
Endpoint - org.apache.dubbo.registry.xds.util.protocol.message中的类
 
Endpoint - org.apache.dubbo.remoting中的接口
Endpoint.
Endpoint() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
Endpoint(Integer, String) - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance.Endpoint
 
EndpointResult - org.apache.dubbo.registry.xds.util.protocol.message中的类
 
EndpointResult() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.EndpointResult
 
EndpointResult(Set<Endpoint>) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.EndpointResult
 
ENDPOINTS - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
endStreamingPacket() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
ensureWritableBytes(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
ensureWritableBytes(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Makes sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritableBytes(int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
ensureWritableBytes(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
ensureWritableBytes(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
entrySet() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
entrySet() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
EnumDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing an enum valued object
EnumDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.EnumDeserializer
 
EnumerationDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a JDK 1.2 Collection.
EnumerationDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.EnumerationDeserializer
 
EnumerationSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a JDK 1.2 Enumeration.
EnumerationSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.EnumerationSerializer
 
EnumSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
EnumSerializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.EnumSerializer
 
EnumSetSerializer - com.alibaba.com.caucho.hessian.io中的类
 
EnumSetSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.EnumSetSerializer
 
EnumTypeBuilder - org.apache.dubbo.metadata.definition.builder中的类
2015/1/27.
EnumTypeBuilder() - 类 的构造器org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
 
EnvelopeFactory - com.alibaba.com.caucho.hessian.io中的类
 
EnvelopeFactory() - 类 的构造器com.alibaba.com.caucho.hessian.io.EnvelopeFactory
 
environment(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
Environment - org.apache.dubbo.common.config中的类
 
Environment() - 类 的构造器org.apache.dubbo.common.config.Environment
 
ENVIRONMENT - 接口 中的静态变量org.apache.dubbo.config.Constants
Environment name
EnvironmentAdapter - org.apache.dubbo.common.infra.support中的类
 
EnvironmentAdapter() - 类 的构造器org.apache.dubbo.common.infra.support.EnvironmentAdapter
 
EnvironmentConfiguration - org.apache.dubbo.common.config中的类
Configuration from system environment
EnvironmentConfiguration() - 类 的构造器org.apache.dubbo.common.config.EnvironmentConfiguration
 
EnvironmentUtils - org.apache.dubbo.config.spring.util中的类
The utilities class for Environment
EnvironmentUtils() - 类 的构造器org.apache.dubbo.config.spring.util.EnvironmentUtils
 
EOF - 类 中的静态变量org.apache.dubbo.common.utils.IOUtils
 
EQUAL - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
EQUAL_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
EQUAL_SPLIT_PATTERN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
equals(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianRemote
Defines equality
equals(Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
equals(Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
equals(Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
equals(Object) - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
equals(Object) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
ignore consumer url compare.
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
ignore consumer url compare.
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
 
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
equals(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
 
equals(Object) - 类 中的方法org.apache.dubbo.common.URL
 
equals(Object) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
equals(Object) - 类 中的方法org.apache.dubbo.common.utils.Log
 
equals(Object) - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
equals(Object) - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
equals(Object) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
equals(Object) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.EndpointResult
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
equals(Object) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
equals(Object) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Determines if the content of the specified buffer is identical to the content of this array.
equals(Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
equals(Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
equals(Collection<?>, Collection<?>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Compares the specified collection with another, the main implementation references AbstractSet
equals(ChannelBuffer, ChannelBuffer) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
error(String) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
error(String) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
error(String) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
error(String) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
error(String) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with error log level.
error(String) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
error(String) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
error(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
error(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
error(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
error(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
error(String, Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with error log level.
error(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
error(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
error(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
error(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
error(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
error(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
error(Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with error log level.
error(Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
error(Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
error(Logger, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
error(Logger, String, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
error(Logger, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
ERROR - org.apache.dubbo.common.logger.Level
ERROR
ERROR - org.apache.dubbo.common.status.Status.Level
ERROR
escaped() - 注释类型 中的方法org.apache.dubbo.config.support.Parameter
if escaped=true, escape it when append parameters to url
eventLoopGroup(int, String) - 类 中的静态方法org.apache.dubbo.remoting.api.NettyEventLoopFactory
 
eventLoopGroup(int, String) - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.NettyEventLoopFactory
 
EventType - org.apache.dubbo.remoting.zookeeper中的枚举
2019-02-26
example() - 注释类型 中的方法org.apache.dubbo.qos.command.annotation.Cmd
Command example
ExceedPayloadLimitException - org.apache.dubbo.remoting.transport中的异常错误
 
ExceedPayloadLimitException(String) - 异常错误 的构造器org.apache.dubbo.remoting.transport.ExceedPayloadLimitException
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.remoting.api.ConnectionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.SslServerTlsHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2ClientResponseHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2FrameServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleServerConnectionHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyHandler
 
ExceptionFilter - org.apache.dubbo.rpc.filter中的类
ExceptionInvokerFilter
ExceptionFilter() - 类 的构造器org.apache.dubbo.rpc.filter.ExceptionFilter
 
ExchangeChannel - org.apache.dubbo.remoting.exchange中的接口
ExchangeChannel.
ExchangeClient - org.apache.dubbo.remoting.exchange中的接口
ExchangeClient.
ExchangeCodec - org.apache.dubbo.remoting.exchange.codec中的类
ExchangeCodec.
ExchangeCodec() - 类 的构造器org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
ExchangeHandler - org.apache.dubbo.remoting.exchange中的接口
ExchangeHandler.
ExchangeHandlerAdapter - org.apache.dubbo.remoting.exchange.support中的类
ExchangeHandlerAdapter
ExchangeHandlerAdapter() - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeHandlerAdapter
 
ExchangeHandlerDispatcher - org.apache.dubbo.remoting.exchange.support中的类
ExchangeHandlerDispatcher
ExchangeHandlerDispatcher() - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
ExchangeHandlerDispatcher(ChannelHandler...) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
ExchangeHandlerDispatcher(Replier<?>) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
ExchangeHandlerDispatcher(Replier<?>, ChannelHandler...) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
exchanger(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
exchanger(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
Exchanger - com.alibaba.dubbo.remoting.exchange中的接口
已过时。
Exchanger - org.apache.dubbo.remoting.exchange中的接口
Exchanger.
EXCHANGER_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
Exchangers - org.apache.dubbo.remoting.exchange中的类
Exchanger facade.
ExchangeServer - org.apache.dubbo.remoting.exchange中的接口
ExchangeServer.
ExchangeServerDelegate - org.apache.dubbo.remoting.exchange.support中的类
ExchangeServerDelegate
ExchangeServerDelegate() - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
ExchangeServerDelegate(ExchangeServer) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
excluded() - 注释类型 中的方法org.apache.dubbo.config.support.Parameter
If excluded=true, ignore it when append parameters to url
excludedDeclaredClass(Class<?>) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Create an instance of Predicate for Method to exclude the specified declared class
excludedPackages() - 接口 中的方法org.apache.dubbo.common.extension.LoadingStrategy
 
excludedType(Class<? extends Annotation>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Build an instance of Predicate to excluded annotation type
execute() - 接口 中的方法org.apache.dubbo.common.function.ThrowableAction
Executes the action
execute(CommandContext, String[]) - 接口 中的方法com.alibaba.dubbo.qos.command.BaseCommand
已过时。
 
execute(Runnable) - 类 中的方法org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutor
 
execute(Runnable) - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
If the calling thread is still waiting for a callback task, add the task into the blocking queue to wait for schedule.
execute(Runnable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
execute(Runnable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
execute(Runnable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
execute(Runnable) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Stream
 
execute(ThrowableAction) - 接口 中的静态方法org.apache.dubbo.common.function.ThrowableAction
execute(CommandContext) - 接口 中的方法org.apache.dubbo.qos.command.CommandExecutor
Execute one command and return the execution result
execute(CommandContext) - 类 中的方法org.apache.dubbo.qos.command.DefaultCommandExecutor
 
execute(CommandContext, String[]) - 接口 中的方法com.alibaba.dubbo.qos.command.BaseCommand
已过时。
 
execute(CommandContext, String[]) - 接口 中的方法org.apache.dubbo.qos.command.BaseCommand
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.BaseOffline
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.BaseOnline
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Help
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Live
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Ls
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.PublishMetadata
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Quit
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Ready
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Startup
 
execute(CommandContext, String[]) - 类 中的方法org.apache.dubbo.qos.command.impl.Version
 
execute(T) - 接口 中的方法org.apache.dubbo.common.function.ThrowableConsumer
execute(T) - 接口 中的方法org.apache.dubbo.common.function.ThrowableFunction
execute(T, ThrowableConsumer<T>) - 接口 中的静态方法org.apache.dubbo.common.function.ThrowableConsumer
execute(T, ThrowableFunction<T, R>) - 接口 中的静态方法org.apache.dubbo.common.function.ThrowableFunction
ExecuteLimitFilter - org.apache.dubbo.rpc.filter中的类
The maximum parallel execution request count per method per service for the provider.If the max configured executes is set to 10 and if invoke request where it is already 10 then it will throws exception.
ExecuteLimitFilter() - 类 的构造器org.apache.dubbo.rpc.filter.ExecuteLimitFilter
 
executes() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
executes() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Maximum concurrent executes for the service, default value is 0 - no limits
executes() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
executes() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Maximum concurrent executes for the service, default value is 0 - no limits
executes(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
executes(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
EXECUTES_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
ExecutionChannelHandler - org.apache.dubbo.remoting.transport.dispatcher.execution中的类
Only request message will be dispatched to thread pool.
ExecutionChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
 
ExecutionDispatcher - org.apache.dubbo.remoting.transport.dispatcher.execution中的类
In addition to sending all the use thread pool processing
ExecutionDispatcher() - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
 
ExecutionException - org.apache.dubbo.remoting中的异常错误
ReceiveException
ExecutionException(Object, InetSocketAddress, InetSocketAddress, String) - 异常错误 的构造器org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, InetSocketAddress, InetSocketAddress, String, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, InetSocketAddress, InetSocketAddress, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, Channel, String) - 异常错误 的构造器org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, Channel, String, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, Channel, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.ExecutionException
 
EXECUTOR - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
EXECUTOR_SERVICE_COMPONENT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ExecutorRepository - org.apache.dubbo.common.threadpool.manager中的接口
 
ExecutorUtil - org.apache.dubbo.common.utils中的类
 
ExecutorUtil() - 类 的构造器org.apache.dubbo.common.utils.ExecutorUtil
 
ExitTelnetHandler - org.apache.dubbo.remoting.telnet.support.command中的类
ExitTelnetHandler
ExitTelnetHandler() - 类 的构造器org.apache.dubbo.remoting.telnet.support.command.ExitTelnetHandler
 
Experimental - org.apache.dubbo.common中的注释类型
Indicating unstable API, may get removed or changed in the next release.
ExpireThread() - 类 的构造器org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
 
ExpiringCache - org.apache.dubbo.cache.support.expiring中的类
This class store the cache value with the characteristic of expiration time.
ExpiringCache(URL) - 类 的构造器org.apache.dubbo.cache.support.expiring.ExpiringCache
 
ExpiringCacheFactory - org.apache.dubbo.cache.support.expiring中的类
Implement CacheFactory by extending AbstractCacheFactory and provide instance of new ExpiringCache.
ExpiringCacheFactory() - 类 的构造器org.apache.dubbo.cache.support.expiring.ExpiringCacheFactory
 
ExpiringMap<K,​V> - org.apache.dubbo.cache.support.expiring中的类
can be expired map Contains a background thread that periodically checks if the data is out of date
ExpiringMap() - 类 的构造器org.apache.dubbo.cache.support.expiring.ExpiringMap
 
ExpiringMap(int) - 类 的构造器org.apache.dubbo.cache.support.expiring.ExpiringMap
Constructor
ExpiringMap(int, int) - 类 的构造器org.apache.dubbo.cache.support.expiring.ExpiringMap
 
ExpiringMap.ExpireThread - org.apache.dubbo.cache.support.expiring中的类
Background thread, periodically checking if the data is out of date
export() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
export() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether to export service, default value is true
export() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether to export service, default value is true
export() - 类 中的方法org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter
 
export() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
export() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
export() - 接口 中的方法org.apache.dubbo.metadata.MetadataServiceExporter
Exports the MetadataService as a Dubbo service
export(Invoker<T>) - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
已过时。
 
export(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
export(Invoker<T>) - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
已过时。
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.qos.protocol.QosProtocolWrapper
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
export(Invoker<T>) - 接口 中的方法org.apache.dubbo.rpc.Protocol
Export service for remote invocation:
1.
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleProtocol
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.support.MockProtocol
 
EXPORT_ASYNC_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
EXPORT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The key name for export URL in register center
exportAsync() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Weather the service is export asynchronously
exported() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
exported() - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
 
exported(ServiceConfig) - 接口 中的方法org.apache.dubbo.config.ServiceListener
Callback when ServiceConfig is exported
exported(Exporter<?>) - 接口 中的方法org.apache.dubbo.rpc.ExporterListener
The exporter exported.
exported(Exporter<?>) - 类 中的方法org.apache.dubbo.rpc.listener.ExporterListenerAdapter
 
EXPORTED_SERVICES_REVISION_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of The revision for all exported Dubbo services.
Exporter<T> - com.alibaba.dubbo.rpc中的接口
已过时。
Exporter<T> - org.apache.dubbo.rpc中的接口
Exporter.
EXPORTER_LISTENER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
Exporter.CompatibleExporter<T> - com.alibaba.dubbo.rpc中的类
已过时。
 
ExporterListener - org.apache.dubbo.rpc中的接口
ExporterListener.
ExporterListenerAdapter - org.apache.dubbo.rpc.listener中的类
ExporterListenerAdapter
ExporterListenerAdapter() - 类 的构造器org.apache.dubbo.rpc.listener.ExporterListenerAdapter
 
exportInstanceMetadata(String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Export Metadata in Service Instance of Service Discovery
exportInstanceMetadata(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
exportURL(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
Exports a URL
exportURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
extension(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
Extension - org.apache.dubbo.common中的注释类型
已过时。
because it's too general, switch to use SPI
EXTENSION_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.rest.Constants
 
ExtensionFactory - com.alibaba.dubbo.common.extension中的接口
已过时。
ExtensionFactory - org.apache.dubbo.common.extension中的接口
ExtensionFactory
ExtensionLoader<T> - org.apache.dubbo.common.extension中的类
ApplicationModel, DubboBootstrap and this class are at present designed to be singleton or static (by itself totally static or uses some static fields).
EXTRA_KEYS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
After simplify the registry, should add some parameter individually for provider.
extractProperties(ConfigurableEnvironment) - 类 中的静态方法org.apache.dubbo.config.spring.util.EnvironmentUtils
Extras The properties from ConfigurableEnvironment
extraKeys(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
ExtSerializerFactory - com.alibaba.com.caucho.hessian.io中的类
Factory for returning serialization methods.
ExtSerializerFactory() - 类 的构造器com.alibaba.com.caucho.hessian.io.ExtSerializerFactory
 

F

factory() - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
factory() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the factory which creates a ChannelBuffer whose type and default ByteOrder are same with this buffer.
factory() - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
factory() - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
factory() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
factory() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
FAIL_BACK - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
When fails, record failure requests and schedule for retry on a regular interval.
FAIL_BACK_TASKS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
FAIL_FAST - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.
FAIL_OVER - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked)
FAIL_PREFIX - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
FAIL_SAFE - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
When invoke fails, log the error message and ignore this error by returning an empty Result.
FailbackCluster - org.apache.dubbo.rpc.cluster.support中的类
FailbackCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailbackCluster
 
FailbackClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
When fails, record failure requests and schedule for retry on a regular interval.
FailbackClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker
 
FailbackRegistry - com.alibaba.dubbo.registry.support中的类
已过时。
FailbackRegistry - org.apache.dubbo.registry.support中的类
FailbackRegistry.
FailbackRegistry(URL) - 类 的构造器com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
FailbackRegistry(URL) - 类 的构造器org.apache.dubbo.registry.support.FailbackRegistry
 
FailedRegisteredTask - org.apache.dubbo.registry.retry中的类
FailedRegisteredTask
FailedRegisteredTask(URL, FailbackRegistry) - 类 的构造器org.apache.dubbo.registry.retry.FailedRegisteredTask
 
FailedSubscribedTask - org.apache.dubbo.registry.retry中的类
FailedSubscribedTask
FailedSubscribedTask(URL, FailbackRegistry, NotifyListener) - 类 的构造器org.apache.dubbo.registry.retry.FailedSubscribedTask
 
FailedUnregisteredTask - org.apache.dubbo.registry.retry中的类
FailedUnregisteredTask
FailedUnregisteredTask(URL, FailbackRegistry) - 类 的构造器org.apache.dubbo.registry.retry.FailedUnregisteredTask
 
FailedUnsubscribedTask - org.apache.dubbo.registry.retry中的类
FailedUnsubscribedTask
FailedUnsubscribedTask(URL, FailbackRegistry, NotifyListener) - 类 的构造器org.apache.dubbo.registry.retry.FailedUnsubscribedTask
 
FailfastCluster - org.apache.dubbo.rpc.cluster.support中的类
FailfastCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailfastCluster
 
FailfastClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.
FailfastClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker
 
FailoverCluster - org.apache.dubbo.rpc.cluster.support中的类
FailoverCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailoverCluster
 
FailoverClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked) Note that retry causes latency.
FailoverClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker
 
FailsafeCluster - org.apache.dubbo.rpc.cluster.support中的类
FailsafeCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailsafeCluster
 
FailsafeClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
When invoke fails, log the error message and ignore this error by returning an empty Result.
FailsafeClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailsafeClusterInvoker
 
FailsafeLogger - org.apache.dubbo.common.logger.support中的类
 
FailsafeLogger(Logger) - 类 的构造器org.apache.dubbo.common.logger.support.FailsafeLogger
 
FAILURE - org.apache.dubbo.rpc.protocol.tri.Stream.OperationResult
 
FAILURE - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
FASTJSON_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
FIELD - org.apache.dubbo.common.beanutil.JavaBeanAccessor
Field accessor.
FieldUtils - org.apache.dubbo.common.utils中的接口
The utilities class for Java Reflection Field
file(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
FILE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
FileRouterFactory - org.apache.dubbo.rpc.cluster.router.file中的类
 
FileRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.file.FileRouterFactory
 
FileSystemDynamicConfiguration - org.apache.dubbo.common.config.configcenter.file中的类
File-System based DynamicConfiguration implementation
FileSystemDynamicConfiguration() - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfiguration(File) - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfiguration(File, String) - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfiguration(File, String, String) - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfiguration(File, String, String, int) - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfiguration(File, String, String, int, long) - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfiguration(URL) - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
FileSystemDynamicConfigurationFactory - org.apache.dubbo.common.config.configcenter.file中的类
File-System based DynamicConfigurationFactory implementation
FileSystemDynamicConfigurationFactory() - 类 的构造器org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfigurationFactory
 
FileSystemServiceDiscovery - org.apache.dubbo.registry.client中的类
File System ServiceDiscovery implementation
FileSystemServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
fillInStackTrace() - 异常错误 中的方法org.apache.dubbo.registry.support.SkipFailbackWrapperException
 
fillServiceInstance(DefaultServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
filter() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
filter() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
filter() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Filters for service invocation
filter() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Filters for service invocation
filter() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Filters for service invocation
filter() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Filters for service invocation
filter(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
filter(ClientRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
filter(ClientRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ContainerRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
filter(ContainerRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(S, Predicate<T>) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
Filter - com.alibaba.dubbo.rpc中的接口
已过时。
Filter - org.apache.dubbo.rpc中的接口
Extension for intercepting the invocation for both service provider and consumer, furthermore, most of functions in dubbo are implemented base on the same mechanism.
FILTER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
FILTER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
filterAll(S, Predicate<T>...) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
filterAny(S, Predicate<T>...) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
FilterChainBuilder - org.apache.dubbo.rpc.cluster.filter中的接口
 
FilterChainBuilder.ClusterFilterChainNode<T,​TYPE extends ClusterInvoker<T>,​FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
Works on consumer side
FilterChainBuilder.FilterChainNode<T,​TYPE extends Invoker<T>,​FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
Works on provider side
FilterChainNode(TYPE, Invoker<T>, FILTER) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
FilterConstants - org.apache.dubbo.common.constants中的接口
 
filterDefaultValues(Annotation, Map<String, Object>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Filter default value of Annotation type
filterDefaultValues(Class<? extends Annotation>, Map<String, Object>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Filter default value of Annotation type
filterDubboProperties(ConfigurableEnvironment) - 类 中的静态方法org.apache.dubbo.config.spring.util.EnvironmentUtils
Filters Dubbo Properties from ConfigurableEnvironment
filterFirst(Iterable<T>, Predicate<T>...) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
filterList(S, Predicate<T>) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
filterLocalHost(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
filterSet(S, Predicate<T>) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
filterStream(S, Predicate<T>) - 接口 中的静态方法org.apache.dubbo.common.function.Streams
 
find(Class<?>, Class<?>) - 接口 中的静态方法org.apache.dubbo.common.convert.multiple.MultiValueConverter
Find the MultiValueConverter instance from ExtensionLoader with the specified source and target type
find(String) - 类 中的方法org.apache.dubbo.common.bytecode.CustomizedLoaderClassPath
Obtains the URL of the specified class file.
findActualTypeArgument(Type, Class<?>, int) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
findActualTypeArguments(Type, Class<?>) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
findAnnotation(AnnotatedElement, Class<A>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the annotation that is annotated on the specified element may be a meta-annotation
findAnnotation(AnnotatedElement, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the annotation that is annotated on the specified element may be a meta-annotation
findCandidateComponents(String) - 类 中的方法org.apache.dubbo.config.spring.context.annotation.DubboClassPathBeanDefinitionScanner
 
findConstructor(Class<?>, Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
findField(Class<?>, String) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Find the Field by the name in the specified class and its inherited types
findField(Object, String) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Find the Field by the name in the specified class and its inherited types
findHierarchicalTypes(Class<?>, Class<T>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Find the hierarchical types from the source class by specified type.
findLevel(Level) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
findLevelWithThreadName(Level, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
findMessage(String) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
findMessage(Level, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
findMetaAnnotation(Class<? extends Annotation>, Class<A>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the meta annotation from the annotation type by meta annotation type
findMetaAnnotation(AnnotatedElement, Class<A>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the meta annotation from the annotated element by meta annotation type
findMetaAnnotation(AnnotatedElement, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the meta annotation from the annotated element by meta annotation type
findMetaAnnotations(Class<? extends Annotation>, Class<A>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the meta annotations from the the annotation type by meta annotation type
findMetaAnnotations(AnnotatedElement, Class<A>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Find the meta annotations from the the the annotated element by meta annotation type
findMethod(Class, String) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Find the Method by the the specified type and method name without the parameter types
findMethod(Class, String, Class<?>...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Find the Method by the the specified type, method name and parameter types
findMethodByMethodName(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
findMethodByMethodSignature(Class<?>, String, String[]) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
findName(String) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
findNearestOverriddenMethod(Method) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Find the nearest overridden method from the inherited class
findNetworkInterface() - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
Get the suitable NetworkInterface
findOverriddenMethod(Method, Class<?>) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Find the overridden method from the declaring class
findParameterizedTypes(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
findSerializerFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Gets the serializer factory.
findSerializerFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Gets the serializer factory, creating a default if necessary.
findThread(String) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
first(Collection<T>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Take the first element from the specified collection
FixedParamValue - org.apache.dubbo.common.url.component.param中的类
In lower case
FixedParamValue(String...) - 类 的构造器org.apache.dubbo.common.url.component.param.FixedParamValue
 
FixedThreadPool - org.apache.dubbo.common.threadpool.support.fixed中的类
Creates a thread pool that reuses a fixed number of threads
FixedThreadPool() - 类 的构造器org.apache.dubbo.common.threadpool.support.fixed.FixedThreadPool
 
FLOAT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
FLOAT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
FLOAT - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
FLOAT_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
FLOAT_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
float2bytes(float) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
float2bytes(float, byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
float2bytes(float, byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
FloatArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
FloatArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.FloatArrayMerger
 
floatValue() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
FLOWCONTROL_WINDOW - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
flush() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
flush() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
flush() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingOutput
Flushes the output.
flush() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
 
flush() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
 
flush() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
flushBuffer() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
flushBuffer() - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Flush buffer.
flushBuffer() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
flushBuffer() - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectOutput
 
flushBuffer() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
FORBIDDEN_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
FORCE_APPLICATION - org.apache.dubbo.registry.client.migration.model.MigrationStep
 
FORCE_INTERFACE - org.apache.dubbo.registry.client.migration.model.MigrationStep
 
FORCE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
FORCE_PREFIX - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
FORCE_USE_TAG - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
forEach(Consumer<? super Map.Entry<CharSequence, CharSequence>>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
forEachConnection(Consumer<Connection>) - 接口 中的方法org.apache.dubbo.remoting.api.ConnectionManager
 
forEachConnection(Consumer<Connection>) - 类 中的方法org.apache.dubbo.remoting.api.MultiplexProtocolConnectionManager
 
forEachConnection(Consumer<Connection>) - 类 中的方法org.apache.dubbo.remoting.api.SingleProtocolConnectionManager
 
FORKING - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
Invoke a specific number of invokers concurrently, usually used for demanding real-time operations, but need to waste more service resources.
ForkingCluster - org.apache.dubbo.rpc.cluster.support中的类
ForkingCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.ForkingCluster
 
ForkingClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
NOTICE!
ForkingClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker
 
forks(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
FORKS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
FORM_PARAM_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @FormParam
formatType(String) - 类 中的静态方法org.apache.dubbo.metadata.definition.model.TypeDefinition
Format the String presenting Java type
formatTypes(String[]) - 类 中的静态方法org.apache.dubbo.metadata.definition.model.TypeDefinition
Format the String array presenting Java types
FormParamParameterProcessor - org.apache.dubbo.metadata.rest.jaxrs中的类
The AnnotatedMethodParameterProcessor implementation for JAX-RS's @FormParam
FormParamParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.FormParamParameterProcessor
 
forName(ClassLoader, String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
forName(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
forName(String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
Same as Class.forName(), except that it works for primitive types.
forName(String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Same as Class.forName(), except that it works for primitive types.
forName(String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
forName(String[], String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
forName(String, ClassLoader) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forName(String, ClassLoader) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forNameWithCallerClassLoader(String, Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
forNameWithCallerClassLoader(String, Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
 
forNameWithThreadContextClassLoader(String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
forNameWithThreadContextClassLoader(String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
 
FrameworkExt - org.apache.dubbo.common.context中的接口
 
FrameworkStatusReporter - org.apache.dubbo.common.status.reporter中的接口
 
from(URL) - 类 中的静态方法org.apache.dubbo.common.URLBuilder
 
fromCode(int) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
fromCode(GrpcStatus.Code) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
fromInt(int) - 枚举 中的静态方法org.apache.dubbo.remoting.zookeeper.EventType
 
fromMessage(String) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
FST_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
FullServiceDefinition - org.apache.dubbo.metadata.definition.model中的类
2018/10/25
FullServiceDefinition() - 类 的构造器org.apache.dubbo.metadata.definition.model.FullServiceDefinition
 
FUTURE - org.apache.dubbo.rpc.InvokeMode
 
FutureAdapter<V> - com.alibaba.dubbo.rpc.protocol.dubbo中的类
已过时。
FutureAdapter<V> - org.apache.dubbo.rpc.protocol.dubbo中的类
This is the type of the Future instance users get in an async call: 1. unwrap AppResponse in appResponseFuture and convert to plain biz result represented by FutureAdapter. 2. customized behaviors meaningful for RPC, for example, FutureAdapter.cancel(boolean)
FutureAdapter(ResponseFuture) - 类 的构造器com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
FutureAdapter(CompletableFuture<Object>) - 类 的构造器com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
FutureAdapter(CompletableFuture<AppResponse>) - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
 
FutureContext - org.apache.dubbo.rpc中的类
Used for async call scenario.
FutureContext() - 类 的构造器org.apache.dubbo.rpc.FutureContext
 
FutureFilter - org.apache.dubbo.rpc.protocol.dubbo.filter中的类
EventFilter
FutureFilter() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter
 

G

GENERAL_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
generalize(Object) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
generalize(Object[]) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
generate() - 类 中的方法org.apache.dubbo.common.extension.AdaptiveClassCodeGenerator
generate and return class code
generateConfigId(C) - 类 中的静态方法org.apache.dubbo.config.context.ConfigManager
 
generateId(String, int) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
generateKey(ReferenceConfigBase<?>) - 接口 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache.KeyGenerator
 
generateReferenceKey(Map<String, Object>, PropertyResolver) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
generateReferenceKey(ReferenceBean, PropertyResolver) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
generateReferenceKey(BeanDefinition, PropertyResolver) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
generateServiceKey() - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
generic() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
Do not need specify generic value, judge by injection type and interface class
generic() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
已过时。
Do not need specify generic value, judge by injection type and interface class
generic() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Do not need specify generic value, judge by injection type and interface class
generic(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
generic(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
generic(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
GENERIC - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
GENERIC_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
GENERIC_PARAMETER_DESC - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_RAW_RETURN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_SERIALIZATION_BEAN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_SERIALIZATION_DEFAULT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_SERIALIZATION_GSON - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_SERIALIZATION_NATIVE_JAVA - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_SERIALIZATION_PROTOBUF - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GENERIC_WITH_CLZ_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GenericException - com.alibaba.dubbo.rpc.service中的异常错误
已过时。
GenericException - org.apache.dubbo.rpc.service中的异常错误
GenericException
GenericException() - 异常错误 的构造器com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
GenericException() - 异常错误 的构造器org.apache.dubbo.rpc.service.GenericException
 
GenericException(String, String) - 异常错误 的构造器com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
GenericException(String, String) - 异常错误 的构造器org.apache.dubbo.rpc.service.GenericException
 
GenericException(Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
GenericException(Throwable) - 异常错误 的构造器org.apache.dubbo.rpc.service.GenericException
 
GenericFilter - org.apache.dubbo.rpc.filter中的类
GenericInvokerFilter.
GenericFilter() - 类 的构造器org.apache.dubbo.rpc.filter.GenericFilter
 
GenericImplFilter - org.apache.dubbo.rpc.filter中的类
GenericImplInvokerFilter
GenericImplFilter() - 类 的构造器org.apache.dubbo.rpc.filter.GenericImplFilter
 
GenericJSONConverter - org.apache.dubbo.common.json中的类
已过时。
GenericJSONConverter() - 类 的构造器org.apache.dubbo.common.json.GenericJSONConverter
已过时。
 
GenericService - com.alibaba.dubbo.rpc.service中的接口
已过时。
GenericService - org.apache.dubbo.rpc.service中的接口
Generic service interface
GenericServiceDetector - org.apache.dubbo.rpc.service中的类
 
GenericServiceDetector() - 类 的构造器org.apache.dubbo.rpc.service.GenericServiceDetector
 
get() - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseFuture
已过时。
get result.
get() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
get() - 类 中的方法com.alibaba.dubbo.rpc.Result.AbstractResult
已过时。
 
get() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
get values.
get() - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
Returns the current value for the current thread
get() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
get() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
get() - 类 中的方法org.apache.dubbo.common.utils.Holder
 
get() - 类 中的方法org.apache.dubbo.config.ReferenceConfig
 
get() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
get() - 类 中的方法org.apache.dubbo.qos.textui.TTable.Border
get border style
get() - 类 中的方法org.apache.dubbo.qos.textui.TTree
 
get() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
get() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
This method will always return after a maximum 'timeout' waiting: 1. if value returns before timeout, return normally. 2. if no value returns after timeout, throw TimeoutException.
get() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
 
get() - 接口 中的方法org.apache.dubbo.rpc.Result
 
get() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
get() - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
已过时。
get(int) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseFuture
已过时。
get result with the specified timeout.
get(int) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get.
get(int) - 类 中的方法org.apache.dubbo.common.utils.Stack
get.
get(int) - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
get(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
get(long, TimeUnit) - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
get(long, TimeUnit) - 类 中的方法com.alibaba.dubbo.rpc.Result.AbstractResult
已过时。
 
get(long, TimeUnit) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
get(long, TimeUnit) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
get(long, TimeUnit) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
 
get(long, TimeUnit) - 接口 中的方法org.apache.dubbo.rpc.Result
 
get(CharSequence) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
get(CharSequence) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.Http2HeaderMeta
 
get(CharSequence) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Metadata
 
get(Class<T>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
get(Object) - 类 中的方法com.alibaba.com.caucho.hessian.util.IdentityIntMap
Puts a new value in the property table with the appropriate flags
get(Object) - 类 中的方法com.alibaba.com.caucho.hessian.util.IntMap
Puts a new value in the property table with the appropriate flags
get(Object) - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
get(Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
get(Object) - 接口 中的方法org.apache.dubbo.cache.Cache
API to return stored value using a key.
get(Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringCache
API to return stored value using a key against the calling thread specific store.
get(Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
get(Object) - 类 中的方法org.apache.dubbo.cache.support.jcache.JCache
 
get(Object) - 类 中的方法org.apache.dubbo.cache.support.lfu.LfuCache
API to return stored value using a key against the calling thread specific store.
get(Object) - 类 中的方法org.apache.dubbo.cache.support.lru.LruCache
API to return stored value using a key against the calling thread specific store.
get(Object) - 类 中的方法org.apache.dubbo.cache.support.threadlocal.ThreadLocalCache
API to return stored value using a key against the calling thread specific store.
get(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
get(Object) - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
get(Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
get(Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
get(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
get(String) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get.
get(String) - 接口 中的方法org.apache.dubbo.common.store.DataStore
return a snapshot value of componentName
get(String) - 类 中的方法org.apache.dubbo.common.store.support.SimpleDataStore
 
get(String) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
get(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
get(String) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
已过时。
get(String) - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get value.
get(String, int) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
get(String, Class<T>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
Fetch cache with the specified key.
get(String, String) - 接口 中的方法org.apache.dubbo.common.store.DataStore
 
get(String, String) - 类 中的方法org.apache.dubbo.common.store.support.SimpleDataStore
 
get(K) - 类 中的方法org.apache.dubbo.common.utils.LFUCache
 
get(URL) - 类 中的方法org.apache.dubbo.metadata.AbstractServiceNameMapping
Get the service names from the specified Dubbo service interface, group, version and protocol
get(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
get(ReferenceConfigBase<T>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
getAbsolutePath() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getAbsolutePath() - 类 中的方法org.apache.dubbo.common.URL
 
getAccepts() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getAccepts() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getAccepts() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getAccepts() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
getAccessKey() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
getAccessKey(URL, Invocation) - 类 中的方法org.apache.dubbo.auth.DefaultAccessKeyStorage
 
getAccessKey(URL, Invocation) - 接口 中的方法org.apache.dubbo.auth.spi.AccessKeyStorage
get AccessKeyPair of this request
getAccesslog() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getAccesslog() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getActivateExtension(URL, String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
This is equivalent to getActivateExtension(url, key, null)
getActivateExtension(URL, String[]) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
This is equivalent to getActivateExtension(url, values, null)
getActivateExtension(URL, String[], String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Get activate extensions.
getActivateExtension(URL, String, String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
This is equivalent to getActivateExtension(url, url.getParameter(key).split(","), null)
getActivateExtensions() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getActive() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get active.
getActives() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getActives() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getAdaptiveExtension() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getAddress() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getAddress() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
getAddress() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getAddress() - 类 中的方法org.apache.dubbo.common.URL
 
getAddress() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getAddress() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getAddress() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getAddress() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getAddress() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getAddress() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getAddress() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getAddress() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
getAddress() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
getAddress() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
getAddress() - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
getAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
getAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getAddressSize(String) - 类 中的方法org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
getAddressSize(String) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationAddressComparator
 
getAddressToTagnames() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getAddrMetadata() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterCache
 
getAddrPool() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterCache
 
getAlgorithm() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
Gets the encryption algorithm for the content.
getAlgorithm() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
Gets the encryption algorithm for the content.
getAlive() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getAlive() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getAll(Class<T>) - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
getAllCommandClass() - 类 中的静态方法org.apache.dubbo.qos.command.util.CommandHelper
 
getAllCorrespondingServiceInstanceList(String) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosInstanceManageUtil
 
getAllDeclaredAnnotations(Class<?>, Predicate<Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get all directly declared annotations of the specified type and its' all hierarchical types, not including meta annotations.
getAllDeclaredAnnotations(AnnotatedElement, Predicate<Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get all directly declared annotations of the the annotated element, not including meta annotations.
getAllDeclaredMethods(Class<?>, Predicate<Method>...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Get all declared methods of the declared class, including the inherited methods.
getAllFieldNames(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Get all field names of target type
getAllGenericInterfaces(Type, Predicate<ParameterizedType>...) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
Get all generic interfaces that are assignable from ParameterizedType interface
getAllGenericSuperClasses(Type, Predicate<ParameterizedType>...) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
Get all generic super classes that are assignable from ParameterizedType interface
getAllGenericTypes(Type, Predicate<ParameterizedType>...) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
Get all generic types(including super classes and interfaces) that are assignable from ParameterizedType interface
getAllInheritedTypes(Class<?>, Predicate<Class<?>>...) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Get all inherited types from the specified type
getAllInstances() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getAllInstances(String, String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
getAllInterfaces(Class<?>, Predicate<Class<?>>...) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Get all interfaces from the specified type
getAllInvokers() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getAllInvokers() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
getAllInvokers() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
getAllInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
getAllMetaAnnotations(Class<? extends Annotation>, Predicate<Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get all meta annotations from the specified annotation type
getAllMethodModels() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
Return all method models for the current service
getAllMethodModels() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getAllMethods() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
Return all method models for the current service
getAllMethods() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getAllMethods() - 类 中的方法org.apache.dubbo.rpc.model.ServiceDescriptor
 
getAllMethods(Class<?>, Predicate<Method>...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Get all public methods of the declared class, including the inherited methods.
getAllParams() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getAllParams() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getAllParams() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getAllServiceDiscoveries() - 类 中的静态方法org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
 
getAllServices() - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
getAllSuperClasses(Class<?>, Predicate<Class<?>>...) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Get all super classes from the specified type
getAndAdd(int) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
getAndDecrement() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
getAndIncrement() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
getAndListen(URL, MappingListener) - 类 中的方法org.apache.dubbo.metadata.AbstractServiceNameMapping
Get the service names from the specified Dubbo service interface, group, version and protocol
getAndListen(URL, MappingListener) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
getAndListenInstanceMetadata(String, InstanceMetadataChangedListener) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
1.
getAndListenInstanceMetadata(String, InstanceMetadataChangedListener) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getAndListenServices(URL, URL, MappingListener) - 类 中的方法org.apache.dubbo.metadata.AbstractServiceNameMapping
 
getAndListenServices(URL, URL, MappingListener) - 接口 中的方法org.apache.dubbo.metadata.ServiceNameMapping
1.developer explicitly specifies the application name this interface belongs to 2.check Interface-App mapping 3.use the services specified in registry url.
getAndSet(int) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
getAnnotation(AnnotatedElement, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get the Annotation from the specified the annotated element and annotation class name
getAnnotationType() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
getAnnotationType() - 接口 中的方法org.apache.dubbo.metadata.rest.AnnotatedMethodParameterProcessor
The string presenting the annotation type
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.jaxrs.DefaultValueParameterProcessor
 
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.jaxrs.FormParamParameterProcessor
 
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.jaxrs.HeaderParamParameterProcessor
 
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.jaxrs.MatrixParamParameterProcessor
 
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.jaxrs.QueryParamParameterProcessor
 
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.springmvc.RequestHeaderParameterProcessor
 
getAnnotationType() - 类 中的方法org.apache.dubbo.metadata.rest.springmvc.RequestParamParameterProcessor
 
getAnyMethodParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
getAnyMethodParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getAnyMethodParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Get any method related parameter which match key
getAnyMethodParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
getAnyMethodParameter(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getApiVersion() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
getApp() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getAppConfigFile() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getAppConfigMap() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getAppConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getAppExternalConfigMap() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getAppExternalConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getAppExternalConfiguration() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getApplication() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getApplication() - 类 中的方法org.apache.dubbo.common.URL
 
getApplication() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
Always use the global ApplicationConfig
getApplication() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
getApplication() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getApplication() - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getApplication() - 类 中的方法org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
getApplication() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getApplication() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
已过时。
getApplication(String) - 类 中的方法org.apache.dubbo.common.URL
 
getApplicationConfig() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getApplicationContext() - 类 中的方法org.apache.dubbo.config.spring.ConfigCenterBean
 
getApplicationOrElseThrow() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getApplications() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getApplications() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getAppMetadata(SubscriberMetadataIdentifier, Map<String, String>) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
getAppMetadata(SubscriberMetadataIdentifier, Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
getAppMetadata(SubscriberMetadataIdentifier, Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
getAppName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
getAppNames(String) - 接口 中的静态方法org.apache.dubbo.metadata.ServiceNameMapping
 
getAppResponse() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getApps() - 类 中的方法org.apache.dubbo.metadata.MappingChangedEvent
 
getApps() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getArchitecture() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getArgc() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getArgp() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getArgs() - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
getArgs() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getArgs(int) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
getArgs(int) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated bytes args = 2;
getArgs(int) - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated bytes args = 2;
getArgsCount() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
getArgsCount() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated bytes args = 2;
getArgsCount() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated bytes args = 2;
getArgsList() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
getArgsList() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated bytes args = 2;
getArgsList() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated bytes args = 2;
getArgTypes(int) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
getArgTypes(int) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated string argTypes = 3;
getArgTypes(int) - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated string argTypes = 3;
getArgTypesBytes(int) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
getArgTypesBytes(int) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated string argTypes = 3;
getArgTypesBytes(int) - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated string argTypes = 3;
getArgTypesCount() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
getArgTypesCount() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated string argTypes = 3;
getArgTypesCount() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated string argTypes = 3;
getArgTypesList() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
getArgTypesList() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
repeated string argTypes = 3;
getArgTypesList() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
repeated string argTypes = 3;
getArguments() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getArguments() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getArguments() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getArguments() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getArguments() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get arguments.
getArguments() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get arguments.
getArguments() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getArguments() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get arguments.
getArguments(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
getArguments(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getArray(int) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get JSONArray value.
getArray(String) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get JSONArray value.
getAsyncContext() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getAsyncContext() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getAsyncInfo(String) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getAsyncThreadNum() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getAsyncThreadNum() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getAttachment(String) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getAttachment(String) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getAttachment(String) - 接口 中的方法org.apache.dubbo.rpc.Invocation
get attachment by key.
getAttachment(String) - 接口 中的方法org.apache.dubbo.rpc.Result
get attachment by key.
getAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
getAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
getAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
getAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getAttachment(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
getAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getAttachment(String, String) - 接口 中的方法org.apache.dubbo.rpc.Invocation
get attachment by key with default value.
getAttachment(String, String) - 接口 中的方法org.apache.dubbo.rpc.Result
get attachment by key with default value.
getAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getAttachments() - 类 中的方法org.apache.dubbo.rpc.AppResponse
已过时。
getAttachments() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
已过时。
getAttachments() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getAttachments() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get attachments.
getAttachments() - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getAttachments() - 接口 中的方法org.apache.dubbo.rpc.Result
get attachments.
getAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
getAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
已过时。
getAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
getAttribute(Annotation, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get the attribute from the specified annotation
getAttribute(String) - 接口 中的方法org.apache.dubbo.common.infra.InfraAdapter
 
getAttribute(String) - 类 中的方法org.apache.dubbo.common.infra.support.CmdbAdapter
 
getAttribute(String) - 类 中的方法org.apache.dubbo.common.infra.support.EnvironmentAdapter
 
getAttribute(String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
getAttribute(String) - 类 中的方法org.apache.dubbo.common.URL
 
getAttribute(String) - 接口 中的方法org.apache.dubbo.remoting.Channel
get attribute.
getAttribute(String) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
getAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
getAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
getAttribute(String) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getAttribute(String) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
getAttribute(String) - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getAttribute(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getAttributeMap() - 类 中的方法org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
getAttributeMap() - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getAttributes() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getAttributes() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getAttributes() - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
getAttributes() - 类 中的方法org.apache.dubbo.common.URL
 
getAttributes() - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getAttributes() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getAttributes(Annotation, boolean) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get attributes of annotation
getAuth() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getAuthority() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getAuthority() - 类 中的方法org.apache.dubbo.common.URL
 
getAvailablePort() - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getAvailablePort(int) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getAverageElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get average elapsed.
getAverageTps() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
Calculate average TPS (Transaction per second).
getBackupAddress() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getBackupAddress() - 类 中的方法org.apache.dubbo.common.URL
 
getBackupAddress(int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getBackupAddress(int) - 类 中的方法org.apache.dubbo.common.URL
 
getBackupUrls() - 类 中的方法org.apache.dubbo.common.URL
 
getBeanName() - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
Get the name of ServiceBean
getBeanPropertyFields(Class) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getBeanPropertyReadMethods(Class) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getBindAddress() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
getBodyIndex() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getBodyType() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getBool_value() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getBoolean(int, boolean) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get boolean value.
getBoolean(String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getBoolean(String, boolean) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getBoolean(String, boolean) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get boolean value.
getBoolean(String, Boolean) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getBooleanParameter(String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getBooleanParameter(String) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getParameter(String, boolean)
getBooleanParameter(String, boolean) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getBooleanParameter(String, boolean) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getParameter(String, boolean)
getBootstrap() - 类 中的方法org.apache.dubbo.config.ReferenceConfig
 
getBootstrap() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
getBorder() - 类 中的方法org.apache.dubbo.qos.textui.TTable
get border
getBoxedClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getBoxedClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getBroadcastAddress() - 类 中的方法org.apache.dubbo.common.utils.CIDRUtils
 
getBuffer() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getBuffer() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getBuffer(byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferFactory
 
getBuffer(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getBuffer(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getBuffer(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
 
getBuffer(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferFactory
 
getBuffer(int) - 类 中的方法org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getBuffer(int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getBuffer(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
 
getBuffer(ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferFactory
 
getBuffer(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getBuffer(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getBuffer(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
 
getById(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
getByKey(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
getByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getByte(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Gets a byte at the specified absolute index in this buffer.
getByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getByte(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getByte(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
getBytes(int, byte[]) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, OutputStream, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
getBytesOutputStream() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Returns an output stream to write binary data.
getCaAddr() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getCache() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getCache() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
getCache() - 类 中的静态方法org.apache.dubbo.config.utils.ReferenceConfigCache
Get the cache use default name and ReferenceConfigCache.DEFAULT_KEY_GENERATOR to generate cache key.
getCache() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AddrCache
 
getCache(URL, Invocation) - 接口 中的方法com.alibaba.dubbo.cache.CacheFactory
已过时。
 
getCache(URL, Invocation) - 类 中的方法com.alibaba.dubbo.cache.support.AbstractCacheFactory
已过时。
 
getCache(String) - 类 中的静态方法org.apache.dubbo.config.utils.ReferenceConfigCache
Get the cache use specified name and ReferenceConfigCache.KeyGenerator.
getCache(String, ReferenceConfigCache.KeyGenerator) - 类 中的静态方法org.apache.dubbo.config.utils.ReferenceConfigCache
Get the cache use specified ReferenceConfigCache.KeyGenerator.
getCache(URL, Invocation) - 类 中的方法com.alibaba.dubbo.cache.support.AbstractCacheFactory
已过时。
 
getCache(URL, Invocation) - 接口 中的方法org.apache.dubbo.cache.CacheFactory
CacheFactory implementation class needs to implement this return underlying cache instance for method against url and invocation.
getCache(URL, Invocation) - 类 中的方法org.apache.dubbo.cache.support.AbstractCacheFactory
Takes URL and invocation instance and return cache instance for a given url.
getCachedDynamicProperty(String, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getCachedMapping() - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
getCachedMapping() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getCachedMapping(String) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
getCachedMapping(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getCachedMapping(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
getCachedMapping(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getCachedServiceInstances() - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
已过时。
getCacheFile() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getCacheProperties() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getCacheUrls(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
getCacheUrls(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getCallbacks() - 类 中的方法org.apache.dubbo.common.lang.ShutdownHookCallbacks
 
getCallbacks() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getCallerClassLoader(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
getCallerClassLoader(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
 
getCanonicalName() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
getCanonicalNameForParameterizedType(ParameterizedType) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.ClassUtils
 
getCapacity() - 类 中的方法org.apache.dubbo.common.utils.LFUCache
 
getCategory() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getCategory() - 类 中的方法org.apache.dubbo.common.URL
 
getCategory() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
getCategory(String) - 类 中的方法org.apache.dubbo.common.URL
 
getCategory(String[]) - 类 中的方法org.apache.dubbo.common.URL
 
getCause() - 异常错误 中的方法com.alibaba.com.caucho.hessian.io.HessianProtocolException
Returns the underlying cause.
getCause() - 异常错误 中的方法com.alibaba.com.caucho.hessian.io.IOExceptionWrapper
 
getCertChain(int) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
getCertChain(int) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
PEM-encoded certificate chain.
getCertChain(int) - 接口 中的方法istio.v1.auth.Ca.IstioCertificateResponseOrBuilder
PEM-encoded certificate chain.
getCertChainBytes(int) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
getCertChainBytes(int) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
PEM-encoded certificate chain.
getCertChainBytes(int) - 接口 中的方法istio.v1.auth.Ca.IstioCertificateResponseOrBuilder
PEM-encoded certificate chain.
getCertChainCount() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
getCertChainCount() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
PEM-encoded certificate chain.
getCertChainCount() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateResponseOrBuilder
PEM-encoded certificate chain.
getCertChainList() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
getCertChainList() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
PEM-encoded certificate chain.
getCertChainList() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateResponseOrBuilder
PEM-encoded certificate chain.
getCertificate() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
The X509 certificate to obtain the public key of the recipient.
getCertificate() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
The X509 certificate to obtain the public key of the recipient.
getChangeType() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
getChannel() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
getChannel() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
getChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getChannel(InetSocketAddress) - 接口 中的方法org.apache.dubbo.remoting.RemotingServer
get channel.
getChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyServer
 
getChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServer
 
getChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
getChannelHandler() - 接口 中的方法com.alibaba.dubbo.remoting.Channel
已过时。
 
getChannelHandler() - 接口 中的方法org.apache.dubbo.remoting.Endpoint
get channel handler.
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
getChannelHandlers() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getChannels() - 接口 中的方法org.apache.dubbo.remoting.RemotingServer
get channels.
getChannels() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyHandler
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyServer
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServer
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
getCharset() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getCharset() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getChildren(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
getChildren(String) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
getClassFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
 
getClassLoader() - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
 
getClassLoader() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2SerializerFactory
 
getClassLoader() - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getClassLoader() - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getClassLoader() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getClassLoader(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
get class loader
getClassLoader(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
get class loader
getClassName() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
getClassName() - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
getClassName() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getClassName(Type) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
getClassNameProperty() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
getClassNames(Iterable<? extends Type>) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
getClassPool() - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
getClassPool(ClassLoader) - 类 中的静态方法org.apache.dubbo.common.bytecode.ClassGenerator
 
getClient() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getClient() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getClient() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getClient() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getClient() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getClient() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getClient() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
getClientAttachment() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
get consumer side attachment ( A --> B , in A side)
getClientKeyCertChainPath() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getClientKeyCertChainPathStream() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getClientKeyPassword() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getClientPrivateKeyPath() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getClientPrivateKeyPathStream() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getClientStream(ChannelHandlerContext) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
getClientTrustCertCollectionPath() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getClientTrustCertCollectionPathStream() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getCloseFuture() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
getCluster() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getCluster() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getCluster() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getCluster() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getCluster() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getCluster() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getCluster() - 接口 中的方法org.apache.dubbo.registry.xds.XdsEnv
 
getCluster(String) - 接口 中的静态方法org.apache.dubbo.rpc.cluster.Cluster
 
getCluster(String, boolean) - 接口 中的静态方法org.apache.dubbo.rpc.cluster.Cluster
 
getCode() - 异常错误 中的方法com.alibaba.com.caucho.hessian.io.HessianServiceException
Returns the code.
getCode() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
getCodeBase(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getCodec() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getCodec() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getCodec() - 类 中的方法org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
getCodeSource() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
getCodeSource(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.ClassUtils
Get the code source file or class path of the Class passed in.
getColonSeparatedKey() - 类 中的方法org.apache.dubbo.common.URL
The format is "{interface}:[version]:[group]"
getColumnCount() - 类 中的方法org.apache.dubbo.qos.textui.TTable
get column count
getCommandClass(String) - 类 中的静态方法org.apache.dubbo.qos.command.util.CommandHelper
 
getCommandName() - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
getCompatibleCompletableFuture() - 类 中的方法org.apache.dubbo.rpc.FutureContext
已过时。
getCompatibleParamSignatures() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get parameter's signature, string representation of parameter types.
getCompatibleParamSignatures() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getCompatibleParamSignatures() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getCompiler() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getCompletableFuture() - 类 中的方法org.apache.dubbo.rpc.FutureContext
get future.
getCompletableFuture() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get CompletableFuture.
getCompletableFuture() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get CompletableFuture.
getConcatenatedParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getConcatenatedParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
getConditions() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
getConfig(Class<T>, String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
Get config instance by id or by name
getConfig(String, String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Get the configuration mapped to the given key and the given group with the default timeout
getConfig(String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
getConfig(String, String) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
getConfig(String, String, long) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Get the configuration mapped to the given key and the given group.
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration
 
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
getConfig(String, String, long) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
getConfigCenter() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
getConfigCenter(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getConfigCenters() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getConfigFile() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getConfigGroups() - 类 中的方法org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
getConfigItem(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
getConfigItem(String) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
getConfigItem(String, String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
get configItem which contains content and stat info.
getConfigItem(String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
getConfigItem(String, String) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfiguration
 
getConfigItem(String, String) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
getConfigItem(String, String) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
getConfigItem(String, String) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
getConfigKeys(String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Get the config keys by the specified group
getConfigKeys(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
getConfigKeys(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
 
getConfigKeys(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
getConfigKeys(String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
TODO Nacos does not support atomic update of the value mapped to a key.
getConfigManager() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
getConfigManager() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getConfigs() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getConfigs(Class<C>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getConfigService() - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
getConfigService() - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
getConfigsMap(Class<C>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
There are two ways to get configuration during exposure / reference or at runtime: 1.
getConfigurationListeners(String) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.CacheListener
 
getConfigurationMaps() - 类 中的方法org.apache.dubbo.common.config.Environment
Get global configuration as map list
getConfigurationMaps(AbstractConfig, String) - 类 中的方法org.apache.dubbo.common.config.Environment
Get configuration map list for target instance
getConfigurator(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfiguratorFactory
 
getConfigurator(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfiguratorFactory
 
getConfigurator(URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.ConfiguratorFactory
get the configurator instance.
getConfigurators() - 类 中的方法org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
getConfigVersion() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getConnectAddress() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
getConnection() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
getConnectionFromChannel(Channel) - 类 中的静态方法org.apache.dubbo.remoting.api.Connection
 
getConnections() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getConnections() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getConsistentHash() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
getConstraintViolations() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
getConstructorArg(Class<?>) - 类 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
 
getConstructors() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getConsumer() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getConsumer(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getConsumerAddressNum(ConsumerModel) - 类 中的静态方法org.apache.dubbo.qos.command.util.ServiceCheckUtils
 
getConsumerModel() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
getConsumerModel(String) - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getConsumers() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getConsumerSide() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
getConsumerUrl() - 接口 中的方法org.apache.dubbo.registry.NotifyListener
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getConsumerUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getConsumerURL() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getConsumes() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getContent() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
getContent() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigItem
 
getContent(String) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
getContent(String) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
getContentType() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2Serialization
 
getContentType() - 类 中的方法org.apache.dubbo.common.serialize.java.CompactedJavaSerialization
 
getContentType() - 类 中的方法org.apache.dubbo.common.serialize.java.JavaSerialization
 
getContentType() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaSerialization
 
getContentType() - 接口 中的方法org.apache.dubbo.common.serialize.Serialization
Get content type
getContentTypeId() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2Serialization
 
getContentTypeId() - 类 中的方法org.apache.dubbo.common.serialize.java.CompactedJavaSerialization
 
getContentTypeId() - 类 中的方法org.apache.dubbo.common.serialize.java.JavaSerialization
 
getContentTypeId() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaSerialization
 
getContentTypeId() - 接口 中的方法org.apache.dubbo.common.serialize.Serialization
Get content type unique id, recommended that custom implementations use values different with any value of Constants and don't greater than ExchangeCodec.SERIALIZATION_MASK (31) because dubbo protocol use 5 bits to record serialization ID in header.
getContext() - 类 中的静态方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getContext() - 类 中的静态方法org.apache.dubbo.container.spring.SpringContainer
 
getContext() - 类 中的静态方法org.apache.dubbo.rpc.FutureContext
 
getContext() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
已过时。
getContextpath() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getContextpath() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getContextPath(ProtocolConfig) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getContexts() - 类 中的静态方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
getConverter(Class<?>, Class<?>) - 接口 中的静态方法org.apache.dubbo.common.convert.Converter
Get the Converter instance from ExtensionLoader with the specified source and target type
getCorethreads() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getCorethreads() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getCreateCertificateMethod() - 类 中的静态方法istio.v1.auth.IstioCertificateServiceGrpc
 
getCreator() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
getCsr() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
PEM-encoded certificate request.
getCsr() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
PEM-encoded certificate request.
getCsr() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateRequestOrBuilder
PEM-encoded certificate request.
getCsrBytes() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
PEM-encoded certificate request.
getCsrBytes() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
PEM-encoded certificate request.
getCsrBytes() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateRequestOrBuilder
PEM-encoded certificate request.
getCsrHost() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getCtx() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.HandshakeCompletionEvent
 
getCurrentAvailableInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getCycleReport() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getData() - 类 中的方法org.apache.dubbo.common.utils.DefaultPage
 
getData() - 接口 中的方法org.apache.dubbo.common.utils.Page
The data of current page
getData() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
getData() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
bytes data = 2;
getData() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
bytes data = 2;
getData() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapperOrBuilder
bytes data = 2;
getDataSize() - 接口 中的方法org.apache.dubbo.common.utils.Page
The size of data
getDeclaredAnnotations(AnnotatedElement, Predicate<Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get annotations that are directly present on this element.
getDeclaredField(Class<?>, String) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Like the Class.getDeclaredField(String) method without throwing any Exception
getDeclaredMethodNames() - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
get method name array.
getDeclaredMethods(Class<?>, Predicate<Method>...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Get all declared methods of the declared class, excluding the inherited methods
getDecodedParameter(String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getDecodedParameter(String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getDecoder() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyCodecAdapter
 
getDefaultConfigCenter() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getDefaultConfigs(Class<C>) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getDefaultConsumer() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
Only allows one default ConsumerConfig
getDefaultExtension() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Return default extension, return null if it's not configured.
getDefaultExtension() - 接口 中的静态方法org.apache.dubbo.metadata.MetadataServiceExporter
Get the default extension of MetadataServiceExporter
getDefaultExtension() - 接口 中的静态方法org.apache.dubbo.metadata.ServiceNameMapping
Get the default extension of ServiceNameMapping
getDefaultExtension() - 接口 中的静态方法org.apache.dubbo.metadata.WritableMetadataService
getDefaultExtensionName() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Return default extension name, return null if not configured.
getDefaultGroup() - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
getDefaultGroup() - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Get the default group for the operations
getDefaultGroup() - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getDefaultInstance() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
getDefaultInstance() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
getDefaultInstance() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
getDefaultInstance() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
getDefaultInstanceForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
getDefaultInstanceForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
getDefaultInstanceForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
getDefaultInstanceForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
getDefaultInstanceForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
getDefaultInstanceForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
getDefaultMetadataConfigs() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getDefaultMetadataInfo() - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
getDefaultMetadataInfo() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getDefaultPageSize() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Get the default size of pagination query
getDefaultPort() - 类 中的方法org.apache.dubbo.qos.protocol.QosProtocolWrapper
 
getDefaultPort() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
getDefaultPort() - 接口 中的方法org.apache.dubbo.rpc.Protocol
Get default port when user doesn't config the port.
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleProtocol
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.support.MockProtocol
 
getDefaultProtocols() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getDefaultProvider() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
Only allows one default ProviderConfig
getDefaultRegistries() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getDefaultTimeout() - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
getDefaultTimeout() - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Get the default timeout for the operations in milliseconds
getDefaultTimeout() - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
getDefaultValue(int) - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
getDefaultValue(Annotation, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get the default value of attribute on the specified annotation
getDefaultValue(Class<? extends Annotation>, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get the default value of attribute on the specified annotation
getDelay() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getDelay() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getDelay() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getDelay() - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
getDelay() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
getDelay() - 接口 中的方法org.apache.dubbo.registry.Registry
 
getDelay(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getDelayTime() - 类 中的方法org.apache.dubbo.registry.RegistryNotifier
 
getDelegate() - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
getDelegateHandler() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
Return the final handler (which may have been wrapped).
getDelegateServer() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
 
getDeprecated() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getDesc(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get class desc.
getDesc(Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get class array desc.
getDesc(Constructor<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get constructor desc. "()V", "(Ljava/lang/String;I)V"
getDesc(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get method desc.
getDesc(CtClass) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get class desc.
getDesc(CtConstructor) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get constructor desc. "()V", "(Ljava/lang/String;I)V"
getDesc(CtMethod) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get method desc.
getDescArray(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getDescription() - 类 中的方法org.apache.dubbo.common.status.Status
 
getDescriptor() - 类 中的静态方法istio.v1.auth.Ca
 
getDescriptor() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
getDescriptor() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
getDescriptor() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
getDescriptor() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
getDescriptor() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper
 
getDescriptor() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
getDescriptor() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
getDescriptor() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
getDescriptor() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
getDescriptorForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
getDescriptorForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
getDescriptorForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
getDescriptorForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
getDescWithoutMethodName(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get method desc.
getDescWithoutMethodName(CtMethod) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get method desc.
getDeserializer(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractSerializerFactory
Returns the deserializer for a class.
getDeserializer(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.ExtSerializerFactory
Returns the deserializer for a class.
getDeserializer(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Returns the deserializer for a class.
getDeserializer(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Returns a deserializer based on a string type.
getDestination() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
getDestinationRuleList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
getDetail() - 异常错误 中的方法com.alibaba.com.caucho.hessian.io.HessianServiceException
Returns the detail.
getDirectory() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getDirectory() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getDispatcher() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getDispatcher() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getDispather() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
getDispather() - 类 中的方法org.apache.dubbo.config.ProviderConfig
getDisplayServiceKey() - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
Format : interface:version
getDisplayServiceKey() - 类 中的方法org.apache.dubbo.common.URL
Format : interface:version
getDocument() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getDomains() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
getDouble(int, double) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get double value.
getDouble(String, double) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get double value.
getDubbo() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
getDubboBootstrap() - 类 中的方法org.apache.dubbo.config.spring.context.event.DubboBootstrapStatedEvent
Get DubboBootstrap instance
getDubboBootstrap() - 类 中的方法org.apache.dubbo.config.spring.context.event.DubboBootstrapStopedEvent
Get DubboBootstrap instance
getDubbocontext() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
getDubboProtocol() - 类 中的静态方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
getDubboShutdownHook() - 类 中的静态方法org.apache.dubbo.config.DubboShutdownHook
 
getDumpDirectory() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getDynamicConfiguration() - 接口 中的静态方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Find DynamicConfiguration instance
getDynamicConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getDynamicConfiguration(URL) - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory
 
getDynamicConfiguration(URL) - 接口 中的静态方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Get the instance of DynamicConfiguration by the specified connection URL
getDynamicConfiguration(URL) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfigurationFactory
 
getDynamicConfigurationFactory(String) - 接口 中的静态方法org.apache.dubbo.common.config.configcenter.DynamicConfigurationFactory
Get an instance of DynamicConfigurationFactory by the specified name.
getDynamicGlobalConfiguration() - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getDynamicGlobalConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getDynamicProperty(String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getDynamicProperty(String, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getEagleeyecontext() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
getEffectReferenceRegistryURLs() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getEffectServiceRegistryURLs() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getEmpty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getEmptyObject(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getEmptyRevision(String) - 类 中的静态方法org.apache.dubbo.metadata.RevisionResolver
 
getEmptyUrl(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
getEmptyUrl(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
getEnabled() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getEnabled() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getEnableFileCache() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getEncoder() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyCodecAdapter
 
getEncoding() - 类 中的方法org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
getEnd() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
getEndpoint(ServiceInstance, String) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the property value of port by the specified the metadata of service instance and protocol
getEndpoints() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getEndpoints() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.EndpointResult
 
getEndpoints(String) - 类 中的方法org.apache.dubbo.registry.xds.util.PilotExchanger
 
getEnumPropertyName() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
getEnums() - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
getEnvConfiguration() - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
Used to get properties from the os environment
getEnvironment() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getEnvironment() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getEnvironmentConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getErrorMessage() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
getExact() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
getExact() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
getExact() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getException() - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
getException() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getException() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getException() - 接口 中的方法org.apache.dubbo.rpc.Result
Get exception.
getExceptionClass() - 异常错误 中的方法com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
getExceptionClass() - 异常错误 中的方法org.apache.dubbo.rpc.service.GenericException
 
getExceptionMessage() - 异常错误 中的方法com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
getExceptionMessage() - 异常错误 中的方法org.apache.dubbo.rpc.service.GenericException
 
getExchangeChannel(InetSocketAddress) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeServer
get channel.
getExchangeChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getExchangeChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getExchangeChannels() - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeServer
get channels.
getExchangeChannels() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getExchangeChannels() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getExchangeHandler() - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
get message handler.
getExchangeHandler() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getExchanger() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getExchanger() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getExchanger(String) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
getExchanger(URL) - 类 中的静态方法org.apache.dubbo.remoting.exchange.Exchangers
 
getExecutes() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getExecutes() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getExecutor() - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.NacosConfigListener
 
getExecutor() - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport.NacosConfigListener
 
getExecutor() - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
getExecutor() - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
getExecutor() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getExecutor() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getExecutor(URL) - 接口 中的方法com.alibaba.dubbo.common.threadpool.ThreadPool
已过时。
 
getExecutor(URL) - 接口 中的方法com.alibaba.dubbo.common.threadpool.ThreadPool
已过时。
 
getExecutor(URL) - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getExecutor(URL) - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
 
getExecutor(URL) - 类 中的方法org.apache.dubbo.common.threadpool.support.cached.CachedThreadPool
 
getExecutor(URL) - 类 中的方法org.apache.dubbo.common.threadpool.support.eager.EagerThreadPool
 
getExecutor(URL) - 类 中的方法org.apache.dubbo.common.threadpool.support.fixed.FixedThreadPool
 
getExecutor(URL) - 类 中的方法org.apache.dubbo.common.threadpool.support.limited.LimitedThreadPool
 
getExecutor(URL) - 接口 中的方法org.apache.dubbo.common.threadpool.ThreadPool
Thread pool
getExecutorRepository() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getExecutorService() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
已过时。
getExpirationInterval() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
get expiration interval
getExpirationInterval() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
getExpireThread() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
getExport() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getExport() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getExportAsync() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getExportedServices() - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
getExportedServicesRevision(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The revision for all exported Dubbo services from the specified ServiceInstance.
getExportedServiceURLs() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
 
getExportedServiceURLs() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getExportedUrls() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getExportedURLs() - 类 中的方法org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter
 
getExportedURLs() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Get the sorted set of String that presents all Dubbo exported urls
getExportedURLs() - 接口 中的方法org.apache.dubbo.metadata.MetadataServiceExporter
Get the URLs that were exported
getExportedURLs(String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Get the sorted set of String that presents the specified Dubbo exported urls by the serviceInterface
getExportedURLs(String, String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Get the sorted set of String that presents the specified Dubbo exported urls by the serviceInterface and group
getExportedURLs(String, String, String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Get the sorted set of String that presents the specified Dubbo exported urls by the serviceInterface, group and version
getExportedURLs(String, String, String, String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Get the sorted set of String that presents the specified Dubbo exported urls by the serviceInterface, group, version and protocol
getExportedURLs(String, String, String, String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getExportedURLs(ServiceMetadataIdentifier) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
getExportedURLs(ServiceMetadataIdentifier) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
getExporterMap() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProtocol
 
getExporters() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProtocol
 
getExporters() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
getExportReferExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getExportReferExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
 
getExtendParams() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getExtendParams() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getExtendParams() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getExtension() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getExtension(Class<T>, String) - 接口 中的方法org.apache.dubbo.common.extension.ExtensionFactory
Get extension.
getExtension(Class<T>, String) - 类 中的方法org.apache.dubbo.common.extension.factory.AdaptiveExtensionFactory
 
getExtension(Class<T>, String) - 类 中的方法org.apache.dubbo.common.extension.factory.SpiExtensionFactory
 
getExtension(Class<T>, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getExtension(Class<T>, String) - 类 中的方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
getExtension(Class<T>, String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getExtension(String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Find the extension with the given name.
getExtension(String) - 接口 中的静态方法org.apache.dubbo.metadata.MetadataServiceExporter
Get the extension of MetadataServiceExporter by the type.
getExtension(String, boolean) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getExtension(URL) - 接口 中的静态方法org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
getExtension(URL) - 接口 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryFactory
Get the extension instance of ServiceDiscoveryFactory by the protocol
getExtensionLoader(Class<T>) - 类 中的静态方法org.apache.dubbo.common.extension.ExtensionLoader
 
getExtensionName(Class<?>) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getExtensionName(T) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getExternalConfigMap() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getExternalConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getExternalConfiguration() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getExtraAttributes(Map<String, String>) - 接口 中的方法org.apache.dubbo.common.infra.InfraAdapter
get extra attributes
getExtraAttributes(Map<String, String>) - 类 中的方法org.apache.dubbo.common.infra.support.CmdbAdapter
 
getExtraAttributes(Map<String, String>) - 类 中的方法org.apache.dubbo.common.infra.support.EnvironmentAdapter
1.
getExtraKeys() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getFailed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get failed.
getFailedAverageElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get failed average elapsed.
getFailedElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get failed elapsed.
getFailedMaxElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get failed max elapsed.
getFailureRecordTime() - 类 中的方法org.apache.dubbo.registry.client.event.RetryServiceInstancesChangedEvent
 
getFallback() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getFields() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getFieldValue(Object, Field) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Get the value of the specified Field
getFieldValue(Object, String) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Get the value of the specified Field
getFile() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
getFile() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
getFile() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
getFile() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
getFile() - 接口 中的方法org.apache.dubbo.common.logger.LoggerAdapter
Get the current logging file
getFile() - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
Get the current logging file
getFile() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
getFile() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getFile() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getFilter() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getFilter() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getFilter() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getFloat(int, float) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get float value.
getFloat(String, float) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get float value.
getForce() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getForce() - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
getForce(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getForks() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getFormParams() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getFuture() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
getFuture() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getFuture() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get future.
getFuture() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get future.
getFuture(long) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
getFuture(long) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
getGeneric() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getGeneric() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getGenericClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getGenericClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getGenericClass(Class<?>, int) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getGenericClass(Class<?>, int) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getGenericParameterTypes() - 类 中的方法org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
getGenericTypes(Type, Predicate<ParameterizedType>...) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
Get the specified types' generic types(including super classes and interfaces) that are assignable from ParameterizedType interface
getGlobalConfiguration() - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
Used to get an composite property value.
getGroup() - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
getGroup() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
getGroup() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getGroup() - 类 中的方法org.apache.dubbo.common.URL
 
getGroup() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getGroup() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getGroup() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getGroup() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getGroup() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getGroup() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getGroup() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getGroup() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getGroup() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
The group of the service
getGroup() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getGroup() - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getGroup() - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
getGroup() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getGroup() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getGroup() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
getGroup() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getGroup() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getGroup(String) - 类 中的方法org.apache.dubbo.common.URL
 
getGroup(URL) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosNamingServiceUtils
The group of NamingService to register
getGroup(AbstractInterfaceConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getHandler() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
getHandler() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
getHandler() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
已过时。
getHandler() - 接口 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDelegate
 
getHandler() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
getHandlers() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
getHeader(String) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getHeaderMapIndex() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getHeaderNames() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getHeaders() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getHeaders() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getHeaders() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getHeartbeat() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getHeartbeat(URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
getHeartbeat(URL) - 类 中的静态方法org.apache.dubbo.remoting.utils.UrlUtils
 
getHessianType() - 接口 中的方法com.alibaba.com.caucho.hessian.io.HessianRemoteObject
 
getHessianURL() - 接口 中的方法com.alibaba.com.caucho.hessian.io.HessianRemoteObject
 
getHost() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getHost() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getHost() - 类 中的方法org.apache.dubbo.common.URL
 
getHost() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getHost() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getHost() - 类 中的方法org.apache.dubbo.qos.server.Server
 
getHost() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getHost() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getHost() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The hostname of the registered service instance.
getHost() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
getHost() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getHostname() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getHostName(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getHostnameList() - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
getHosts() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
getHttpCode() - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
getId() - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
getId() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getId() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
getId() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getId() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
getId() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
getIDByName(String) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
 
getIdentifierKey() - 接口 中的方法org.apache.dubbo.metadata.report.identifier.BaseMetadataIdentifier
 
getIdentifierKey() - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getIdentifierKey() - 类 中的方法org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
getIdentifierKey() - 类 中的方法org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
getIdleTimeout(URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
getIdleTimeout(URL) - 类 中的静态方法org.apache.dubbo.remoting.utils.UrlUtils
 
getIfSet() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
getImports() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getIncludeSpringEnv() - 类 中的方法org.apache.dubbo.config.spring.ConfigCenterBean
 
getIndex() - 类 中的方法org.apache.dubbo.config.ArgumentConfig
 
getIndex() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getIndex(String) - 类 中的方法org.apache.dubbo.common.url.component.param.DynamicValues
 
getIndex(String) - 类 中的方法org.apache.dubbo.common.url.component.param.FixedParamValue
 
getIndex(String) - 接口 中的方法org.apache.dubbo.common.url.component.param.ParamValue
max index is 2^31 - 1
getIndexToEncoded() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getIndexToName() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getInitCode(Class<?>) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getInjectedFieldReferenceBeanMap() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
Get ReferenceBean Map in injected field.
getInjectedMethodReferenceBeanMap() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
Get ReferenceBean Map in injected method.
getInjvmProtocol() - 类 中的静态方法org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
getInnerConfigurations() - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
getInstance() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.EnumSetSerializer
 
getInstance() - 类 中的静态方法com.alibaba.com.caucho.hessian.io.java8.ZoneIdSerializer
 
getInstance() - 接口 中的静态方法org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer
 
getInstance() - 类 中的静态方法org.apache.dubbo.common.utils.SerializeClassChecker
 
getInstance() - 类 中的静态方法org.apache.dubbo.config.bootstrap.DubboBootstrap
See ApplicationModel and ExtensionLoader for why DubboBootstrap is designed to be singleton.
getInstance() - 类 中的静态方法org.apache.dubbo.qos.server.Server
 
getInstance() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getInstance() - 类 中的静态方法org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getInstance() - 类 中的静态方法org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getInstance() - 类 中的静态方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
 
getInstanceMetadataChangedListenerMap() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Get all Metadata listener from local
getInstanceMetadataChangedListenerMap() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getInstances(Iterable<String>, int, int) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
batch-get all service instances by the specified service names
getInstances(String) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
getInstances(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Gets all service instances by the specified service name.
getInstances(String) - 类 中的方法org.apache.dubbo.registry.dns.DNSServiceDiscovery
 
getInstances(String) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
getInstances(String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
getInstances(String) - 类 中的方法org.apache.dubbo.registry.xds.XdsServiceDiscovery
 
getInstances(String) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getInstances(String, int, int) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Gets the pagination of service instances by the specified service name.
getInstances(String, int, int, boolean) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Get the pagination of service instances by the specified service name.
getInstances(String, int, int, boolean) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
getInstances(String, int, int, boolean) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getInstancesOfApp(String) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getInt(int, int) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get int value.
getInt(String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getInt(String, int) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getInt(String, int) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get int value.
getInteger(String, Integer) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getInterface() - 类 中的方法com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
getInterface() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getInterface() - 类 中的方法org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getInterface() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getInterface() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
getInterface() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
get service type.
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getInterface() - 接口 中的方法org.apache.dubbo.rpc.Invoker
get service interface.
getInterface() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.protocol.InvokerWrapper
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.support.MockInvoker
 
getInterfaceClass() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
Get proxy interface class of this reference.
getInterfaceClass() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getInterfaceClass() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
The interface of this ReferenceBean, for injection purpose
getInterfaceName() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getInterfaceName() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getInterfaces() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getInterfaces() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getInternalFuture() - 类 中的方法org.apache.dubbo.rpc.AsyncContextImpl
 
getInternalInterfaces() - 类 中的静态方法org.apache.dubbo.rpc.proxy.AbstractProxyFactory
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.CompositeConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
getInternalProperty(String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.EnvironmentConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.InmemoryConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.PrefixedConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.PropertiesConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.common.config.SystemConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.config.context.ConfigConfigurationAdapter
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration
This method will be used by Configuration to get valid value at runtime.
getInternalProperty(String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
getInternalProperty(String) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfiguration
 
getInterval() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getIntParameter(String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getIntParameter(String) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getParameter(String, int)
getIntParameter(String, int) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getIntParameter(String, int) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getParameter(String, int)
getIntValue() - 枚举 中的方法org.apache.dubbo.remoting.zookeeper.EventType
 
getIntVersion(String) - 类 中的静态方法org.apache.dubbo.common.Version
 
getInvocation() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
Replace to getMethodName(), getParameterTypes(), getArguments()
getInvocation() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
已过时。
Replace to getMethodName(), getParameterTypes(), getArguments()
getInvocationId(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
getInvocationId(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getInvokeMode() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getInvokeMode(URL, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.Exporter.CompatibleExporter
已过时。
 
getInvoker() - 接口 中的方法com.alibaba.dubbo.rpc.Exporter
已过时。
 
getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getInvoker() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getInvoker() - 类 中的方法org.apache.dubbo.config.ReferenceConfig
已过时。
getInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getInvoker() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol.InvokerDelegate
 
getInvoker() - 接口 中的方法org.apache.dubbo.rpc.Exporter
get invoker.
getInvoker() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get the invoker in current context.
getInvoker() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerExporterWrapper
 
getInvoker() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractExporter
 
getInvoker() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
getInvoker() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
Replace to getUrl()
getInvoker() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getInvoker() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
已过时。
Replace to getUrl()
getInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
getInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getInvoker(T, Class<T>, URL) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
已过时。
 
getInvoker(T, Class<T>, URL) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
已过时。
 
getInvoker(T, Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory
 
getInvoker(T, Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.proxy.jdk.JdkProxyFactory
 
getInvoker(T, Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
 
getInvoker(T, Class<T>, URL) - 接口 中的方法org.apache.dubbo.rpc.ProxyFactory
create invoker.
getInvokerList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
getInvokers() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getInvokers() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
getInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AddrCache
 
getInvokers() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
getInvokers() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
Replace to getUrls()
getInvokers() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
已过时。
Replace to getUrls()
getIothreads() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getIothreads() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getIp() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getIp() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
Fetch IP address for this URL.
getIp() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getIp() - 类 中的方法org.apache.dubbo.common.URL
 
getIp() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getIpByConfig() - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getIpByHost(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getIstioMetaClusterId() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getItems() - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
getKeepAlive() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getKey() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
getKey() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
 
getKey() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
getKey() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getKey() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getKey() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getKey(int) - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
getKeyIndex(boolean, String) - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
getKind() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
getLabels() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
getLastCacheChanged() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getLayer() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getLazy() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getLevel() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
getLevel() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
getLevel() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
getLevel() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
getLevel() - 接口 中的方法org.apache.dubbo.common.logger.LoggerAdapter
Get the current logging level
getLevel() - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
Get logging level
getLevel() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
getLevel() - 类 中的方法org.apache.dubbo.common.status.Status
 
getListDeserializer(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getListDeserializer(String, Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getListener() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getListener() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getListener() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getListeners() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.impl.LdsProtocol
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerApiListingResource
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerService
 
getLivenessProbe() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getLoadbalance() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getLoadbalance() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getLoadBalancer() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
getLoadedAdaptiveExtensionInstances() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getLoadedExtension(String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Get extension's instance.
getLoadedExtensionInstances() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getLoadedExtensions() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Return the list of extensions which are already loaded.
getLoadingStrategies() - 类 中的静态方法org.apache.dubbo.common.extension.ExtensionLoader
getLocal() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
Replace to getStub()
getLocalAddress() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
get local address.
getLocalAddress() - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
Find first valid IP from local network card
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServer
 
getLocalAddress() - 接口 中的方法org.apache.dubbo.remoting.Endpoint
get local address.
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getLocalAddress() - 异常错误 中的方法org.apache.dubbo.remoting.RemotingException
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
getLocalAddress() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get local address.
getLocalAddress() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get local address.
getLocalAddressString() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getLocalAddressString() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getLocalAddressString() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getLocalHost() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getLocalHost() - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getLocalHost() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get local host.
getLocalHost() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get local host.
getLocalHostName() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getLocalHostName() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get local host name.
getLocalHostName() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get local host name.
getLocalInstance() - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
getLocalInstance() - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
getLocalInstance() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
getLocalInstance() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
getLocalMetadataService() - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
getLocalMigrationRule() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getLocalPort() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getLocalPort() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get local port.
getLocalPort() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get local port.
getLocalSocketAddress(String, int) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getLogger() - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
getLogger() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getLogger(Class<?>) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
getLogger(Class<?>) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
getLogger(Class<?>) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
getLogger(Class<?>) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
getLogger(Class<?>) - 接口 中的方法org.apache.dubbo.common.logger.LoggerAdapter
Get a logger
getLogger(Class<?>) - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
Get logger provider
getLogger(Class<?>) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
getLogger(String) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
getLogger(String) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
getLogger(String) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
getLogger(String) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
getLogger(String) - 接口 中的方法org.apache.dubbo.common.logger.LoggerAdapter
Get a logger
getLogger(String) - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
Get logger provider
getLogger(String) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
getLogLevel() - 类 中的方法org.apache.dubbo.common.utils.Log
 
getLogMessage() - 类 中的方法org.apache.dubbo.common.utils.Log
 
getLogMessage() - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
 
getLogName() - 类 中的方法org.apache.dubbo.common.utils.Log
 
getLogThread() - 类 中的方法org.apache.dubbo.common.utils.Log
 
getLong(int, long) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get long value.
getLong(String, long) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get long value.
getMagicCode() - 类 中的方法org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
getMatch() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
getMatchKey() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getMaxCapacity() - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
getMaxElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get max elapsed.
getMd5(String) - 类 中的静态方法org.apache.dubbo.common.utils.MD5Utils
 
getMD5(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
get md5.
getMD5(File) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
get md5.
getMD5(InputStream) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
get md5.
getMD5(String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
get md5.
getMerger() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getMerger(Class<T>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.merger.MergerFactory
Find the merger according to the returnType class, the merger will merge an array of returnType into one
getMessage() - 类 中的方法org.apache.dubbo.common.status.Status
 
getMessage() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getMessages() - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
getMeta() - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
getMetaAnnotations(Class<? extends Annotation>, Predicate<Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get the meta-annotated annotations directly, excluding Target, Retention and Documented
getMetadata() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadata() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadata() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateRequestOrBuilder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadata() - 类 中的方法org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
getMetadata() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getMetadata() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The key / value pair metadata associated with the service instance.
getMetadata() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getMetadata() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
getMetadata(String) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getMetadata(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
Get the value of metadata by the specified name
getMetadata(String, String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
Get the value of metadata by the specified name
getMetadata(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
getMetaData() - 类 中的方法org.apache.dubbo.config.AbstractConfig
The new instance of the AbstractConfig subclass should return empty metadata. The purpose is is to get the attributes set by the user instead of the default value when the AbstractConfig.refresh() method handles attribute overrides.
getMetaData() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getMetaData() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getMetadataBuilder() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadataConfigs() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getMetadataInfo() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getMetadataInfo(String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
 
getMetadataInfo(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getMetadataInfos() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
 
getMetadataInfos() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getMetadataOrBuilder() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadataOrBuilder() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadataOrBuilder() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateRequestOrBuilder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
getMetadataReport(String) - 类 中的静态方法org.apache.dubbo.metadata.report.MetadataReportInstance
 
getMetadataReport(URL) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReportFactory
 
getMetadataReport(URL) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReportFactory
 
getMetadataReportConfig() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
getMetadataReports() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
getMetadataReports(boolean) - 类 中的静态方法org.apache.dubbo.metadata.report.MetadataReportInstance
 
getMetadataRetryExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getMetadataRetryExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
 
getMetadataServiceParameter(URL) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
getMetadataServicePort() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getMetadataServiceProxy(ServiceInstance, ServiceDiscovery) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
getMetadataServiceURL() - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
getMetadataServiceURL() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getMetadataServiceURLsParams(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the multiple urls' parameters of MetadataService's Metadata
getMetadataStorageType(URL) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get metadata's storage type
getMetadataStorageType(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the metadata's storage type is used to which WritableMetadataService instance.
getMetadataType() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getMethod() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Returns the call's method
getMethod() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Returns the calls method
getMethod() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Returns the calls method
getMethod() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getMethod() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getMethod() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getMethod() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getMethod() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
getMethod() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getMethod() - 类 中的方法org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
getMethod(String, Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.model.ServiceDescriptor
Does not use Optional as return type to avoid potential performance decrease.
getMethod(String, String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceDescriptor
Does not use Optional as return type to avoid potential performance decrease.
getMethodArgTypes() - 类 中的方法org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
getMethodBooleanParameter(String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodBooleanParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getMethodParameter(String, String, boolean)
getMethodBooleanParameter(String, String, boolean) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodBooleanParameter(String, String, boolean) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getMethodParameter(String, String, boolean)
getMethodConfig(String) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getMethodDescriptor() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getMethodDescriptors() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
getMethodExtension(Class<T>, String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodExtension(Class<T>, String, String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodIntParameter(String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodIntParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getMethodParameter(String, String, int)
getMethodIntParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodIntParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getMethodParameter(String, String, int)
getMethodModel(Method) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
Return method model for the given method on consumer side
getMethodModel(String) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
Return method model for the given method on consumer side
getMethodModel(String, String[]) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getMethodModel(String, String[]) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getMethodModelList(String) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getMethodName() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getMethodName() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getMethodName() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getMethodName() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get method name.
getMethodName() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
getMethodName() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getMethodName() - 类 中的方法org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
getMethodName() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getMethodName() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get method name.
getMethodName() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getMethodName() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get method name.
getMethodName(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
getMethodName(Method, Class<?>[], String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getMethodName(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getMethodNames() - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
get method name array.
getMethodNumbers() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getMethodParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Get method related parameter.
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getMethodParameter(String, String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, boolean) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, char) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, char) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, double) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, float) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, long) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, short) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getMethodParameter(String, String, String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameterAndDecoded(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameterAndDecoded(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameterAndDecoded(String, String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodParameterAndDecoded(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodParameterStrict(String, String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Get method related parameter.
getMethodParameterStrict(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodPositiveIntParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getMethodPositiveIntParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getMethodPositiveParameter(String, String, int)
getMethodPositiveParameter(String, String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodPositiveParameter(String, String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodPositiveParameter(String, String, double) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodPositiveParameter(String, String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodPositiveParameter(String, String, float) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodPositiveParameter(String, String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodPositiveParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodPositiveParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodPositiveParameter(String, String, long) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodPositiveParameter(String, String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getMethodPositiveParameter(String, String, short) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getMethodPositiveParameter(String, String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getMethods() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getMethods() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getMethods() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
getMethods(Class<?>, boolean, boolean, Predicate<Method>...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Get all methods of the declared class
getMethods(Class<?>, Predicate<Method>...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Get all public methods of the declared class, including the inherited methods.
getMethods(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceDescriptor
 
getMetrics() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
getMetrics() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getMetricsByGroup(String) - 接口 中的方法org.apache.dubbo.monitor.MetricsService
 
getMigrationRule() - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
getMigrationRule() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getMigrationStep() - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
getMigrationStep() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getMock() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getMockObject(String, Class) - 类 中的静态方法org.apache.dubbo.rpc.support.MockInvoker
 
getMod() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
getModule() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getModule() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getMonitor() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getMonitor() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getMonitor() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getMonitor() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getMonitor(URL) - 接口 中的方法com.alibaba.dubbo.monitor.MonitorFactory
已过时。
 
getMonitor(URL) - 接口 中的方法com.alibaba.dubbo.monitor.MonitorFactory
已过时。
 
getMonitor(URL) - 接口 中的方法org.apache.dubbo.monitor.MonitorFactory
Create monitor.
getMonitor(URL) - 类 中的方法org.apache.dubbo.monitor.support.AbstractMonitorFactory
 
getMonitors() - 类 中的静态方法org.apache.dubbo.monitor.support.AbstractMonitorFactory
 
getMsg() - 类 中的方法org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedEvent
 
getMulticastSocket() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
getMultipleSerialization() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getN(Integer) - 类 中的方法org.apache.dubbo.common.url.component.param.DynamicValues
 
getN(Integer) - 类 中的方法org.apache.dubbo.common.url.component.param.FixedParamValue
DEFAULT value will be returned if n = 0
getN(Integer) - 接口 中的方法org.apache.dubbo.common.url.component.param.ParamValue
get value at the specified index.
getName() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getName() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getName() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getName() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getName() - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
getName() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getName() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
getName() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
getName() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getName(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get name.
getName(Constructor<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get constructor name. "()", "(java.lang.String,int)"
getName(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
get method name.
getName_match() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getNamespace() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getNetworkAddress() - 类 中的方法org.apache.dubbo.common.utils.CIDRUtils
 
getNetworker() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getNetworker() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getNoempty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getNonStaticFields(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.ClassUtils
Get all non-static fields of the Class passed in or its super classes.
getNotified() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
getNotified() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getNullBytesOf(Serialization) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
Get the null object serialize result byte[] of Serialization from the cache, if not, generate it first.
getNum_value() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getNumbers() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getObject() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
Create bean instance.
getObject(int) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get JSONObject value.
getObject(String) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get JSONObject value.
getObjectAttachment(String) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getObjectAttachment(String) - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
getObjectAttachment(String) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getObjectAttachment(String) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getObjectAttachment(String) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getObjectAttachment(String) - 接口 中的方法org.apache.dubbo.rpc.Result
get attachment by key.
getObjectAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
get attachment.
getObjectAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
get attachment.
getObjectAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getObjectAttachment(String, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getObjectAttachment(String, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
getObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getObjectAttachment(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getObjectAttachment(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Result
get attachment by key with default value.
getObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
getObjectAttachments() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getObjectAttachments() - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
getObjectAttachments() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getObjectAttachments() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getObjectAttachments() - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getObjectAttachments() - 接口 中的方法org.apache.dubbo.rpc.Result
get attachments.
getObjectAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get attachments.
getObjectAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
get attachments.
getObjectAttachments() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getObjectAttachmentWithoutConvert(String) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getObjectAttachmentWithoutConvert(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getObjectDeserializer(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getObjectDeserializer(String, Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getObjectType() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
getOffset() - 类 中的方法org.apache.dubbo.common.utils.DefaultPage
 
getOffset() - 接口 中的方法org.apache.dubbo.common.utils.Page
Gets the offset of request
getOnconnect() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getOndisconnect() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getOneof() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
getOneof() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
getOninvoke() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getOninvokeInstance() - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
getOninvokeMethod() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getOninvokeMethod() - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
getOnreturn() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getOnreturnInstance() - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
getOnreturnMethod() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getOnreturnMethod() - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
getOnthrow() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getOnthrowInstance() - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
getOnthrowMethod() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getOnthrowMethod() - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
getOptimizer() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getOptions() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
getOrDefault(String) - 枚举 中的静态方法org.apache.dubbo.metadata.MetadataServiceType
 
getOrDefaultExtension(String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
Get the extension by specified name if found, or returns the default one
getOrder() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
getOrder() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor
 
getOrder() - 类 中的方法org.apache.dubbo.config.spring.context.config.NamePropertyDefaultValueDubboConfigBeanCustomizer
已过时。
 
getOrder() - 类 中的方法org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener
 
getOrder() - 类 中的方法org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
getOrganization() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getOrganization() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getOriginal() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getOriginal() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getOriginal() - 类 中的方法com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
getOriginal() - 接口 中的方法com.alibaba.dubbo.rpc.Invoker
已过时。
 
getOriginalConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getOriginalInvoker() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
getOriginalURL() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getOriginRequest() - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
getOrigReferenceRegistryURLs() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getOrigServiceRegistryURLs() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getOutputStream() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
getOverrideListeners() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getOverrideURL() - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
getOwner() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getOwner() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getOwner() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getPageSize() - 类 中的方法org.apache.dubbo.common.utils.DefaultPage
 
getPageSize() - 接口 中的方法org.apache.dubbo.common.utils.Page
Gets the size of request for pagination query
getParamDesc() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
getParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
FIXME, Avoid calling this method on the main line.
getParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
get value of specified key in URLParam
getParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
getParameter(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getParameter(String) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getParameter(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getParameter(String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, boolean) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, char) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, char) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, double) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, float) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, long) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, short) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, Class<T>) - 类 中的方法org.apache.dubbo.common.URL
Get parameter
getParameter(String, Class<T>, T) - 类 中的方法org.apache.dubbo.common.URL
Get parameter
getParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getParameter(String, String[]) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameter(String, String[]) - 类 中的方法org.apache.dubbo.common.URL
 
getParameter(String, List<String>) - 类 中的方法org.apache.dubbo.common.URL
 
getParameterAndDecoded(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameterAndDecoded(String) - 类 中的方法org.apache.dubbo.common.URL
 
getParameterAndDecoded(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameterAndDecoded(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getParameterClasses() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
getParameterClasses() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getParameterClasses() - 类 中的方法org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
getParameters() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getParameters() - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getParameters() - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Get a Map like URLParam
getParameters() - 类 中的方法org.apache.dubbo.common.URL
 
getParameters() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getParameters() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getParameters() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getParameters() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getParameters() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getParameters() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getParameters() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getParameters() - 类 中的方法org.apache.dubbo.metadata.definition.model.FullServiceDefinition
 
getParameters() - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
getParameters() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getParameters() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getParameters(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getParameters(Predicate<String>) - 类 中的方法org.apache.dubbo.common.URL
Get the parameters to be selected(filtered)
getParameterTypes() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getParameterTypes() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getParameterTypes() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getParameterTypes() - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
getParameterTypes() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get parameter types.
getParameterTypes() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
getParameterTypes() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get parameter types.
getParameterTypes() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getParameterTypes() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get parameter types.
getParameterTypes(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
getParameterTypes(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getParameterTypesDesc() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getParameterValue(URL) - 枚举 中的方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Get the parameter value from the specified URL
getParamNames() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getParams() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getParams() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getParamsToRegistry(String[], String[]) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getParentPrefix() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getParser(Class<T>) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.SingleProtobufSerialization
 
getParserForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
getParserForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
getParserForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
getParserForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
getPassword() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPassword() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
getPassword() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getPassword() - 类 中的方法org.apache.dubbo.common.URL
 
getPassword() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getPassword() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getPassword() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getPassword() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getPath() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPath() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
getPath() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getPath() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getPath() - 类 中的方法org.apache.dubbo.common.URL
 
getPath() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
已过时。
getPath() - 类 中的方法org.apache.dubbo.config.ProviderConfig
已过时。
getPath() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getPath() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getPath() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getPath() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getPath() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
getPath() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getPathKey() - 类 中的方法org.apache.dubbo.common.URL
The format of return value is '{group}/{path/interfaceName}:{version}'
getPayload() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getPayload() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getPayload(InputStream) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
Read all payload to byte[]
getPhase() - 异常错误 中的方法org.apache.dubbo.remoting.TimeoutException
 
getPid() - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
getPluralTagName(Class<?>) - 类 中的静态方法org.apache.dubbo.config.AbstractConfig
 
getPoolRouterExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getPoolRouterExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
 
getPort() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPort() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getPort() - 类 中的方法org.apache.dubbo.common.URL
 
getPort() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getPort() - 类 中的方法org.apache.dubbo.config.MetricsConfig
 
getPort() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getPort() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getPort() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getPort() - 类 中的方法org.apache.dubbo.qos.server.Server
 
getPort() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance.Endpoint
 
getPort() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getPort() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getPort() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The port of the registered service instance.
getPort() - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
getPort() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getPort(int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPort(int) - 类 中的方法org.apache.dubbo.common.URL
 
getPortValue() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
getPositiveIntParameter(String, int) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
getPositiveIntParameter(String, int) - 类 中的方法org.apache.dubbo.common.URL
已过时。
Replace to getPositiveParameter(String, int)
getPositiveParameter(String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPositiveParameter(String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveParameter(String, double) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPositiveParameter(String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveParameter(String, float) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPositiveParameter(String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPositiveParameter(String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveParameter(String, long) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPositiveParameter(String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveParameter(String, short) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getPositiveParameter(String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveServiceParameter(String, String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveServiceParameter(String, String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveServiceParameter(String, String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveServiceParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveServiceParameter(String, String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getPositiveServiceParameter(String, String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getPreferred() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getPreferredExecutorService(Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
Currently, this method is mainly customized to facilitate the thread model on consumer side. 1.
getPrefix() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getPrefixedConfiguration(AbstractConfig, String) - 类 中的方法org.apache.dubbo.common.config.Environment
At start-up, Dubbo is driven by various configuration, such as Application, Registry, Protocol, etc.
getPrefixes() - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
getPrefixes() - 类 中的方法org.apache.dubbo.config.MethodConfig
Get method prefixes
getPrefixes() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getPrefixes() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getPrimitiveProperty() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
getPriority() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.multiple.StringToArrayConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.multiple.StringToIterableConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToBooleanConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToCharacterConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToCharArrayConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToDoubleConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToFloatConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToIntegerConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToLongConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToOptionalConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.convert.StringToShortConverter
 
getPriority() - 类 中的方法org.apache.dubbo.common.extension.DubboInternalLoadingStrategy
 
getPriority() - 类 中的方法org.apache.dubbo.common.extension.DubboLoadingStrategy
 
getPriority() - 类 中的方法org.apache.dubbo.common.extension.ServicesLoadingStrategy
 
getPriority() - 接口 中的方法org.apache.dubbo.common.lang.Prioritized
Get the priority
getPriority() - 类 中的方法org.apache.dubbo.metadata.rest.jaxrs.DefaultValueParameterProcessor
 
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableRouter
 
getPriority() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Router's priority, used to sort routers.
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
getPriority() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
getPrivateKey() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
The private key for decryption.
getPrivateKey() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
The key to obtain the private key of the recipient.
getPrivateKey() - 类 中的方法org.apache.dubbo.registry.xds.XdsCertificateSigner.CertPair
 
getProduces() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
getPrompt() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getPrompt() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getProperties() - 类 中的方法org.apache.dubbo.common.config.EnvironmentConfiguration
 
getProperties() - 类 中的方法org.apache.dubbo.common.config.InmemoryConfiguration
 
getProperties() - 类 中的方法org.apache.dubbo.common.config.PropertiesConfiguration
 
getProperties() - 类 中的方法org.apache.dubbo.common.config.SystemConfiguration
 
getProperties() - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
Get dubbo properties.
getProperties() - 类 中的方法org.apache.dubbo.config.context.ConfigConfigurationAdapter
 
getProperties() - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
getProperties(String, String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
This method are mostly used to get a compound config file with the default timeout, such as a complete dubbo.properties file.
getProperties(String, String, long) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
This method are mostly used to get a compound config file, such as a complete dubbo.properties file.
getProperties(String, String, long) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
getProperties(String, String, long) - 类 中的方法org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration
Recommend specify namespace and group when using Apollo.
getPropertiesConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getProperty(Object) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
getProperty(Object, String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Get the value from the specified bean and its getter method.
getProperty(String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
Gets a property from the configuration.
getProperty(String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getProperty(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
getProperty(String, Object) - 接口 中的方法org.apache.dubbo.common.config.Configuration
Gets a property from the configuration.
getProperty(String, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getProperty(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
getProperty(Properties, String, String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
getPropertyNameFromBeanReadMethod(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getPropertyNameFromBeanWriteMethod(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getPropertyNames() - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
get property name array.
getPropertyType(String) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
get property type.
getPropertyValue(Object, String) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
get property value.
getPropertyValue(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
getPropertyValues() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
getPropertyValues() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
getPropertyValues(Object, String[]) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
get property value.
getProportion() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getProportion() - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
getProportion(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getProtocol() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getProtocol() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
getProtocol() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getProtocol() - 类 中的方法org.apache.dubbo.common.URL
 
getProtocol() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getProtocol() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getProtocol() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getProtocol() - 类 中的方法org.apache.dubbo.config.MetricsConfig
 
getProtocol() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getProtocol() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getProtocol() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getProtocol() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getProtocol() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance.Endpoint
 
getProtocol() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getProtocol() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getProtocol() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getProtocol(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getProtocolIds() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getProtocols() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getProtocols() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getProtocolServiceKey() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getProtocolServiceKey() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.common.URL
 
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getProtocolServiceKey() - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getProtocolVersion() - 类 中的静态方法org.apache.dubbo.common.Version
 
getProvidedBy() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getProvider() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getProvider(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getProviderAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getProviderIds() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getProviderModel() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
getProviderModel(String) - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getProviders() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getProviderSide() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
getProviderUrl() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
getProxies() - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
getProxy() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getProxy(Invoker<T>) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
已过时。
 
getProxy(Invoker<T>, boolean) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
已过时。
 
getProxy(Class<?>...) - 类 中的静态方法org.apache.dubbo.common.bytecode.Proxy
Get proxy.
getProxy(ClassLoader, Class<?>...) - 类 中的静态方法org.apache.dubbo.common.bytecode.Proxy
Get proxy.
getProxy(Invoker<T>) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
已过时。
 
getProxy(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyFactory
 
getProxy(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
 
getProxy(Invoker<T>) - 接口 中的方法org.apache.dubbo.rpc.ProxyFactory
create proxy.
getProxy(Invoker<T>, boolean) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
已过时。
 
getProxy(Invoker<T>, boolean) - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyFactory
 
getProxy(Invoker<T>, boolean) - 类 中的方法org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
 
getProxy(Invoker<T>, boolean) - 接口 中的方法org.apache.dubbo.rpc.ProxyFactory
create proxy.
getProxy(Invoker<T>, Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyFactory
 
getProxy(Invoker<T>, Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory
 
getProxy(Invoker<T>, Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.proxy.jdk.JdkProxyFactory
 
getProxyFactory() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
 
getProxyObject() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
Return the proxy object used by called while creating instance of ConsumerModel
getPublicKey() - 类 中的方法org.apache.dubbo.registry.xds.XdsCertificateSigner.CertPair
 
getPublicNonStaticMethods(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.ClassUtils
Get all public, non-static methods of the Class passed in.
getPublishInstance() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getPublishInstance() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getPublishInterface() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getPublishInterface() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getQosAcceptForeignIp() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQosAcceptForeignIpCompatible() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQosEnable() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQosEnableCompatible() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
The format is the same as the springboot, including: getQosEnableCompatible(), getQosPortCompatible(), getQosAcceptForeignIpCompatible().
getQosHost() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQosHostCompatible() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQosPort() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQosPortCompatible() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getQueryStringValue(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
getQueues() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getQueues() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getQueues() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getRandomPort() - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
getRange() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
getRasKeySize() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getRawAddress() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getRawClass(Type) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
getRawParam() - 类 中的方法org.apache.dubbo.common.url.component.URLParam
get raw string like parameters
getRawParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getRawParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
getRawRule() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getRawType(Type) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
getReader() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Starts reading a string.
getReader() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
getReader() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
 
getReadinessProbe() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getReceived() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
getReconnect() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getRef() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getReferAsync() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getReference(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getReferenceAttributes(ReferenceBean) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
getReferenceAttributes(BeanDefinition) - 类 中的静态方法org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
getReferenceBeans() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
已过时。
getReferenceConfig() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
getReferenceConfig() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getReferenceProps() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
getReferenceRegistries() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getReferences() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getReferences() - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
getReferredReferences() - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
getReferredServices() - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
getRegex() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getRegisterConsumer() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getRegistered() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
getRegistered() - 类 中的方法org.apache.dubbo.config.DubboShutdownHook
 
getRegistered() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getRegisteredClasses() - 类 中的静态方法org.apache.dubbo.common.serialize.support.SerializableClassRegistry
get registered classes
getRegisteredConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getRegisteredConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
getRegistries() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getRegistries() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getRegistries() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getRegistries() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getRegistries() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
Get all registries
getRegistry() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getRegistry() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getRegistry() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getRegistry() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getRegistry() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getRegistry() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
getRegistry() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
 
getRegistry(URL) - 接口 中的方法com.alibaba.dubbo.registry.RegistryFactory
已过时。
 
getRegistry(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getRegistry(String) - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getRegistry(URL) - 接口 中的方法com.alibaba.dubbo.registry.RegistryFactory
已过时。
 
getRegistry(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryFactory
Connect to the registry
getRegistry(URL) - 类 中的方法org.apache.dubbo.registry.RegistryFactoryWrapper
 
getRegistry(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getRegistryCluster() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getRegistryCluster() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getRegistryIds() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getRegistryIds() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getRegistryNotificationExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getRegistryNotificationExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Scheduled executor handle registry notification.
getRegistryProtocol() - 类 中的静态方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getRegistryUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
getRemote() - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
getRemote() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
getRemoteAddress() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRemoteAddress() - 接口 中的方法org.apache.dubbo.remoting.Channel
get remote address.
getRemoteAddress() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getRemoteAddress() - 异常错误 中的方法org.apache.dubbo.remoting.RemotingException
 
getRemoteAddress() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
getRemoteAddress() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
getRemoteAddress() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
getRemoteAddress() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get remote address.
getRemoteAddress() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get remote address.
getRemoteAddressString() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRemoteAddressString() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get remote address string.
getRemoteAddressString() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get remote address string.
getRemoteApplication() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getRemoteApplication() - 类 中的方法org.apache.dubbo.common.URL
 
getRemoteApplicationName() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getRemoteApplicationName() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getRemoteCluster(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
getRemoteHost() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRemoteHost() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get remote host.
getRemoteHost() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get remote host.
getRemoteHostName() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRemoteHostName() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get remote host name.
getRemoteHostName() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get remote host name.
getRemoteMetadataService() - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
getRemotePort() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRemotePort() - 类 中的方法org.apache.dubbo.rpc.RpcContext
get remote port.
getRemotePort() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
get remote port.
getRemoteResolver() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Sets the resolver used to lookup remote objects.
getRemotingServer() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
getRemotingServer() - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
getReplyFault() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Returns any reply fault.
getReplyFault() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Returns any reply fault.
getRepository() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getRequest() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRequest() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getRequest() - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
getRequest() - 异常错误 中的方法org.apache.dubbo.remoting.ExecutionException
 
getRequest() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getRequest() - 类 中的方法org.apache.dubbo.rpc.RpcContext
Get the request object of the underlying RPC protocol, e.g.
getRequest() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
Get the request object of the underlying RPC protocol, e.g.
getRequest(Class<T>) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getRequest(Class<T>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
Get the request object of the underlying RPC protocol, e.g.
getRequest(Class<T>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
Get the request object of the underlying RPC protocol, e.g.
getRequestSerialization(URL, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.protocol.dubbo.DubboCodecSupport
 
getRequestWithoutData(Object) - 类 中的静态方法org.apache.dubbo.remoting.utils.PayloadDropper
only log body in debugger mode for size & security consideration.
getResource() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaEndpoint
 
getResource() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaListener
 
getResource() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaRoute
 
getResource() - 接口 中的方法org.apache.dubbo.registry.xds.util.protocol.DeltaResource
Get resource from delta stream
getResource(Set<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol
 
getResource(Set<String>) - 接口 中的方法org.apache.dubbo.registry.xds.util.protocol.XdsProtocol
Gets all resource by the specified resource name.
getResponse() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
Get the response object of the underlying RPC protocol, e.g.
getResponse() - 类 中的方法org.apache.dubbo.rpc.RpcContext
Get the response object of the underlying RPC protocol, e.g.
getResponse() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
Get the response object of the underlying RPC protocol, e.g.
getResponse(Class<T>) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
Get the response object of the underlying RPC protocol, e.g.
getResponse(Class<T>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
Get the response object of the underlying RPC protocol, e.g.
getResponse(Class<T>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
Get the response object of the underlying RPC protocol, e.g.
getResponseFuture() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
getResponseSerialization(URL, AppResponse) - 类 中的静态方法org.apache.dubbo.rpc.protocol.dubbo.DubboCodecSupport
 
getResult() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
getRetries() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getRetries() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getRetryPeriod() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getRetryTimes() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getReturnClass() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
getReturnClass() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getReturnType() - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
getReturnType() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getReturnType(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
getReturnType(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getReturnTypes() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
getReturnTypes() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getReturnTypes(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
getReturnTypes(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getReturnTypes(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getRevision() - 类 中的方法org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
getRevisionToMetadata() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getRootCause() - 异常错误 中的方法com.alibaba.com.caucho.hessian.io.HessianProtocolException
Returns the underlying cause.
getRootDirectory() - 类 中的方法org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
 
getRoute() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
getRouteConfigNames() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
getRoutedetail() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
getRouter() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getRouter(URL) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.RouterFactory
已过时。
 
getRouter(URL) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.RouterFactory
已过时。
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.CacheableRouterFactory
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionRouterFactory
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.AppRouterFactory
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.file.FileRouterFactory
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouterFactory
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mock.MockRouterFactory
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptRouterFactory
 
getRouter(URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.RouterFactory
Create router.
getRouter(URL, RouterChain) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory
 
getRouter(URL, RouterChain<T>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouterFactory
Create state router.
getRouterChain() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getRouterChain() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
getRouters() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getRowCount() - 类 中的方法org.apache.dubbo.qos.textui.TTable.ColumnDefine
get rows for the current column
getRule(String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Get the governance rule mapped to the given key and the given group
getRule(String, String, long) - 类 中的方法org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
getRule(String, String, long) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Get the governance rule mapped to the given key and the given group.
getRuleKey(URL) - 接口 中的静态方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
The format is '{interfaceName}:[version]:[group]'
getScannableClass() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
getScope() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getScope() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getScope() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getSecretGracePeriodRatio() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getSecretKey() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
getSecretTTL() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getSecureRandom() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
The random number generator for the shared secrets.
getSecureRandom() - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
The random number generator for the shared secrets.
getSendJavaType() - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionSerializer
Return true if the java type of the collection should be sent.
getSendJavaType() - 类 中的方法com.alibaba.com.caucho.hessian.io.MapSerializer
Return true if the java type of the collection should be sent.
getSent() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getSerializableClasses() - 接口 中的方法org.apache.dubbo.common.serialize.support.SerializationOptimizer
Get serializable classes
getSerialization() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getSerialization() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getSerialization(URL) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
 
getSerialization(URL, Byte) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
 
getSerializationById(Byte) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
 
getSerializedSize() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
getSerializedSize() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
getSerializedSize() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
getSerializedSize() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
getSerializer(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractSerializerFactory
Returns the serializer for a class.
getSerializer(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.ExtSerializerFactory
Returns the serializer for a class.
getSerializer(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Returns the serializer for a class.
getSerializerFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Gets the serializer factory.
getSerializerFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Gets the serializer factory.
getSerializerFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Gets the serializer factory.
getSerializerFactory() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInputFactory
 
getSerializerFactory() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.dubbo.AbstractHessian2FactoryInitializer
 
getSerializerFactory() - 接口 中的方法org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer
 
getSerializeType() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getSerializeType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
hessian4 json
getSerializeType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
hessian4 json
getSerializeType() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
hessian4 json
getSerializeType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string serializeType = 1;
getSerializeType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
string serializeType = 1;
getSerializeType() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapperOrBuilder
string serializeType = 1;
getSerializeTypeBytes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
hessian4 json
getSerializeTypeBytes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
hessian4 json
getSerializeTypeBytes() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapperOrBuilder
hessian4 json
getSerializeTypeBytes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string serializeType = 1;
getSerializeTypeBytes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
string serializeType = 1;
getSerializeTypeBytes() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapperOrBuilder
string serializeType = 1;
getServer() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getServer() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getServer() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getServer() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getServer() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getServer() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getServer() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
getServerAttachment() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
get provider side attachment from consumer ( A --> B , in B side)
getServerContext() - 类 中的静态方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getServerContext() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
get server side context. ( A <-- B , in B side)
getServerKeyCertChainPath() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getServerKeyCertChainPathStream() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getServerKeyPassword() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getServerPrivateKeyPath() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getServerPrivateKeyPathStream() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getServers() - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
已过时。
 
getServers() - 类 中的方法org.apache.dubbo.qos.protocol.QosProtocolWrapper
 
getServers() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getServers() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
getServers() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProtocol
 
getServers() - 接口 中的方法org.apache.dubbo.rpc.Protocol
Get all servers serving this protocol
getServers() - 类 中的方法org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
 
getServerShutdownTimeout() - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
getServerStatus() - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
getServerStream(ChannelHandlerContext) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
getServerTrustCertCollectionPath() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getServerTrustCertCollectionPathStream() - 类 中的方法org.apache.dubbo.config.SslConfig
 
getService() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getService() - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
Gets associated Service
getService() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getService() - 类 中的方法org.apache.dubbo.monitor.support.MetricsServiceDetector
 
getService() - 类 中的方法org.apache.dubbo.monitor.support.MonitorServiceDetector
 
getService() - 接口 中的方法org.apache.dubbo.rpc.model.BuiltinServiceDetector
 
getService() - 类 中的方法org.apache.dubbo.rpc.service.EchoServiceDetector
 
getService() - 类 中的方法org.apache.dubbo.rpc.service.GenericServiceDetector
 
getService(String) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getServiceAccount() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getServiceAnnotation() - 类 中的方法org.apache.dubbo.common.utils.ServiceAnnotationResolver
 
getServiceAppMapping(String, URL) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
getServiceAppMapping(String, URL) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
getServiceAppMapping(String, URL) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
getServiceAppMapping(String, MappingListener, URL) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
Service<-->Application Mapping -- START
getServiceAppMapping(String, MappingListener, URL) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
getServiceAppMapping(String, MappingListener, URL) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
getServiceBean() - 类 中的方法org.apache.dubbo.config.spring.context.event.ServiceBeanExportedEvent
Get ServiceBean instance
getServiceConfig() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceContext() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
Using to pass environment parameters in the whole invocation.
getServiceDefinition(String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Interface definition.
getServiceDefinition(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getServiceDefinition(String, String, String) - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Interface definition.
getServiceDefinition(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getServiceDefinition(MetadataIdentifier) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
getServiceDefinition(MetadataIdentifier) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
getServiceDefinition(MetadataIdentifier) - 类 中的方法org.apache.dubbo.metadata.store.redis.RedisMetadataReport
 
getServiceDefinition(MetadataIdentifier) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
getServiceDescriptor() - 类 中的静态方法istio.v1.auth.IstioCertificateServiceGrpc
 
getServiceDescriptor() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getServiceDiscoveries() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
getServiceDiscovery(URL) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
 
getServiceDiscovery(URL) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryFactory
Get the instance of ServiceDiscovery
getServiceDiscovery(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscoveryFactory
 
getServiceDiscoveryAddressNotificationExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getServiceDiscoveryAddressNotificationExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
 
getServiceDiscoveryInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getServiceDiscoveryInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
getServiceDiscoveryInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getServiceId() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getServiceInfo(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getServiceInstance() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceInstances() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
getServiceInterface() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getServiceInterface() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getServiceInterface() - 类 中的方法org.apache.dubbo.common.URL
 
getServiceInterface() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
The interface of remote service
getServiceInterface() - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getServiceInterface() - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
getServiceInterface() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getServiceInterface() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
getServiceInterfaceClass() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
Get service interface class of this reference.
getServiceInterfaceClass() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getServiceInterfaceClass() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceInterfaceClass() - 类 中的方法org.apache.dubbo.rpc.model.ServiceDescriptor
 
getServiceInterfaceName() - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
getServiceKey() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getServiceKey() - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
getServiceKey() - 类 中的方法org.apache.dubbo.common.URL
The format of return value is '{group}/{interfaceName}:{version}'
getServiceKey() - 类 中的方法org.apache.dubbo.metadata.MappingChangedEvent
 
getServiceKey() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getServiceKey() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getServiceKey() - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
getServiceKey() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getServiceKey() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceKey() - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getServiceKey() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getServiceKey() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getServiceKey(String, String, int) - 类 中的方法org.apache.dubbo.rpc.support.GroupServiceKeyCache
 
getServiceKey(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
getServiceListeners() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
getServiceMetadata() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getServiceMetadata() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getServiceMetadata() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getServiceMetadata() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getServiceMetadata() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
getServiceMethodParameter(String, String, String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameter(String, String, String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameter(String, String, String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameter(String, String, String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameter(String, String, String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameter(String, String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameterAndDecoded(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameterAndDecoded(String, String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceMethodParameterStrict(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceModel() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getServiceModel() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceName() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getServiceName() - 类 中的方法org.apache.dubbo.common.URL
已过时。
getServiceName() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getServiceName() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
getServiceName() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The name of service that current instance belongs to.
getServiceName() - 接口 中的方法org.apache.dubbo.rpc.Invocation
get the interface name
getServiceName() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
getServiceName() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getServiceName() - 类 中的方法org.apache.dubbo.rpc.model.ServiceDescriptor
 
getServiceName() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getServiceName() - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Return gthe service of access log entry
getServiceNames() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
Get the correlative service name
getServiceParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getServiceParameter(String, String, boolean) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, byte) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, char) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, double) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, float) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, int) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, long) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, short) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameter(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameters(String) - 类 中的方法org.apache.dubbo.common.URL
 
getServiceParameters(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
Avoid calling this method in RPC call.
getServiceRegistries() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getServiceRepository() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
getServices() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getServices() - 类 中的方法org.apache.dubbo.config.ReferenceConfig
已过时。
getServices() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getServices() - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
getServices() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Gets all service names
getServices() - 类 中的方法org.apache.dubbo.registry.dns.DNSServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.registry.xds.util.PilotExchanger
 
getServices() - 类 中的方法org.apache.dubbo.registry.xds.XdsServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getServices() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getServices() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
getServices() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.DubboHandlerRegistry
Returns the service definitions in this registry.
getServices(URL) - 类 中的方法org.apache.dubbo.metadata.AbstractServiceNameMapping
 
getServices(URL) - 接口 中的方法org.apache.dubbo.metadata.ServiceNameMapping
1.developer explicitly specifies the application name this interface belongs to 2.check Interface-App mapping
getServicesOfServer(int, int, String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
getServiceString(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
getServiceType() - 类 中的方法org.apache.dubbo.common.utils.ServiceAnnotationResolver
 
getServiceType() - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getSession() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getSessionListeners() - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
getShareconnections() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getSharedExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
getSharedExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Get the default shared threadpool.
getSharedExecutorService() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
get the shared executor for current Server or Client
getShutwait() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getSide() - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
getSide() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getSide() - 类 中的方法org.apache.dubbo.common.URL
 
getSide() - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getSide() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getSide(String) - 类 中的方法org.apache.dubbo.common.URL
 
getSignature(String, Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
getSimple() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
getSimpleClassName(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
get simple class name from qualified class name
getSimplified() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getSize() - 类 中的方法org.apache.dubbo.common.utils.LFUCache
Returns cache current size.
getSize(Object) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getSizeMethod(Class<?>) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
getSortedMetadata() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getSortedMetadata() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getSourceLabels() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getSourcesLabels() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
getSourceType() - 接口 中的方法org.apache.dubbo.common.convert.Converter
Get the source type
getSourceType() - 接口 中的方法org.apache.dubbo.common.convert.multiple.MultiValueConverter
Get the source type
getSpec() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
getSpec() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
getSsl() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
getSslConfig() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getSslEnabled() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getSslSession() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.HandshakeCompletionEvent
 
getStart() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
getStartupProbe() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getStat() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigItem
 
getStat() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getStatedUrl() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
getStateRouters() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getStatus() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getStatus() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getStatus() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
getStatus() - 异常错误 中的方法org.apache.dubbo.rpc.protocol.tri.TripleRpcException
 
getStatus(URL) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
getStatus(URL, String) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
getStep() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getStep() - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
getStep(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getSticky() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getSticky() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
getStr_value() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getStreamSubscriber() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getString(int) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get string value.
getString(String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
Get a string associated with the given configuration key.
getString(String) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get string value.
getString(String, String) - 接口 中的方法org.apache.dubbo.common.config.Configuration
Get a string associated with the given configuration key.
getStub() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getStubevent() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
getSubIds(Collection<Map<String, V>>, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
Search props and extract config ids
getSubmittedTaskCount() - 类 中的方法org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutor
 
getSubProperties(Collection<Map<String, V>>, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
Search props and extract sub properties.
getSubscribed() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
getSubscribed() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getSubscribedServices() - 类 中的方法org.apache.dubbo.config.ReferenceConfig
已过时。
getSubscribedURLs() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
the list of String that presents all Dubbo subscribed urls
getSubscribedURLs() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getSubscribedURLs(SubscriberMetadataIdentifier) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
getSubscribedURLs(SubscriberMetadataIdentifier) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
getSubscribeUrl() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getSubset() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getSubsetMap() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
getSubsets() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
getSucceeded() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get succeeded.
getSucceededAverageElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get succeeded average elapsed.
getSucceededElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get succeeded elapsed.
getSucceededMaxElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get succeeded max elapsed.
getSummaryStatus(Map<String, Status>) - 类 中的静态方法org.apache.dubbo.common.status.support.StatusUtils
 
getSuperClassName() - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
getSupportedExtensionInstances() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getSupportedExtensions() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
getSyncReport() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getSystemConfiguration() - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
Used to get properties from the jvm
getSystemConfiguration() - 类 中的方法org.apache.dubbo.common.config.Environment
 
getSystemProperty(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
System environment -> System properties
getTag() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getTagName(Class<?>) - 类 中的静态方法org.apache.dubbo.config.AbstractConfig
 
getTagNames() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getTagnameToAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getTags() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getTakeoverMode() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
getTarget() - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
getTargetServiceUniqueName() - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
getTargetServiceUniqueName() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
getTargetServiceUniqueName() - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
getTargetServiceUniqueName() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
getTargetType() - 接口 中的方法org.apache.dubbo.common.convert.Converter
Get the target type
getTelnet() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getTelnet() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
GETTER_METHOD_DESC_PATTERN - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
getThreadGroup() - 类 中的方法org.apache.dubbo.common.utils.NamedThreadFactory
 
getThreadname() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getThreadname() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getThreadpool() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getThreadpool() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getThreadpool() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getThreads() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getThreads() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getThreads() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getThreshold() - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getThreshold() - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
getThreshold() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getThreshold(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
getThrowable(String) - 类 中的静态方法org.apache.dubbo.rpc.support.MockInvoker
 
getTimeout() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getTimeout() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getTimeout() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getTimeout() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getTimeout() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getTimeout(URL, String, RpcContext, long) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getTimeout(Invocation, long) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
getTimeoutInMilli() - 类 中的方法org.apache.dubbo.rpc.TimeoutCountDown
 
getTimestamp() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getTimestamp() - 类 中的方法org.apache.dubbo.common.url.component.URLParam
 
getTimeToLive() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
get time to live
getTimeToLive() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
getToken() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getTotal() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get total.
getTotalElapsed() - 类 中的方法org.apache.dubbo.rpc.RpcStatus
get total elapsed.
getTotalPages() - 类 中的方法org.apache.dubbo.common.utils.DefaultPage
 
getTotalPages() - 接口 中的方法org.apache.dubbo.common.utils.Page
Get the number of total pages.
getTotalSize() - 类 中的方法org.apache.dubbo.common.utils.DefaultPage
 
getTotalSize() - 接口 中的方法org.apache.dubbo.common.utils.Page
Gets the total amount of elements.
getTrafficPolicy() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
getTransport() - 类 中的方法org.apache.dubbo.config.RegistryConfig
已过时。 
getTransporter() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
getTransporter() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getTransporter() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getTransporter() - 类 中的静态方法org.apache.dubbo.remoting.Transporters
 
getTransportSubscriber() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getTrustDomain() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractMapDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.ArrayDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.BeanDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
getType() - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianRemote
Returns the remote api class name.
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.MapDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.SqlDateDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.StringValueDeserializer
 
getType() - 类 中的方法com.alibaba.com.caucho.hessian.io.UUIDDeserializer
 
getType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
getType() - 类 中的方法org.apache.dubbo.config.ArgumentConfig
 
getType() - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
getType() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getType() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string type = 3;
getType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
string type = 3;
getType() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapperOrBuilder
string type = 3;
getTypeBytes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string type = 3;
getTypeBytes() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
string type = 3;
getTypeBytes() - 接口 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapperOrBuilder
string type = 3;
getTypeDefinitions() - 类 中的方法org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
 
getTypePrefix(Class<? extends AbstractConfig>) - 类 中的静态方法org.apache.dubbo.config.AbstractConfig
 
getTypes() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
getTypeUrl() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol
Abstract method to obtain Type-URL from sub-class
getTypeUrl() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.impl.EdsProtocol
 
getTypeUrl() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.impl.LdsProtocol
 
getTypeUrl() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.impl.RdsProtocol
 
getUniqueId() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
getUniqueKey(KeyTypeEnum) - 接口 中的方法org.apache.dubbo.metadata.report.identifier.BaseMetadataIdentifier
 
getUniqueKey(KeyTypeEnum) - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getUniqueKey(KeyTypeEnum) - 类 中的方法org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
getUniqueKey(KeyTypeEnum) - 类 中的方法org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
getUniqueServiceName() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getUniqueServiceName() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getUnknownFields() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
getUnknownFields() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
getUnknownFields() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
getUnknownFields() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
getUnmodifiableList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
getUrl() - 接口 中的方法com.alibaba.dubbo.monitor.Monitor
已过时。
 
getUrl() - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
getUrl() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
getUrl() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
getUrl() - 接口 中的方法com.alibaba.dubbo.remoting.Channel
已过时。
 
getUrl() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Directory
已过时。
 
getUrl() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
getUrl() - 类 中的方法com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
getUrl() - 接口 中的方法com.alibaba.dubbo.rpc.Invoker
已过时。
 
getUrl() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getUrl() - 接口 中的方法org.apache.dubbo.common.Node
get url.
getUrl() - 类 中的方法org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getUrl() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getUrl() - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
getUrl() - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitor
 
getUrl() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
getUrl() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
getUrl() - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
getUrl() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
getUrl() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getUrl() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.api.Connection
get url.
getUrl() - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServer
 
getUrl() - 接口 中的方法org.apache.dubbo.remoting.Endpoint
get url.
getUrl() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
getUrl() - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.Configurator
Get the configurator url.
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Get the router url.
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Get the router url.
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.protocol.InvokerWrapper
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.support.MockInvoker
 
getURL() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianRemote
Returns the remote URL.
getURL(String) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
use like spring code
getUrlAddress() - 类 中的方法org.apache.dubbo.common.URL
 
getUrlAddress() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getUrlIndex() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
getUrlInvokerMap() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
Haomin: added for test purpose
getUrlMergeProcessor() - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
getUrlParam() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
getUrlParam() - 类 中的方法org.apache.dubbo.common.URL
 
getUrlParam() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getUrlParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getUrlParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
getUrls() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
getUrls() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getUrls() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getUseAsConfigCenter() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getUseAsMetadataCenter() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getUsername() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
getUsername() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
getUsername() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
getUsername() - 类 中的方法org.apache.dubbo.common.URL
 
getUsername() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
getUsername() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
getUsername() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getUsername() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getValidation() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
getValidator(URL) - 类 中的方法org.apache.dubbo.validation.support.AbstractValidation
 
getValidator(URL) - 接口 中的方法org.apache.dubbo.validation.Validation
Return the instance of Validator for a given url.
getValidityDuration() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
Optional: requested certificate validity period, in seconds.
getValidityDuration() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
Optional: requested certificate validity period, in seconds.
getValidityDuration() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateRequestOrBuilder
Optional: requested certificate validity period, in seconds.
getValue() - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
getValue() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
 
getValue() - 枚举 中的方法org.apache.dubbo.metadata.MetadataServiceType
 
getValue() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
getValue() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
getValue() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
Notice the return type of AsyncRpcResult.getValue() is the actual type of the RPC method, not AppResponse
getValue() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getValue() - 接口 中的方法org.apache.dubbo.rpc.Result
Get invoke result.
getValue(int, Integer) - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
getValue(Annotation) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Get the "value" attribute from the specified annotation
getValueIndex(String, String) - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
getVersion() - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
getVersion() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
getVersion() - 类 中的方法org.apache.dubbo.common.URL
 
getVersion() - 类 中的静态方法org.apache.dubbo.common.Version
 
getVersion() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getVersion() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getVersion() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
getVersion() - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
getVersion() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
getVersion() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
getVersion() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getVersion() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
getVersion() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
The version of the service
getVersion() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
getVersion() - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
getVersion() - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
getVersion() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
getVersion() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getVersion() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
getVersion() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
getVersion() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
getVersion() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
getVersion() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
getVersion(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.Version
 
getVersion(String) - 类 中的方法org.apache.dubbo.common.URL
 
getVersion(AbstractInterfaceConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
getVirtualServiceRuleList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
getVsDestinationGroup() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
getWait() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
getWait() - 类 中的方法org.apache.dubbo.config.RegistryConfig
已过时。 
getWaitingFuture() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
getWarmup() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getWeight() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
getWeight() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getWeight() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
getWeight() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
getWelcome() - 类 中的方法org.apache.dubbo.qos.server.Server
 
getWidth() - 类 中的方法org.apache.dubbo.qos.textui.TTable.ColumnDefine
get current width
getWorkloadNameSpace() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
getWrapper(Class<?>) - 类 中的静态方法org.apache.dubbo.common.bytecode.Wrapper
get wrapper.
getZone() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
getZoneOfCurrentRequest(Invocation) - 接口 中的方法org.apache.dubbo.rpc.ZoneDetector
 
GovernanceRuleRepository - org.apache.dubbo.rpc.cluster.governance中的接口
 
gracefulShutdown() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.GracefulShutdown
 
gracefulShutdown(Executor, int) - 类 中的静态方法org.apache.dubbo.common.utils.ExecutorUtil
Use the shutdown pattern from: https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html
GracefulShutdown - org.apache.dubbo.rpc.protocol.tri中的类
 
GracefulShutdown(ChannelHandlerContext, String, ChannelPromise) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.GracefulShutdown
 
group() - 注释类型 中的方法com.alibaba.dubbo.common.extension.Activate
已过时。
 
group() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
group() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
group() - 注释类型 中的方法org.apache.dubbo.common.extension.Activate
Activate the current extension when one of the groups matches.
group() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service group, default value is empty string
group() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service group, default value is empty string
group() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service group, default value is empty string
group() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service group, default value is empty string
group(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
group(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
group(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
group(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
group(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
group(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
group(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
GROUP - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
GROUP - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
GROUP_CHAR_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GROUP_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
GROUP_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
The parameter name of group for config-center
groupFromServiceKey(String) - 类 中的静态方法org.apache.dubbo.common.BaseServiceMetadata
 
GroupServiceKeyCache - org.apache.dubbo.rpc.support中的类
 
GroupServiceKeyCache(String) - 类 的构造器org.apache.dubbo.rpc.support.GroupServiceKeyCache
 
GrpcConfig - org.apache.dubbo.rpc.protocol.grpc中的类
 
GrpcConfig() - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.GrpcConfig
 
GrpcConfigurator - org.apache.dubbo.rpc.protocol.grpc.interceptors中的接口
 
GrpcConstants - org.apache.dubbo.rpc.protocol.grpc中的类
 
GrpcConstants() - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
GrpcDataDecoder - org.apache.dubbo.rpc.protocol.tri中的类
 
GrpcDataDecoder(int) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.GrpcDataDecoder
 
GrpcInvoker<T> - org.apache.dubbo.rpc.protocol.grpc中的类
 
GrpcInvoker(Class<T>, URL, Invoker<T>, ReferenceCountManagedChannel) - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.GrpcInvoker
 
GrpcOptionsUtils - org.apache.dubbo.rpc.protocol.grpc中的类
Support gRPC configs in a Dubbo specific way.
GrpcOptionsUtils() - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.GrpcOptionsUtils
 
GrpcProtocol - org.apache.dubbo.rpc.protocol.grpc中的类
 
GrpcProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol
 
GrpcProtocol.GrpcRemotingServer - org.apache.dubbo.rpc.protocol.grpc中的类
 
GrpcRemotingServer(Server, DubboHandlerRegistry) - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
 
GrpcStatus - org.apache.dubbo.rpc.protocol.tri中的类
See https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
GrpcStatus(GrpcStatus.Code, Throwable, String) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
grpcTransportFilter() - 接口 中的方法org.apache.dubbo.rpc.protocol.grpc.interceptors.ServerTransportFilter
 
gson - 接口 中的静态变量org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
GSON_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 

H

handlerAdded(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.qos.server.handler.LocalHostPermitHandler
 
handlerAdded(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.SslClientTlsHandler
 
handlerAdded(ChannelHandlerContext) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.SslServerTlsHandler
 
HANDSHAKE_TIMEOUT - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
handshakeCompleted(SslHandlerInitializer.HandshakeCompletionEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
handshakeCompleted(SslHandlerInitializer.HandshakeCompletionEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
HandshakeCompletionEvent(SSLSession, ChannelHandlerContext) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.HandshakeCompletionEvent
 
has(int...) - 类 中的方法org.apache.dubbo.qos.textui.TTable.Border
whether has one of the specified border styles
hasArray() - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
hasArray() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns true if and only if this buffer has a backing byte array.
hasArray() - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
hasArray() - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
hasArray() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
hasArray() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
hasAttribute(String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
hasAttribute(String) - 类 中的方法org.apache.dubbo.common.URL
 
hasAttribute(String) - 接口 中的方法org.apache.dubbo.remoting.Channel
has attribute.
hasAttribute(String) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
hasAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
hasAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
hasAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
hasCode(ChannelBuffer) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
hasCommand(String) - 类 中的静态方法org.apache.dubbo.qos.command.util.CommandHelper
 
hasData() - 接口 中的方法org.apache.dubbo.common.utils.Page
Returns whether the page has data at all.
hasEndpoints(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
hasException() - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
hasException() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
hasException() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
hasException() - 接口 中的方法org.apache.dubbo.rpc.Result
Has exception.
hasExtension(String) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
hasFuture(Channel) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
HASH_ARGUMENTS - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
Hash arguments name
HASH_NODES - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
Hash nodes name
hashCode() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianRemote
Defines the hashcode.
hashCode() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
hashCode() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
hashCode() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
hashCode() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
hashCode() - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.ServiceAddressURL
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.URLParam
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
hashCode() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
 
hashCode() - 类 中的方法org.apache.dubbo.common.URL
 
hashCode() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
hashCode() - 类 中的方法org.apache.dubbo.common.utils.Log
 
hashCode() - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
hashCode() - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
hashCode() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
hashCode() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
hashCode() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
hashCode() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
hashCode() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
hashCode() - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
hashCode() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
hashCode() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
hashCode() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.EndpointResult
 
hashCode() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
hashCode() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
hashCode() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
hashCode() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
hashCode() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
HashedWheelTimer - org.apache.dubbo.common.timer中的类
A Timer optimized for approximated I/O timeout scheduling.
HashedWheelTimer() - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit) - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()) and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit, int) - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()).
HashedWheelTimer(ThreadFactory) - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer with the default tick duration and default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit) - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer with the default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int, long) - 类 的构造器org.apache.dubbo.common.timer.HashedWheelTimer
Creates a new timer.
hasIndexedName(Integer, String) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
hasListeners() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
hasMetadata() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
hasMetadata() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
hasMetadata() - 接口 中的方法istio.v1.auth.Ca.IstioCertificateRequestOrBuilder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
hasMethod(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Check target bean class whether has specify method
hasMethod(String) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
has method.
hasMethodParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
Weather there contains some parameter match method
hasMethodParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
hasMethodParameter(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
hasMethodParameter(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
hasMethodParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
hasNext() - 类 中的方法org.apache.dubbo.common.utils.DefaultPage
 
hasNext() - 接口 中的方法org.apache.dubbo.common.utils.Page
It indicates has next page or not
hasParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
hasParameter(String) - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
hasParameter(String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
check if specified key is present in URLParam
hasParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
hasParameter(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
hasProperty(String) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
has property.
hasProxyInvokers() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
hasReported() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
hasReporter() - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
hasServiceDiscoveryRegistryProtocol(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
hasServiceDiscoveryRegistryTypeKey(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
The specified parameters of URL is service discovery registry type or not
hasServiceDiscoveryRegistryTypeKey(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
The specified URL is service discovery registry type or not
hasServiceMethodParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
hasServiceMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
hasServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.common.URL
 
hasServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
hasServiceParameter(String, String) - 类 中的方法org.apache.dubbo.common.URL
 
hasSubProperties(Collection<Map<String, V>>, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
hasSubProperties(Map<String, V>, String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
hasText(CharSequence) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Check the cs String whether contains non whitespace characters.
HEADER_PARAM_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @HeaderParam
HeaderExchangeClient - org.apache.dubbo.remoting.exchange.support.header中的类
DefaultMessageClient
HeaderExchangeClient(Client, boolean) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
HeaderExchangeHandler - org.apache.dubbo.remoting.exchange.support.header中的类
ExchangeReceiver
HeaderExchangeHandler(ExchangeHandler) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
HeaderExchanger - org.apache.dubbo.remoting.exchange.support.header中的类
DefaultMessenger
HeaderExchanger() - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
HeaderExchangeServer - org.apache.dubbo.remoting.exchange.support.header中的类
ExchangeServerImpl
HeaderExchangeServer(RemotingServer) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
HeaderParamParameterProcessor - org.apache.dubbo.metadata.rest.jaxrs中的类
The AnnotatedMethodParameterProcessor implementation for JAX-RS's @HeaderParam
HeaderParamParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.HeaderParamParameterProcessor
 
HeapChannelBuffer - org.apache.dubbo.remoting.buffer中的类
 
HeapChannelBuffer(byte[]) - 类 的构造器org.apache.dubbo.remoting.buffer.HeapChannelBuffer
Creates a new heap buffer with an existing byte array.
HeapChannelBuffer(int) - 类 的构造器org.apache.dubbo.remoting.buffer.HeapChannelBuffer
Creates a new heap buffer with a newly allocated byte array.
HeapChannelBufferFactory - org.apache.dubbo.remoting.buffer中的类
 
HeapChannelBufferFactory() - 类 的构造器org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
heartbeat(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
HEARTBEAT_CHECK_TICK - 接口 中的静态变量org.apache.dubbo.remoting.Constants
Every heartbeat duration / HEARTBEAT_CHECK_TICK, check if a heartbeat should be sent.
HEARTBEAT_EVENT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
HEARTBEAT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
HEARTBEAT_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
HeartbeatHandler - org.apache.dubbo.remoting.exchange.support.header中的类
 
HeartbeatHandler(ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
HeartbeatTimerTask - org.apache.dubbo.remoting.exchange.support.header中的类
HeartbeatTimerTask
Help - org.apache.dubbo.qos.command.impl中的类
 
Help - org.apache.dubbo.remoting.telnet.support中的注释类型
Help
Help() - 类 的构造器org.apache.dubbo.qos.command.impl.Help
 
HelpTelnetHandler - org.apache.dubbo.remoting.telnet.support.command中的类
HelpTelnetHandler
HelpTelnetHandler() - 类 的构造器org.apache.dubbo.remoting.telnet.support.command.HelpTelnetHandler
 
HESSIAN2_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
Hessian2Constants - com.alibaba.com.caucho.hessian.io中的接口
 
Hessian2FactoryInitializer - org.apache.dubbo.common.serialize.hessian2.dubbo中的接口
 
Hessian2Input - com.alibaba.com.caucho.hessian.io中的类
Input stream for Hessian requests.
Hessian2Input(InputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.Hessian2Input
Creates a new Hessian input stream, initialized with an underlying input stream.
Hessian2ObjectInput - org.apache.dubbo.common.serialize.hessian2中的类
Hessian2 object input implementation
Hessian2ObjectInput(InputStream) - 类 的构造器org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
Hessian2ObjectOutput - org.apache.dubbo.common.serialize.hessian2中的类
Hessian2 object output implementation
Hessian2ObjectOutput(OutputStream) - 类 的构造器org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
Hessian2Output - com.alibaba.com.caucho.hessian.io中的类
Output stream for Hessian 2 requests.
Hessian2Output(OutputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.Hessian2Output
Creates a new Hessian output stream, initialized with an underlying output stream.
Hessian2Serialization - org.apache.dubbo.common.serialize.hessian2中的类
Hessian2 serialization implementation, hessian2 is the default serialization protocol for dubbo
Hessian2Serialization() - 类 的构造器org.apache.dubbo.common.serialize.hessian2.Hessian2Serialization
 
Hessian2SerializerFactory - org.apache.dubbo.common.serialize.hessian2中的类
 
Hessian2SerializerFactory() - 类 的构造器org.apache.dubbo.common.serialize.hessian2.Hessian2SerializerFactory
 
Hessian2StreamingInput - com.alibaba.com.caucho.hessian.io中的类
Output stream for Hessian 2 streaming requests.
Hessian2StreamingInput(InputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.Hessian2StreamingInput
Creates a new Hessian input stream, initialized with an underlying input stream.
Hessian2StreamingOutput - com.alibaba.com.caucho.hessian.io中的类
Output stream for Hessian 2 streaming requests.
Hessian2StreamingOutput(OutputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.Hessian2StreamingOutput
Creates a new Hessian output stream, initialized with an underlying output stream.
HessianDebugInputStream - com.alibaba.com.caucho.hessian.io中的类
Debugging input stream for Hessian requests.
HessianDebugInputStream(InputStream, PrintWriter) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianDebugInputStream
Creates an uninitialized Hessian input stream.
HessianDebugInputStream(InputStream, Logger, Level) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianDebugInputStream
Creates an uninitialized Hessian input stream.
HessianDebugOutputStream - com.alibaba.com.caucho.hessian.io中的类
Debugging output stream for Hessian requests.
HessianDebugOutputStream(OutputStream, PrintWriter) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
Creates an uninitialized Hessian input stream.
HessianDebugOutputStream(OutputStream, Logger, Level) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
Creates an uninitialized Hessian input stream.
HessianDebugState - com.alibaba.com.caucho.hessian.io中的类
Debugging input stream for Hessian requests.
HessianDebugState(PrintWriter) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianDebugState
Creates an uninitialized Hessian input stream.
HessianEnvelope - com.alibaba.com.caucho.hessian.io中的类
Factory class for wrapping and unwrapping hessian streams.
HessianEnvelope() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianEnvelope
 
HessianException - com.alibaba.com.caucho.hessian中的异常错误
Base runtime exception for Hessian exceptions.
HessianException() - 异常错误 的构造器com.alibaba.com.caucho.hessian.HessianException
Zero-arg constructor.
HessianException(String) - 异常错误 的构造器com.alibaba.com.caucho.hessian.HessianException
Create the exception.
HessianException(String, Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.HessianException
Create the exception.
HessianException(Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.HessianException
Create the exception.
HessianFieldException - com.alibaba.com.caucho.hessian.io中的异常错误
Exception during field reading.
HessianFieldException() - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianFieldException
Zero-arg constructor.
HessianFieldException(String) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianFieldException
Create the exception.
HessianFieldException(String, Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianFieldException
Create the exception.
HessianFieldException(Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianFieldException
Create the exception.
HessianHandle - com.alibaba.com.caucho.hessian.io中的接口
Marks a type as a handle
HessianInput - com.alibaba.com.caucho.hessian.io中的类
Input stream for Hessian requests.
HessianInput() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianInput
Creates an uninitialized Hessian input stream.
HessianInput(InputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianInput
Creates a new Hessian input stream, initialized with an underlying input stream.
HessianInputFactory - com.alibaba.com.caucho.hessian.io中的类
 
HessianInputFactory() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianInputFactory
 
HessianOutput - com.alibaba.com.caucho.hessian.io中的类
Output stream for Hessian requests, compatible with microedition Java.
HessianOutput() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianOutput
Creates an uninitialized Hessian output stream.
HessianOutput(OutputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianOutput
Creates a new Hessian output stream, initialized with an underlying output stream.
HessianProtocolException - com.alibaba.com.caucho.hessian.io中的异常错误
Exception for faults when the fault doesn't return a java exception.
HessianProtocolException() - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianProtocolException
Zero-arg constructor.
HessianProtocolException(String) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianProtocolException
Create the exception.
HessianProtocolException(String, Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianProtocolException
Create the exception.
HessianProtocolException(Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianProtocolException
Create the exception.
HessianRemote - com.alibaba.com.caucho.hessian.io中的类
Encapsulates a remote address when no stub is available, e.g. for Java MicroEdition.
HessianRemote() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianRemote
Creates an uninitialized Hessian remote.
HessianRemote(String, String) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianRemote
Creates a new Hessian remote object.
HessianRemoteObject - com.alibaba.com.caucho.hessian.io中的接口
Interface for any hessian remote object.
HessianRemoteResolver - com.alibaba.com.caucho.hessian.io中的接口
Looks up remote objects.
HessianSerializerInput - com.alibaba.com.caucho.hessian.io中的类
Input stream for Hessian requests, deserializing objects using the java.io.Serialization protocol.
HessianSerializerInput() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianSerializerInput
Creates an uninitialized Hessian input stream.
HessianSerializerInput(InputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianSerializerInput
Creates a new Hessian input stream, initialized with an underlying input stream.
HessianSerializerOutput - com.alibaba.com.caucho.hessian.io中的类
Output stream for Hessian requests.
HessianSerializerOutput() - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianSerializerOutput
Creates an uninitialized Hessian output stream.
HessianSerializerOutput(OutputStream) - 类 的构造器com.alibaba.com.caucho.hessian.io.HessianSerializerOutput
Creates a new Hessian output stream, initialized with an underlying output stream.
HessianServiceException - com.alibaba.com.caucho.hessian.io中的异常错误
Exception for faults when the fault doesn't return a java exception.
HessianServiceException() - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianServiceException
Zero-arg constructor.
HessianServiceException(String, String, Object) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.HessianServiceException
Create the exception.
hex2bytes(String) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from hex string.
hex2bytes(String, int, int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
from hex string.
HIDE_KEY_PREFIX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
HIGHEST_PROTOCOL_VERSION - 类 中的静态变量org.apache.dubbo.common.Version
 
highestPriority(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
Holder<T> - org.apache.dubbo.common.utils中的类
Helper Class for hold a value.
Holder() - 类 的构造器org.apache.dubbo.common.utils.Holder
 
host(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
host(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
HOST_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
HTTP_METHOD_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @HttpMethod
HTTP_PROXY - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
HTTP_STATUS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
HTTP2_DISABLE - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
Http2HeaderMeta - org.apache.dubbo.rpc.protocol.tri中的类
 
Http2HeaderMeta(Http2Headers) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.Http2HeaderMeta
 
Http2ProtocolDetector - org.apache.dubbo.remoting.api中的类
 
Http2ProtocolDetector() - 类 的构造器org.apache.dubbo.remoting.api.Http2ProtocolDetector
 
Http2WireProtocol - org.apache.dubbo.remoting.api中的类
 
Http2WireProtocol() - 类 的构造器org.apache.dubbo.remoting.api.Http2WireProtocol
 
HttpBinder - com.alibaba.dubbo.remoting.http中的接口
已过时。
HttpCommandDecoder - org.apache.dubbo.qos.command.decoder中的类
 
HttpCommandDecoder() - 类 的构造器org.apache.dubbo.qos.command.decoder.HttpCommandDecoder
 
HttpProcessHandler - org.apache.dubbo.qos.server.handler中的类
Parse HttpRequest for uri and parameters
HttpProcessHandler() - 类 的构造器org.apache.dubbo.qos.server.handler.HttpProcessHandler
 
HTTPS_PROXY - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
HYPHEN - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
HYPHEN_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 

I

id() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
The id NOTE: The id attribute is ignored when using @DubboReference on @Bean method
id() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
The id
id(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractBuilder
 
id(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
id(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
id(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
id(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
ID - 接口 中的静态变量org.apache.dubbo.config.Constants
Config id
ID - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ID_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
IDENT - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
IdentityIntMap - com.alibaba.com.caucho.hessian.util中的类
The IntMap provides a simple hashmap from keys to integers.
IdentityIntMap() - 类 的构造器com.alibaba.com.caucho.hessian.util.IdentityIntMap
Create a new IntMap.
IDLE_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
IdleSensible - org.apache.dubbo.remoting中的接口
Indicate whether the implementation (for both server and client) has the ability to sense and handle idle connection.
IGNORE - org.apache.dubbo.config.context.ConfigMode
Ignore mode: accept first config, ignore later configs
IGNORE_CHECK_KEYS - 接口 中的静态变量org.apache.dubbo.config.Constants
 
IgnoredParam - org.apache.dubbo.common.url.component.param中的类
 
IgnoredParam() - 类 的构造器org.apache.dubbo.common.url.component.param.IgnoredParam
 
incrementAndGet() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
incrementAndGetCount() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
The reference count of current ExchangeClient, connection will be closed if all invokers destroyed.
index() - 注释类型 中的方法org.apache.dubbo.config.annotation.Argument
 
index(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ArgumentBuilder
 
INDEX_NOT_FOUND - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
indexedVariable(int) - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
indexOf(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
indexOf(String[], String, int) - 类 中的静态方法org.apache.dubbo.common.utils.ArrayUtils
 
info(String) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
info(String) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
info(String) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
info(String) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
info(String) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with info log level.
info(String) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
info(String) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
info(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
info(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
info(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
info(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
info(String, Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with info log level.
info(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
info(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
info(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
info(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
info(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
info(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
info(Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with info log level.
info(Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
info(Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
info(Logger, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
info(Logger, String, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
info(Logger, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
INFO - org.apache.dubbo.common.logger.Level
INFO
InfraAdapter - org.apache.dubbo.common.infra中的接口
Used to interact with other systems.
init() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
init() - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
init() - 注释类型 中的方法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() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Whether eager initialize the reference bean when all properties are set, default value is true ( null as true)
init() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
init() - 类 中的方法org.apache.dubbo.config.spring.schema.DubboNamespaceHandler
 
init() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
init() - 接口 中的方法org.apache.dubbo.rpc.model.ApplicationInitListener
init the application
init() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
init(InputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Initialize the Hessian stream with the underlying input stream.
init(InputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
init(InputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Initialize the hessian stream with the underlying input stream.
init(OutputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Initialize the output with a new underlying stream.
init(OutputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
init(OutputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Initializes the output
init(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
init(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
init(List<String>, List<ParamValue>) - 类 中的方法org.apache.dubbo.common.url.component.param.DefaultDynamicParamSource
 
init(List<String>, List<ParamValue>) - 接口 中的方法org.apache.dubbo.common.url.component.param.DynamicParamSource
 
init(Map<String, AsyncMethodInfo>) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
init(MetadataReportConfig) - 类 中的静态方法org.apache.dubbo.metadata.report.MetadataReportInstance
 
INIT - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
INIT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
INIT - 类 中的静态变量org.apache.dubbo.registry.client.migration.model.MigrationRule
 
initFrameworkExts() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
initialize() - 类 中的方法org.apache.dubbo.common.config.Environment
 
initialize() - 接口 中的方法org.apache.dubbo.common.context.Lifecycle
Initialize the component before start
initialize() - 类 中的方法org.apache.dubbo.common.context.LifecycleAdapter
 
initialize() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Initialize
initialize() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
initialize() - 类 中的方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
initialize(URL) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
initialize(URL) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
initialize(URL) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Initializes the ServiceDiscovery
initialize(URL) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
initialize(URL) - 类 中的静态方法org.apache.dubbo.registry.xds.util.PilotExchanger
 
INITIALIZED - org.apache.dubbo.remoting.zookeeper.EventType
 
initMethodModels() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
initMethodParameters(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.url.component.URLParam
 
initOrRefreshServiceInstanceList(String, List<Instance>) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosInstanceManageUtil
 
initProperties() - 接口 中的方法org.apache.dubbo.common.config.OrderedPropertiesProvider
load the properties
initReferConfig(ReferenceConfig) - 接口 中的方法org.apache.dubbo.config.ConfigInitializer
 
initServiceConfig(ServiceConfig) - 接口 中的方法org.apache.dubbo.config.ConfigInitializer
 
initWithRouters(List<Router>) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
the resident routers must being initialized before address notification.
injvm() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
injvm() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
已过时。
using scope="local" or scope="remote" instead
injvm() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
When enable, prefer to call local service in the same JVM if it's present, default value is true
injvm(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
已过时。
instead, use the parameter scope to judge if it's in jvm, scope=local
INJVM - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
InjvmProtocol - org.apache.dubbo.rpc.protocol.injvm中的类
InjvmProtocol
InjvmProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
InmemoryConfiguration - org.apache.dubbo.common.config中的类
In-memory configuration
InmemoryConfiguration() - 类 的构造器org.apache.dubbo.common.config.InmemoryConfiguration
 
InmemoryConfiguration(String) - 类 的构造器org.apache.dubbo.common.config.InmemoryConfiguration
 
InmemoryConfiguration(Map<String, String>) - 类 的构造器org.apache.dubbo.common.config.InmemoryConfiguration
 
InMemoryWritableMetadataService - org.apache.dubbo.registry.client.metadata.store中的类
The WritableMetadataService implementation stores the metadata of Dubbo services in memory locally when they exported.
InMemoryWritableMetadataService() - 类 的构造器org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
innerReceive(String, String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.NacosConfigListener
receive
innerReceive(String, String, String) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport.NacosConfigListener
receive
INPUT - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
INPUT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
InputStreamDeserializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a stream object.
InputStreamDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.InputStreamDeserializer
 
InputStreamSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a stream object.
InputStreamSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.InputStreamSerializer
 
INSTANCE - 类 中的静态变量org.apache.dubbo.common.lang.ShutdownHookCallbacks
 
INSTANCE - 类 中的静态变量org.apache.dubbo.common.utils.CharSequenceComparator
 
INSTANCE - 类 中的静态变量org.apache.dubbo.common.utils.MethodComparator
 
INSTANCE - 类 中的静态变量org.apache.dubbo.rpc.cluster.merger.ArrayMerger
 
INSTANCE_HOST - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
The host of current service instance that will be registered
INSTANCE_PORT - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
The port of current service instance that will be registered
INSTANCE_REVISION_UPDATED_KEY - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
InstanceAddressURL - org.apache.dubbo.registry.client中的类
 
InstanceAddressURL() - 类 的构造器org.apache.dubbo.registry.client.InstanceAddressURL
 
InstanceAddressURL(ServiceInstance, MetadataInfo) - 类 的构造器org.apache.dubbo.registry.client.InstanceAddressURL
 
InstanceMetadataChangedListener - org.apache.dubbo.metadata中的接口
 
instanceParamsIncluded() - 接口 中的方法org.apache.dubbo.metadata.MetadataParamsFilter
params that need to be sent to registry center
INSTANCES_REQUEST_SIZE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
The request size of service instances
InstantHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
InstantHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.InstantHandle
 
InstantHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.InstantHandle
 
INT - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
INT_BYTE_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
INT_BYTE_MIN - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
INT_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
INT_DIRECT_MIN - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
INT_SHORT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
INT_SHORT_MIN - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
int2bytes(int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
int2bytes(int, byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
int2bytes(int, byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
IntArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
IntArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.IntArrayMerger
 
INTEGER - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
INTEGER - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
INTEGER_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
INTEGER_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
intercept(AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
已过时。
Override this method or ClusterInterceptor.before(AbstractClusterInvoker, Invocation) and ClusterInterceptor.after(AbstractClusterInvoker, Invocation) methods to add your own logic expected to be executed before and after invoke.
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.interceptors.RpcContextInterceptor
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.interceptors.RpcContextInterceptor
 
INTERFACE - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
INTERFACE - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
INTERFACE - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
INTERFACE_CLASS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
INTERFACE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
INTERFACE_NAME - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
interfaceClass() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
interfaceClass() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
interfaceClass() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Interface class, default value is void.class
interfaceClass() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Interface class, default value is void.class
interfaceClass() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Interface class, default value is void.class
interfaceClass() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Interface class, default value is void.class
interfaceClass(Class<?>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
interfaceClass(Class<?>) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
InterfaceCompatibleRegistryProtocol - org.apache.dubbo.registry.integration中的类
RegistryProtocol
InterfaceCompatibleRegistryProtocol() - 类 的构造器org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
interfaceFromServiceKey(String) - 类 中的静态方法org.apache.dubbo.common.BaseServiceMetadata
 
interfaceName() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
interfaceName() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
interfaceName() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Interface class name, default value is empty string
interfaceName() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Interface class name, default value is empty string
interfaceName() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Interface class name, default value is empty string
interfaceName() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Interface class name, default value is empty string
interfaceName(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
interfaceName(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
INTERFACES - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
INTERFACES - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
intern(String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLItemCache
 
InternalRunnable - org.apache.dubbo.common.threadlocal中的类
InternalRunnable There is a risk of memory leak when using InternalThreadLocal without calling InternalThreadLocal.removeAll().
InternalRunnable(Runnable) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalRunnable
 
InternalThread - org.apache.dubbo.common.threadlocal中的类
InternalThread
InternalThread() - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(Runnable) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(Runnable, String) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(String) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(ThreadGroup, Runnable) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(ThreadGroup, Runnable, String) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(ThreadGroup, Runnable, String, long) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThread(ThreadGroup, String) - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThread
 
InternalThreadLocal<V> - org.apache.dubbo.common.threadlocal中的类
InternalThreadLocal A special variant of ThreadLocal that yields higher access performance when accessed from a InternalThread.
InternalThreadLocal() - 类 的构造器org.apache.dubbo.common.threadlocal.InternalThreadLocal
 
InternalThreadLocalMap - org.apache.dubbo.common.threadlocal中的类
The internal data structure that stores the threadLocal variables for Netty and all InternalThreads.
intersect(List<E>, List<E>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
interval(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
IntMap - com.alibaba.com.caucho.hessian.util中的类
The IntMap provides a simple hashmap from keys to integers.
IntMap() - 类 的构造器com.alibaba.com.caucho.hessian.util.IntMap
Create a new IntMap.
intValue() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
Invocation - com.alibaba.dubbo.rpc中的接口
已过时。
Invocation - org.apache.dubbo.rpc中的接口
Invocation.
INVOCATION_INTERCEPTOR_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
INVOCATION_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
INVOCATION_NEED_MOCK - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
When this attribute appears in invocation's attachment, mock invoker will be used
Invocation.CompatibleInvocation - com.alibaba.dubbo.rpc中的类
已过时。
 
InvocationInterceptorBuilder - org.apache.dubbo.rpc.cluster.filter中的接口
 
invoke(Invocation) - 类 中的方法com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
invoke(Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.Invoker
已过时。
 
invoke(Invoker<?>, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.Filter
已过时。
 
invoke(Object, Method, Object[]) - 类 中的方法org.apache.dubbo.rpc.proxy.InvokerInvocationHandler
 
invoke(Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.Invoker
已过时。
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
invoke(Invocation) - 接口 中的方法org.apache.dubbo.rpc.Invoker
invoke.
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.protocol.InvokerWrapper
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.support.MockInvoker
 
invoke(Invoker<?>, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.Filter
已过时。
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.auth.filter.ConsumerSignFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.auth.filter.ProviderAuthFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.cache.filter.CacheFilter
If cache is configured, dubbo will invoke method on each method call.
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.monitor.dubbo.MetricsFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.monitor.support.MonitorFilter
The invocation interceptor,it will collect the invoke data about this invocation and send it to monitor center
invoke(Invoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.BaseFilter
Always call invoker.invoke() in the implementation to hand over the request to the next filter node.
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ZoneAwareFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.AccessLogFilter
This method logs the access log for service method invocation call.
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ActiveLimitFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ClassLoaderFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.CompatibleFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ContextFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.DeprecatedFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.EchoFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ExceptionFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ExecuteLimitFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.GenericFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.GenericImplFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.TimeoutFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.TokenFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.TpsLimitFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.validation.filter.ValidationFilter
Perform the validation of before invoking the actual method based on validation attribute value.
INVOKE_MESSAGE_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.InvokeTelnetHandler
 
INVOKE_METHOD_LIST_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.InvokeTelnetHandler
 
INVOKE_METHOD_PROVIDER_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.InvokeTelnetHandler
 
invokeMethod(Object, String, Class<?>[], Object[]) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
invoke method.
invokeMethod(Object, String, Object...) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Invoke the target object and method
InvokeMode - org.apache.dubbo.rpc中的枚举
 
invoker(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
Invoker<T> - com.alibaba.dubbo.rpc中的接口
已过时。
Invoker<T> - org.apache.dubbo.rpc中的接口
Invoker.
INVOKER_LISTENER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
Invoker.CompatibleInvoker<T> - com.alibaba.dubbo.rpc中的类
已过时。
 
InvokerDelegate(Invoker<T>, URL) - 类 的构造器org.apache.dubbo.registry.integration.RegistryProtocol.InvokerDelegate
 
InvokerInvocationHandler - org.apache.dubbo.rpc.proxy中的类
InvokerHandler
InvokerInvocationHandler(Invoker<?>) - 类 的构造器org.apache.dubbo.rpc.proxy.InvokerInvocationHandler
 
InvokerListener - com.alibaba.dubbo.rpc中的接口
已过时。
InvokerListener - org.apache.dubbo.rpc中的接口
InvokerListener.
InvokerListenerAdapter - org.apache.dubbo.rpc.listener中的类
InvokerListenerAdapter
InvokerListenerAdapter() - 类 的构造器org.apache.dubbo.rpc.listener.InvokerListenerAdapter
 
InvokersChangedListener - org.apache.dubbo.registry.client.migration中的接口
 
InvokerWrapper<T> - org.apache.dubbo.rpc.protocol中的类
InvokerWrapper
InvokerWrapper(Invoker<T>, URL) - 类 的构造器org.apache.dubbo.rpc.protocol.InvokerWrapper
 
InvokeTelnetHandler - org.apache.dubbo.qos.legacy中的类
InvokeTelnetHandler
InvokeTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.InvokeTelnetHandler
 
IO_THREADS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
IOExceptionWrapper - com.alibaba.com.caucho.hessian.io中的异常错误
Exception wrapper for IO.
IOExceptionWrapper(String, Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.IOExceptionWrapper
 
IOExceptionWrapper(Throwable) - 异常错误 的构造器com.alibaba.com.caucho.hessian.io.IOExceptionWrapper
 
iothreads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
ioThreads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
IOUtils - org.apache.dubbo.common.utils中的类
Miscellaneous io utility methods.
IPV6_END_MARK - 类 中的静态变量org.apache.dubbo.config.utils.ConfigValidationUtils
 
IPV6_START_MARK - 类 中的静态变量org.apache.dubbo.config.utils.ConfigValidationUtils
 
IS_CALLBACK_SERVICE - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
IS_HAS_CAN_METHOD_DESC_PATTERN - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
IS_SERVER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
isAcceptForeignIp() - 类 中的方法org.apache.dubbo.qos.server.Server
 
isAccessByField(JavaBeanAccessor) - 枚举 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanAccessor
 
isAccessByMethod(JavaBeanAccessor) - 枚举 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanAccessor
 
isAllAnnotationPresent(Class<?>, Class<? extends Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Tests the annotated element is annotated all specified annotations or not
isAllowable(URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.tps.DefaultTPSLimiter
 
isAllowable(URL, Invocation) - 接口 中的方法org.apache.dubbo.rpc.filter.tps.TPSLimiter
judge if the current invocation is allowed by TPS rule
isAllowNonSerializable() - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
If true, non-serializable objects are allowed.
isAllUpperCase(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isAnnotationPresent(Class<?>, boolean, Class<? extends Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Tests the annotated element is annotated the specified annotations or not
isAnnotationPresent(Class<?>, Class<? extends Annotation>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Tests the annotated element is annotated the specified annotation or not
isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Tests the annotated element is present any specified annotation types
isAnnotationPresent(AnnotatedElement, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Tests the annotated element is present any specified annotation types
isAnyAnnotationPresent(Class<?>, Class<? extends Annotation>...) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Tests the annotated element is present any specified annotation types
isAnyEmpty(String...) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Checks if the strings contain at least on empty or null element.
isAnyHost() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
isAnyHost() - 类 中的方法org.apache.dubbo.common.URL
 
isAnyHost(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
isArrayType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isAssignableFrom(Class<?>, Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
the semantics is same as Class.isAssignableFrom(Class)
isAsync() - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
isAsync() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
isAsync(URL, Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
isAsync(URL, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
isAsyncStarted() - 接口 中的方法org.apache.dubbo.rpc.AsyncContext
 
isAsyncStarted() - 类 中的方法org.apache.dubbo.rpc.AsyncContextImpl
 
isAsyncStarted() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
isAsyncStarted() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
isAvailable() - 类 中的方法com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker
已过时。
 
isAvailable() - 接口 中的方法org.apache.dubbo.common.Node
is available.
isAvailable() - 类 中的方法org.apache.dubbo.config.invoker.DelegateProviderMetaDataInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitor
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.dns.DNSRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.nacos.NacosRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.xds.XdsRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.protocol.InvokerWrapper
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.support.MockInvoker
 
isBeanGenericSerialization(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isBeanPropertyReadMethod(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
isBeanPropertyWriteMethod(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
isBeanType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isBeforeJava5(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
isBeforeJava6(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
isBiz() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
isBlank(CharSequence) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isBound() - 类 中的方法org.apache.dubbo.remoting.api.PortUnificationServer
 
isBound() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
isBound() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
isBound() - 接口 中的方法org.apache.dubbo.remoting.RemotingServer
is bound.
isBound() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyServer
 
isBound() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServer
 
isBound() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
isBroken() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
isCallback() - 类 中的方法org.apache.dubbo.config.ArgumentConfig
 
isCancel() - 类 中的方法org.apache.dubbo.registry.retry.AbstractRetryTask
 
isCancelled() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
isCancelled() - 接口 中的方法org.apache.dubbo.common.timer.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isCancelled() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
 
isCheck() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
isCheck() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
isCheck() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
isCheck(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
isClass(Type) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
isClassScanned(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServicePackagesHolder
 
isClassType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isClientSide() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
isClientSide() - 异常错误 中的方法org.apache.dubbo.remoting.TimeoutException
 
isClientSide() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
Replace to isConsumerSide()
isClientSide() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
已过时。
Replace to isConsumerSide()
isClosed() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
isClosed() - 接口 中的方法org.apache.dubbo.remoting.Endpoint
is closed.
isClosed() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
isCloseStreamOnClose() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
isCloseStreamOnClose() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
isCloseStreamOnClose() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingOutput
 
isClosing() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
isCollectionType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isCompatible(Class<?>[], Object[]) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
is compatible.
isCompatible(Class<?>, Object) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
is compatible.
isCompatible(NacosServiceName) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
isConcrete() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
Is the concrete service name or not
isConfigurator(URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isConfigurator(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isConnected() - 接口 中的方法org.apache.dubbo.remoting.Channel
is connected.
isConnected() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
isConnected() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
isConnected() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
isConnected() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
isConnected() - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
isConnected() - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
isConsumer(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isConsumerSide() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
is consumer side.
isConsumerSide() - 类 中的方法org.apache.dubbo.rpc.RpcContext
is consumer side.
isConsumerSide() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
is consumer side.
isContains(String[], String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isContains(String, char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isContains(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isDebugEnabled() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
isDebugEnabled() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
isDebugEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
isDebugEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
isDebugEnabled() - 接口 中的方法org.apache.dubbo.common.logger.Logger
Is debug logging currently enabled?
isDebugEnabled() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
isDebugEnabled() - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
isDefault() - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
isDefault(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
isDefault(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
isDefaultGenericSerialization(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isDefaultValue(String, String) - 类 中的静态方法org.apache.dubbo.common.url.component.param.DynamicParamTable
 
isDeprecated() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
isDeprecated(Method) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Check if the method is a deprecated method.
isDestroy() - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
isDestroy() - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
isDestroy() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
isDestroy() - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
isDestroyed() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
isDestroyed() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isDestroyed() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
isDestroyed() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcInvoker
 
isDirect() - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
isDirect() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
isDirect() - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
isDirect() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
isDirect() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
isDone() - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseFuture
已过时。
check is done.
isDone() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
已过时。
 
isDone() - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter
 
isDubboServiceInstance(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Is Dubbo Service instance or not
isDynamic() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
isDynamic() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
isDynamic() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isDynamic(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
isDynamicClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.bytecode.ClassGenerator
 
isDynamicIncluded() - 类 中的方法org.apache.dubbo.common.config.CompositeConfiguration
 
isECCFirst() - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioEnv
 
isEcho(String, String) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
isEmpty() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
isEmpty() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
isEmpty() - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Returns true if this set contains no elements.
isEmpty() - 类 中的方法org.apache.dubbo.common.utils.Stack
is empty.
isEmpty() - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
 
isEmpty() - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
isEmpty() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isEmpty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
isEmpty(Object[]) - 类 中的静态方法org.apache.dubbo.common.utils.ArrayUtils
Checks if the array is null or empty.
isEmpty(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
isEmpty(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
is empty string.
isEmpty(Collection<?>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmptyMap(Map) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Return true if the supplied Map is null or empty.
isEmptyValue(Object) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
isEnable() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
isEnable() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
isEnable() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
isEnabled() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
isEnabled() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The enable status of the registered service instance.
isEnabled() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Returns true if the data has ended.
isEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Returns true if this is the end of a list or a map.
isEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Returns true if this is the end of a list or a map.
isEnumType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isEquals(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isErrorEnabled() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
isErrorEnabled() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
isErrorEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
isErrorEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
isErrorEnabled() - 接口 中的方法org.apache.dubbo.common.logger.Logger
Is error logging currently enabled?
isErrorEnabled() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
isErrorEnabled() - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
isEvent() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
isEvent() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
isExcludedInterface(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
 
isExcludedType(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
 
isExpire() - 类 中的方法org.apache.dubbo.registry.xds.XdsCertificateSigner.CertPair
 
isExpired() - 接口 中的方法org.apache.dubbo.common.timer.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isExpired() - 类 中的方法org.apache.dubbo.rpc.TimeoutCountDown
 
isExported() - 类 中的方法org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter
 
isExported() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
isExported() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
isExported() - 接口 中的方法org.apache.dubbo.metadata.MetadataServiceExporter
MetadataService is export or not
isForbidded() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
isForce() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableRouter
 
isForce() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
To decide whether this router should take effect when none of the invoker can match the router rule, which means the Router.route(List, URL, Invocation) would be empty.
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
isForce() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
isGeneric() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
已过时。
isGeneric() - 类 中的方法org.apache.dubbo.rpc.model.ConsumerMethodModel
已过时。
 
isGeneric() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
isGeneric(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isGenericAsync(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
isGenericCall(String, String) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
isGenericClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Is generic class or not?
isGenericReturnRawResult(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isGetter(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
Replace to MethodUtils#isGetter(Method)
isGetter(Method) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Return true if the provided method is a get method.
isGsonGenericSerialization(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isHealthy() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
isHealthy() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The registered service instance is health or not.
isHealthy() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
isHeartbeat() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
isHeartbeat() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
isHeartBeat(byte[], byte) - 类 中的静态方法org.apache.dubbo.remoting.transport.CodecSupport
Check if payload is null object serialize result byte[] of serialization
isHighestPriority() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
已过时。
isHttp() - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
isIgnoreInvalidFields() - 类 中的方法org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
 
isIgnoreUnknownFields() - 类 中的方法org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
 
isInfoEnabled() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
isInfoEnabled() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
isInfoEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
isInfoEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
isInfoEnabled() - 接口 中的方法org.apache.dubbo.common.logger.Logger
Is info logging currently enabled?
isInfoEnabled() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
isInfoEnabled() - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
isInit() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
isInitialized() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
isInitialized() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
isInitialized() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
isInitialized() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
isInitialized() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
isInitialized() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
isInitialized() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
isInitialized() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
isInitialized() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
isInjvm() - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
已过时。
instead, use the parameter scope to judge if it's in jvm, scope=local
isInjvmRefer(URL) - 类 中的方法org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
isInRange(String) - 类 中的方法org.apache.dubbo.common.utils.CIDRUtils
 
isInstance(Object, String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Check if one object is the implementation for a given interface.
isInstanceUpdated(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
isInteger(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
is integer string.
isInvalidLocalHost(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
isInvalidPort(int) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
isJavaGenericSerialization(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isJavaIdentifier(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Returns true if s is a legal Java identifier.
isLimitExceed() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
isLocalHost() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
isLocalHost() - 类 中的方法org.apache.dubbo.common.URL
 
isLocalHost(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
isMapType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isMatch(URL, URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isMatch(URL, URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isMatch(DubboMatchRequest, String, String[], Object[], Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
isMatch(BoolMatch, boolean) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
isMatch(DoubleMatch, Double) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
isMatch(DoubleRangeMatch, Double) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
isMatch(DubboAttachmentMatch, Map<String, String>, Map<String, String>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
isMatch(DubboMethodArg, Object) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
isMatch(DubboMethodMatch, String, String[], Object[]) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
isMatch(ListDoubleMatch, Double) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
isMatch(ListStringMatch, String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
isMatch(StringMatch, String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
isMatchCategory(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isMatchCategory(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isMatchGlobPattern(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isMatchGlobPattern(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isMatchGlobPattern(String, String, URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isMatchGlobPattern(String, String, URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isMetadataServiceURL(URL) - 接口 中的静态方法org.apache.dubbo.metadata.MetadataService
Is the URL for the MetadataService or not?
isMetaMethod(Method) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Return true If this method is a meta method.
isMulticastAddress(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
is multicast address or not
isNeedWrap() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
isNetwork() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
isNoInvokerAvailableAfterFilter() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
isNoneEmpty(String...) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Checks if the strings contain empty or null elements.
isNotContains(String, char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isNotEmpty() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
isNotEmpty(Object) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
isNotEmpty(Object[]) - 类 中的静态方法org.apache.dubbo.common.utils.ArrayUtils
Checks if the array is not null or empty.
isNotEmpty(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
isNotEmpty(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
is not empty string.
isNotEmpty(Collection<?>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Return true if the supplied Collection is not null or not empty.
isNotEmptyMap(Map) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Return true if the supplied Map is not null or not empty.
isNotificationReceived() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
This implementation makes sure all application names related to serviceListener received address notification.
isNotificationReceived() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
isNotificationReceived() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isNumeric(String, boolean) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
isOneway(URL, Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
isOneway(URL, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
isPackageScanned(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServicePackagesHolder
 
isParameterizedType(Type) - 接口 中的静态方法org.apache.dubbo.common.utils.TypeUtils
 
isPojo(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
isPreferredNetworkInterface(NetworkInterface) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
Is preferred NetworkInterface or not
isPresent(String, ClassLoader) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Test the specified class name is present in the ClassLoader
isPrimitive(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
isPrimitive(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
已过时。
isPrimitive(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
isPrimitives(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
isPrimitiveType() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
isPrivate(Member) - 接口 中的静态方法org.apache.dubbo.common.utils.MemberUtils
check the specified member is private or not ?
isProtobufGenericSerialization(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isProvider(URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isProvider(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isProviderSide() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
is provider side.
isProviderSide() - 类 中的方法org.apache.dubbo.rpc.RpcContext
is provider side.
isProviderSide() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
is provider side.
isPublic(Member) - 接口 中的静态方法org.apache.dubbo.common.utils.MemberUtils
check the specified member is public or not ?
isPublicInstanceField(Field) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
 
isRefreshed() - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
isRegister() - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
isRegister() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
isRegister() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
isRegistered() - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
isRegistered(ProviderModel) - 类 中的静态方法org.apache.dubbo.qos.command.util.ServiceCheckUtils
 
isRegistry(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isRelease263OrHigher(String) - 类 中的静态方法org.apache.dubbo.common.Version
Check the framework release version number to decide if it's 2.6.3 or higher
isRelease270OrHigher(String) - 类 中的静态方法org.apache.dubbo.common.Version
Check the framework release version number to decide if it's 2.7.0 or higher
isReliable() - 类 中的方法org.apache.dubbo.config.MethodConfig
已过时。
isRetry() - 类 中的方法org.apache.dubbo.config.MethodConfig
已过时。
isReturn() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
isReturn() - 类 中的方法org.apache.dubbo.config.MethodConfig
 
isReturn(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
isReturnTypeFuture(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
 
isReturnTypeFuture(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.support.RpcUtils
 
isRoute(URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isRoute(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isRunning() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
get thread state
isRuntime() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
isRuntime() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
To decide whether this router need to execute every time an RPC comes or should only execute when addresses or rule change.
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
isRuntime() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
To decide whether this router need to execute every time an RPC comes or should only execute when addresses or rule change.
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
isSameType(Annotation, Class<? extends Annotation>) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Is the type of specified annotation same to the expected type?
isSerialization() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
isServerSide() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
isServerSide() - 异常错误 中的方法org.apache.dubbo.remoting.TimeoutException
 
isServerSide() - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
Replace to isProviderSide()
isServerSide() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
已过时。
Replace to isProviderSide()
isServiceDiscovery() - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
isServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
isServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
isServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
isServiceDiscovery() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
isServiceDiscovery() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isServiceDiscoveryURL(URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isServiceKeyMatch(URL, URL) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
isServiceKeyMatch(URL, URL) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
isSetter(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
Replace to MethodUtils#isSetter(Method)
isSetter(Method) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Return true if the provided method is a set method.
isShouldRegister() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
isShutdown() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
isShutdown() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
isShutdown() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
isSimpleType(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
The specified type is simple type or not
isSingleton() - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
isStarted() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
isStarted() - 类 中的方法org.apache.dubbo.qos.server.Server
 
isStarted() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
 
isStartup() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
isStatic(Member) - 接口 中的静态方法org.apache.dubbo.common.utils.MemberUtils
check the specified member is static or not ?
isStop() - 类 中的方法org.apache.dubbo.common.timer.HashedWheelTimer
 
isStop() - 接口 中的方法org.apache.dubbo.common.timer.Timer
the timer is stop
isStream() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
isSubscribe() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
isSupportResponseAttachment(String) - 类 中的静态方法org.apache.dubbo.common.Version
Dubbo 2.x protocol version numbers are limited to 2.0.2/2000200 ~ 2.0.99/2009900, other versions are consider as invalid or not from official release.
isTerminated() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
isTerminated() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
isTerminated(Executor) - 类 中的静态方法org.apache.dubbo.common.utils.ExecutorUtil
 
isTimeout() - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
ISTIO_META_CLUSTER_ID_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
istio.v1.auth - 程序包 istio.v1.auth
 
IstioCertificateServiceGrpc - istio.v1.auth中的类
Service for managing certificates issued by the CA.
IstioCertificateServiceGrpc.IstioCertificateServiceBlockingStub - istio.v1.auth中的类
Service for managing certificates issued by the CA.
IstioCertificateServiceGrpc.IstioCertificateServiceFutureStub - istio.v1.auth中的类
Service for managing certificates issued by the CA.
IstioCertificateServiceGrpc.IstioCertificateServiceImplBase - istio.v1.auth中的类
Service for managing certificates issued by the CA.
IstioCertificateServiceGrpc.IstioCertificateServiceStub - istio.v1.auth中的类
Service for managing certificates issued by the CA.
IstioCertificateServiceImplBase() - 类 的构造器istio.v1.auth.IstioCertificateServiceGrpc.IstioCertificateServiceImplBase
 
IstioCitadelCertificateSigner - org.apache.dubbo.registry.xds.istio中的类
 
IstioCitadelCertificateSigner() - 类 的构造器org.apache.dubbo.registry.xds.istio.IstioCitadelCertificateSigner
 
IstioConstant - org.apache.dubbo.registry.xds.istio中的类
 
IstioConstant() - 类 的构造器org.apache.dubbo.registry.xds.istio.IstioConstant
 
IstioEnv - org.apache.dubbo.registry.xds.istio中的类
 
IstioEnv() - 类 的构造器org.apache.dubbo.registry.xds.istio.IstioEnv
 
isTop() - 类 中的方法org.apache.dubbo.qos.textui.TTree
 
isTraceEnabled() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
isTraceEnabled() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
isTraceEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
isTraceEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
isTraceEnabled() - 接口 中的方法org.apache.dubbo.common.logger.Logger
Is trace logging currently enabled?
isTraceEnabled() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
isTraceEnabled() - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
isTwoWay() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
isType(AnnotatedElement) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Is the specified type a generic type
isTypeMatch(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
We only check boolean value at this moment.
isTypeMatch(Class<?>, String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
We only check boolean value at this moment.
isUnary() - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
isUnexported() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
isUnexported() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
isValid() - 类 中的方法org.apache.dubbo.config.AbstractConfig
FIXME check @Parameter(required=true) and any conditions that need to match.
isValid() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
isValid() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
isValid() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
isValid() - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
isValid() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
isValid() - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
isValid() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isValidAddress(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
isValidGenericValue(String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
isValidLocalHost(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
isWaiting() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
isWarnEnabled() - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
isWarnEnabled() - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
isWarnEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
isWarnEnabled() - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
isWarnEnabled() - 接口 中的方法org.apache.dubbo.common.logger.Logger
Is warn logging currently enabled?
isWarnEnabled() - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
isWarnEnabled() - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
isZoneForcingEnabled(Invocation, String) - 接口 中的方法org.apache.dubbo.rpc.ZoneDetector
 
iterator() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
iterator() - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Returns an iterator over the elements in this set.
iterator() - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
iterator() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
iterator() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
iterator() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.Http2HeaderMeta
 
IteratorSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a JDK 1.2 Iterator.
IteratorSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.IteratorSerializer
 

J

JaketConfigurationUtils - org.apache.dubbo.metadata.definition.util中的类
2015/1/27.
JaketConfigurationUtils() - 类 的构造器org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
 
JAVA_EXTENSION - 类 中的静态变量org.apache.dubbo.common.compiler.support.ClassUtils
 
JAVA_IDENT_REGEX - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
JAVA_NAME_REGEX - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
JAVA_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
Java8TimeSerializer<T> - com.alibaba.com.caucho.hessian.io.java8中的类
 
JavaBeanAccessor - org.apache.dubbo.common.beanutil中的枚举
 
JavaBeanDescriptor - org.apache.dubbo.common.beanutil中的类
 
JavaBeanDescriptor() - 类 的构造器org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
JavaBeanDescriptor(String, int) - 类 的构造器org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
JavaBeanSerializeUtil - org.apache.dubbo.common.beanutil中的类
 
JavaDeserializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
JavaDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.JavaDeserializer
 
JavaObjectInput - org.apache.dubbo.common.serialize.java中的类
Java object input implementation
JavaObjectInput(InputStream) - 类 的构造器org.apache.dubbo.common.serialize.java.JavaObjectInput
 
JavaObjectInput(InputStream, boolean) - 类 的构造器org.apache.dubbo.common.serialize.java.JavaObjectInput
 
JavaObjectOutput - org.apache.dubbo.common.serialize.java中的类
Java object output implementation
JavaObjectOutput(OutputStream) - 类 的构造器org.apache.dubbo.common.serialize.java.JavaObjectOutput
 
JavaObjectOutput(OutputStream, boolean) - 类 的构造器org.apache.dubbo.common.serialize.java.JavaObjectOutput
 
JavaSerialization - org.apache.dubbo.common.serialize.java中的类
Java serialization implementation
JavaSerialization() - 类 的构造器org.apache.dubbo.common.serialize.java.JavaSerialization
 
JavaSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
JavaSerializer(Class, ClassLoader) - 类 的构造器com.alibaba.com.caucho.hessian.io.JavaSerializer
 
JavassistCompiler - org.apache.dubbo.common.compiler.support中的类
JavassistCompiler.
JavassistCompiler() - 类 的构造器org.apache.dubbo.common.compiler.support.JavassistCompiler
 
JavassistProxyFactory - org.apache.dubbo.rpc.proxy.javassist中的类
JavassistRpcProxyFactory
JavassistProxyFactory() - 类 的构造器org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory
 
JAXRSServiceRestMetadataResolver - org.apache.dubbo.metadata.rest.jaxrs中的类
JAX-RS ServiceRestMetadataResolver implementation
JAXRSServiceRestMetadataResolver() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.JAXRSServiceRestMetadataResolver
 
JCache - org.apache.dubbo.cache.support.jcache中的类
This class store the cache value per thread.
JCache(URL) - 类 的构造器org.apache.dubbo.cache.support.jcache.JCache
 
JCacheFactory - org.apache.dubbo.cache.support.jcache中的类
JCacheFactory is factory class to provide instance of javax spi cache.Implement CacheFactory by extending AbstractCacheFactory and provide
JCacheFactory() - 类 的构造器org.apache.dubbo.cache.support.jcache.JCacheFactory
 
JclLogger - org.apache.dubbo.common.logger.jcl中的类
Adaptor to commons logging, depends on commons-logging.jar.
JclLogger(Log) - 类 的构造器org.apache.dubbo.common.logger.jcl.JclLogger
 
JclLoggerAdapter - org.apache.dubbo.common.logger.jcl中的类
 
JclLoggerAdapter() - 类 的构造器org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
JdkCompiler - org.apache.dubbo.common.compiler.support中的类
JdkCompiler.
JdkCompiler() - 类 的构造器org.apache.dubbo.common.compiler.support.JdkCompiler
 
JdkCompiler(String) - 类 的构造器org.apache.dubbo.common.compiler.support.JdkCompiler
 
JdkCompiler(List<String>) - 类 的构造器org.apache.dubbo.common.compiler.support.JdkCompiler
 
JdkLogger - org.apache.dubbo.common.logger.jdk中的类
 
JdkLogger(Logger) - 类 的构造器org.apache.dubbo.common.logger.jdk.JdkLogger
 
JdkLoggerAdapter - org.apache.dubbo.common.logger.jdk中的类
 
JdkLoggerAdapter() - 类 的构造器org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
JdkProxyFactory - org.apache.dubbo.rpc.proxy.jdk中的类
JdkRpcProxyFactory
JdkProxyFactory() - 类 的构造器org.apache.dubbo.rpc.proxy.jdk.JdkProxyFactory
 
join(Directory<T>) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Cluster
已过时。
 
join(String[]) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
join string.
join(String[], char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
join string like javascript.
join(String[], String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
join string like javascript.
join(Collection<String>, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
join(List<String>, String) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
join(Map<String, String>, String) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
join(Directory<T>) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Cluster
已过时。
 
join(Directory<T>) - 接口 中的方法org.apache.dubbo.rpc.cluster.Cluster
Merge the directory invokers to a virtual invoker.
join(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.AvailableCluster
 
join(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster
 
join(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper
 
joinAll(Map<String, Map<String, String>>, String) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
joinMulticastGroup(MulticastSocket, InetAddress) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
json(Object) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
json string.
json(Object, Writer) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
write json.
json(Object, Writer, boolean) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
 
json(Object, String[]) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
json string.
json(Object, String[], Writer) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
 
json(Object, String[], Writer, boolean) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
write json.
JSON - org.apache.dubbo.common.json中的类
已过时。
JSONArray - org.apache.dubbo.common.json中的类
已过时。
JSONArray() - 类 的构造器org.apache.dubbo.common.json.JSONArray
已过时。
 
JSONConverter - org.apache.dubbo.common.json中的接口
已过时。
JSONObject - org.apache.dubbo.common.json中的类
已过时。
JSONObject() - 类 的构造器org.apache.dubbo.common.json.JSONObject
已过时。
 
JSONReader - org.apache.dubbo.common.json中的类
已过时。
JSONReader(InputStream, String) - 类 的构造器org.apache.dubbo.common.json.JSONReader
已过时。
 
JSONReader(Reader) - 类 的构造器org.apache.dubbo.common.json.JSONReader
已过时。
 
JSONToken - org.apache.dubbo.common.json中的类
已过时。
JSONVisitor - org.apache.dubbo.common.json中的接口
已过时。
JSONWriter - org.apache.dubbo.common.json中的类
已过时。
JSONWriter(OutputStream, String) - 类 的构造器org.apache.dubbo.common.json.JSONWriter
已过时。
 
JSONWriter(Writer) - 类 的构造器org.apache.dubbo.common.json.JSONWriter
已过时。
 
jstack(OutputStream) - 类 中的静态方法org.apache.dubbo.common.utils.JVMUtil
 
JValidation - org.apache.dubbo.validation.support.jvalidation中的类
Creates a new instance of Validator using input argument url.
JValidation() - 类 的构造器org.apache.dubbo.validation.support.jvalidation.JValidation
 
JValidator - org.apache.dubbo.validation.support.jvalidation中的类
Implementation of JValidation.
JValidator(URL) - 类 的构造器org.apache.dubbo.validation.support.jvalidation.JValidator
 
JVM_BOOLEAN - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
boolean(Z).
JVM_BYTE - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
byte(B).
JVM_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
char(C).
JVM_DOUBLE - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
double(D).
JVM_FLOAT - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
float(F).
JVM_INT - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
int(I).
JVM_LONG - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
long(J).
JVM_SHORT - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
short(S).
JVM_VOID - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
void(V).
JVMUtil - org.apache.dubbo.common.utils中的类
 
JVMUtil() - 类 的构造器org.apache.dubbo.common.utils.JVMUtil
 

K

KEEP_ALIVE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
KEEP_ALIVE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.rest.Constants
 
keepAlive(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
key() - 注释类型 中的方法org.apache.dubbo.config.support.Parameter
Specify the parameter key when append parameters to url
KEY_READ_TIMESTAMP - 类 中的静态变量org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
KEY_REVISON_PREFIX - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
KEY_SEPARATOR - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
KEY_WRITE_TIMESTAMP - 类 中的静态变量org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
keys() - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
get key iterator.
keySet() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
keySet() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
KeyTypeEnum - org.apache.dubbo.metadata.report.identifier中的枚举
2019-08-15
KRYO_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
KRYO_SERIALIZATION2_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
KUBERNETES_PROPERTIES_KEY - 类 中的静态变量org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
KUBERNETES_SA_PATH - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
KubernetesClientConst - org.apache.dubbo.registry.kubernetes.util中的类
 
KubernetesClientConst() - 类 的构造器org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
KubernetesConfigUtils - org.apache.dubbo.registry.kubernetes.util中的类
 
KubernetesConfigUtils() - 类 的构造器org.apache.dubbo.registry.kubernetes.util.KubernetesConfigUtils
 
KubernetesRegistry - org.apache.dubbo.registry.kubernetes中的类
Empty implements for Kubernetes
Kubernetes only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
KubernetesServiceDiscovery is the real implementation of Kubernetes
KubernetesRegistry(URL) - 类 的构造器org.apache.dubbo.registry.kubernetes.KubernetesRegistry
 
KubernetesRegistryFactory - org.apache.dubbo.registry.kubernetes中的类
 
KubernetesRegistryFactory() - 类 的构造器org.apache.dubbo.registry.kubernetes.KubernetesRegistryFactory
 
KubernetesServiceDiscovery - org.apache.dubbo.registry.kubernetes中的类
 
KubernetesServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
 
KubernetesServiceDiscoveryFactory - org.apache.dubbo.registry.kubernetes中的类
 
KubernetesServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscoveryFactory
 

L

lastIndexOf(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
lastVariableIndex() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
layer() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
layer() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
layer() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service layer, default value is empty string
layer() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service layer, default value is empty string
layer() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service layer, default value is empty string
layer() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service layer, default value is empty string
layer(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
LAYER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
LAYER_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
lazy() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
lazy() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Whether to make connection when the client is created, the default value is false
lazy() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Whether to make connection when the client is created, the default value is false
lazy(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
LAZY - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
LAZY_CONNECT_INITIAL_STATE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
The initial state for lazy connection
LAZY_CONNECT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
To decide whether to make connection when the client is created
LBRACE - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
LBRACE - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
LdsProtocol - org.apache.dubbo.registry.xds.util.protocol.impl中的类
 
LdsProtocol(XdsChannel, Node, int, int) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.impl.LdsProtocol
 
LEAST_ACTIVE - 接口 中的静态变量org.apache.dubbo.common.constants.LoadbalanceRules
Filter the number of invokers with the least number of active calls and count the weights and quantities of these invokers.
LEAST_CONN - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
 
LEAST_HEARTBEAT_DURATION - 接口 中的静态变量org.apache.dubbo.remoting.Constants
the least heartbeat during is 1000 ms.
LeastActiveLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
LeastActiveLoadBalance
LeastActiveLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance
 
LEFT - org.apache.dubbo.qos.textui.TTable.Align
left-alignment
LEGACY_DUBBO_PROTOCOL_VERSION - 类 中的静态变量org.apache.dubbo.common.Version
 
length() - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
get array length.
length(CharSequence) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Gets a CharSequence length or 0 if the CharSequence is null.
Level - org.apache.dubbo.common.logger中的枚举
Level
LfuCache - org.apache.dubbo.cache.support.lfu中的类
This class store the cache value per thread.
LfuCache(URL) - 类 的构造器org.apache.dubbo.cache.support.lfu.LfuCache
Initialize LfuCache, it uses constructor argument cache.size value as its storage max size.
LFUCache<K,​V> - org.apache.dubbo.common.utils中的类
 
LFUCache() - 类 的构造器org.apache.dubbo.common.utils.LFUCache
 
LFUCache(int, float) - 类 的构造器org.apache.dubbo.common.utils.LFUCache
Constructs and initializes cache with specified capacity and eviction factor.
LfuCacheFactory - org.apache.dubbo.cache.support.lfu中的类
Implement CacheFactory by extending AbstractCacheFactory and provide instance of new LfuCache.
LfuCacheFactory() - 类 的构造器org.apache.dubbo.cache.support.lfu.LfuCacheFactory
 
Lifecycle - org.apache.dubbo.common.context中的接口
The Lifecycle of Dubbo component
LifecycleAdapter - org.apache.dubbo.common.context中的类
 
LifecycleAdapter() - 类 的构造器org.apache.dubbo.common.context.LifecycleAdapter
 
LIMIT_EXCEEDED_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
limitedInputStream(InputStream, int) - 类 中的静态方法org.apache.dubbo.common.io.StreamUtils
 
LimitedThreadPool - org.apache.dubbo.common.threadpool.support.limited中的类
Creates a thread pool that creates new threads as needed until limits reaches.
LimitedThreadPool() - 类 的构造器org.apache.dubbo.common.threadpool.support.limited.LimitedThreadPool
 
limitSizeTo4KB(String) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
list(Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Directory
已过时。
 
list(Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Directory
已过时。
 
list(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
list(Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
list invokers.
LIST_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
ListBoolMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
ListBoolMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListBoolMatch
 
listConsumer() - 类 中的方法org.apache.dubbo.qos.command.impl.Ls
 
ListDoubleMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
ListDoubleMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
ListenableFilter - org.apache.dubbo.rpc中的类
It's recommended to implement Filter.Listener directly for callback registration, check the default implementation, see ExceptionFilter, for example.
ListenableFilter() - 类 的构造器org.apache.dubbo.rpc.ListenableFilter
 
ListenableRouter - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Abstract router which listens to dynamic configuration
ListenableRouter(URL, String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.ListenableRouter
 
listener() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
listener() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
listener() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Listeners for service exporting and unexporting
listener() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Listeners for service exporting and unexporting
listener() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Listeners for service exporting and unexporting
listener() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Listeners for service exporting and unexporting
listener() - 类 中的方法org.apache.dubbo.rpc.ListenableFilter
 
listener(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
listener(Invocation) - 类 中的方法org.apache.dubbo.rpc.ListenableFilter
 
LISTENER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
LISTENER_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ListenerExporterWrapper<T> - org.apache.dubbo.rpc.listener中的类
ListenerExporter
ListenerExporterWrapper(Exporter<T>, List<ExporterListener>) - 类 的构造器org.apache.dubbo.rpc.listener.ListenerExporterWrapper
 
ListenerInvokerWrapper<T> - org.apache.dubbo.rpc.listener中的类
ListenerInvoker
ListenerInvokerWrapper(Invoker<T>, List<InvokerListener>) - 类 的构造器org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
ListenerRegistryWrapper - org.apache.dubbo.registry中的类
 
ListenerRegistryWrapper(Registry, List<RegistryServiceListener>) - 类 的构造器org.apache.dubbo.registry.ListenerRegistryWrapper
 
ListenerResult - org.apache.dubbo.registry.xds.util.protocol.message中的类
 
ListenerResult() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
ListenerResult(Set<String>) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
listItems() - 类 中的方法org.apache.dubbo.common.threadpool.manager.Ring
 
listIterator() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
listIterator(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
ListMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ListMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ListMerger
 
listProvider() - 类 中的方法org.apache.dubbo.qos.command.impl.Ls
 
ListStringMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
ListStringMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
ListTelnetHandler - org.apache.dubbo.qos.legacy中的类
ListTelnetHandler handler list services and its methods details.
ListTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.ListTelnetHandler
 
Live - org.apache.dubbo.qos.command.impl中的类
 
Live() - 类 的构造器org.apache.dubbo.qos.command.impl.Live
 
livenessProbe(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
LivenessProbe - org.apache.dubbo.qos.probe中的接口
A probe to indicate whether program is alive
load(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassFactory
 
LOAD_BALANCE - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
loadbalance() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
loadbalance() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
loadbalance() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Load balance strategy, legal values include: random, roundrobin, leastactive you can use LoadbalanceRules.RANDOM ……
loadbalance() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Load balance strategy, legal values include: random, roundrobin, leastactive you can use LoadbalanceRules.RANDOM ……
loadbalance() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
loadbalance() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Load balance strategy, legal values include: random, roundrobin, leastactive
loadbalance() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Load balance strategy, legal values include: random, roundrobin, leastactive
loadbalance(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
LoadBalance - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
LoadBalance - org.apache.dubbo.rpc.cluster中的接口
LoadBalance.
LOADBALANCE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
LoadBalancerSettings - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance中的类
 
LoadBalancerSettings() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
LoadbalanceRules - org.apache.dubbo.common.constants中的接口
constant for Loadbalance strategy
loader - 接口 中的静态变量org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer
 
LoadingStrategy - org.apache.dubbo.common.extension中的接口
 
loadMigrationRule(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
loadMonitor(AbstractInterfaceConfig, URL) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
loadProperties(String) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
loadProperties(String, boolean) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
loadProperties(String, boolean, boolean) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
Load properties file to Properties from class path.
loadRegistries(AbstractInterfaceConfig, boolean) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
loadSerializedClass(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
 
LoadStatusChecker - org.apache.dubbo.common.status.support中的类
Load Status
LoadStatusChecker() - 类 的构造器org.apache.dubbo.common.status.support.LoadStatusChecker
 
local() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
local() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
已过时。 
local() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。 
local(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
已过时。
Replace to stub(Boolean)
local(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
已过时。
Replace to stub(String)
LOCAL_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
LOCAL_PROTOCOL - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
LocalDateHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
LocalDateHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.LocalDateHandle
 
LocalDateHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.LocalDateHandle
 
LocalDateTimeHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
LocalDateTimeHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.LocalDateTimeHandle
 
LocalDateTimeHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.LocalDateTimeHandle
 
LocaleHandle - com.alibaba.com.caucho.hessian.io中的类
Handle for a locale object.
LocaleHandle(String) - 类 的构造器com.alibaba.com.caucho.hessian.io.LocaleHandle
 
LocaleSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a locale.
LocaleSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.LocaleSerializer
 
LOCALHOST_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
LOCALHOST_VALUE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
LocalHostPermitHandler - org.apache.dubbo.qos.server.handler中的类
 
LocalHostPermitHandler(boolean) - 类 的构造器org.apache.dubbo.qos.server.handler.LocalHostPermitHandler
 
localMetadataService - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
LocalTimeHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
LocalTimeHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.LocalTimeHandle
 
LocalTimeHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.LocalTimeHandle
 
log - 类 中的静态变量com.alibaba.com.caucho.hessian.io.HessianInputFactory
 
log - 接口 中的静态变量org.apache.dubbo.config.spring.util.DubboBeanUtils
 
Log - org.apache.dubbo.common.utils中的类
 
Log() - 类 的构造器org.apache.dubbo.common.utils.Log
 
Log4j2Logger - org.apache.dubbo.common.logger.log4j2中的类
 
Log4j2Logger(Logger) - 类 的构造器org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
Log4j2LoggerAdapter - org.apache.dubbo.common.logger.log4j2中的类
 
Log4j2LoggerAdapter() - 类 的构造器org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
Log4jLogger - org.apache.dubbo.common.logger.log4j中的类
 
Log4jLogger(Logger) - 类 的构造器org.apache.dubbo.common.logger.log4j.Log4jLogger
 
Log4jLoggerAdapter - org.apache.dubbo.common.logger.log4j中的类
 
Log4jLoggerAdapter() - 类 的构造器org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
logger - 接口 中的静态变量org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
logger - 类 中的静态变量org.apache.dubbo.config.ReferenceConfig
 
logger - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
logger - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
logger(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
Logger - org.apache.dubbo.common.logger中的接口
Logger interface
LOGGER - 类 中的静态变量org.apache.dubbo.rpc.cluster.RouterChain
 
LOGGER - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.Stream
 
LoggerAdapter - com.alibaba.dubbo.common.logger中的接口
已过时。
LoggerAdapter - org.apache.dubbo.common.logger中的接口
Logger provider
LoggerFactory - org.apache.dubbo.common.logger中的类
Logger factory
LOGGING_INTERVAL - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
LoggingFilter - org.apache.dubbo.rpc.protocol.rest.support中的类
This logging filter is not highly optimized for now
LoggingFilter() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
LogHelper - org.apache.dubbo.common.utils中的类
 
logList - 类 中的静态变量org.apache.dubbo.common.utils.DubboAppender
 
LOGSTAT_PROTOCOL - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
LogTelnetHandler - org.apache.dubbo.qos.legacy中的类
LogTelnetHandler
LogTelnetHandler - org.apache.dubbo.remoting.telnet.support.command中的类
LogTelnetHandler
LogTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.LogTelnetHandler
 
LogTelnetHandler() - 类 的构造器org.apache.dubbo.remoting.telnet.support.command.LogTelnetHandler
 
LogUtil - org.apache.dubbo.common.utils中的类
 
LogUtil() - 类 的构造器org.apache.dubbo.common.utils.LogUtil
 
LONG - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
LONG - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
LONG_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
LONG_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
LONG_BYTE_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
LONG_BYTE_MIN - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
LONG_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
LONG_DIRECT_MIN - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
LONG_SHORT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
LONG_SHORT_MIN - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
long2bytes(long) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
long2bytes(long, byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
long2bytes(long, byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
LongArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
LongArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.LongArrayMerger
 
longValue() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
lookup(URL) - 接口 中的方法com.alibaba.dubbo.monitor.Monitor
已过时。
 
lookup(URL) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
lookup(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
lookup(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
lookup(String, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianResolver
Looks up a proxy object.
lookup(String, String) - 接口 中的方法com.alibaba.com.caucho.hessian.io.HessianRemoteResolver
Looks up a proxy object.
lookup(URL) - 接口 中的方法com.alibaba.dubbo.monitor.Monitor
已过时。
 
lookup(URL) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
lookup(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
lookup(URL) - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitor
 
lookup(URL) - 接口 中的方法org.apache.dubbo.monitor.MonitorService
Lookup monitor data 1. support lookup by day: count://host/interface?
lookup(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.nacos.NacosRegistry
 
lookup(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Query the registered data that matches the conditions.
lookup(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
lookupExportedService(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
lookupExportedServiceWithoutGroup(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
lookupMethod(String, String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
lookupMethod(String, String) - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.DubboHandlerRegistry
 
lookupReferredService(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
lookupService(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
loop(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
Build the asynchronous address cache for stateRouter.
LOWEST_VERSION_FOR_RESPONSE_ATTACHMENT - 类 中的静态变量org.apache.dubbo.common.Version
For protocol compatibility purpose.
LruCache - org.apache.dubbo.cache.support.lru中的类
This class store the cache value per thread.
LruCache(URL) - 类 的构造器org.apache.dubbo.cache.support.lru.LruCache
Initialize LruCache, it uses constructor argument cache.size value as its storage max size.
LRUCache<K,​V> - org.apache.dubbo.common.utils中的类
LRU-2
LRUCache() - 类 的构造器org.apache.dubbo.common.utils.LRUCache
 
LRUCache(int) - 类 的构造器org.apache.dubbo.common.utils.LRUCache
 
LruCacheFactory - org.apache.dubbo.cache.support.lru中的类
Implement CacheFactory by extending AbstractCacheFactory and provide instance of new LruCache.
LruCacheFactory() - 类 的构造器org.apache.dubbo.cache.support.lru.LruCacheFactory
 
Ls - org.apache.dubbo.qos.command.impl中的类
 
Ls() - 类 的构造器org.apache.dubbo.qos.command.impl.Ls
 
LSQUARE - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
LSQUARE - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 

M

makeAccessible(Method) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Copy from org.springframework.util.ReflectionUtils.
MANUAL - org.apache.dubbo.config.bootstrap.BootstrapTakeoverMode
 
map(URL) - 接口 中的方法org.apache.dubbo.metadata.ServiceNameMapping
Map the specified Dubbo service interface, group, version and protocol to current Dubbo service name
map(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
MapDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a JDK 1.2 Map.
MapDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.MapDeserializer
 
mapEquals(Map<?, ?>, Map<?, ?>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
MapMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
MapMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.MapMerger
 
MappingChangedEvent - org.apache.dubbo.metadata中的类
 
MappingChangedEvent(String, Set<String>) - 类 的构造器org.apache.dubbo.metadata.MappingChangedEvent
 
MappingListener - org.apache.dubbo.metadata中的接口
 
MapSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a JDK 1.2 java.util.Map.
MapSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.MapSerializer
 
MapTypeBuilder - org.apache.dubbo.metadata.definition.builder中的类
2015/1/27.
MapTypeBuilder() - 类 的构造器org.apache.dubbo.metadata.definition.builder.MapTypeBuilder
 
mark(int) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
mark(int) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
mark(int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
markChanged() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
markReaderIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
markReaderIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Marks the current readerIndex in this buffer.
markReaderIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
markReaderIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
markReported() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
markSupported() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
markSupported() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
markSupported() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
markSupportedInputStream(InputStream) - 类 中的静态方法org.apache.dubbo.common.io.StreamUtils
 
markSupportedInputStream(InputStream, int) - 类 中的静态方法org.apache.dubbo.common.io.StreamUtils
 
markWriterIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
markWriterIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Marks the current writerIndex in this buffer.
markWriterIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
markWriterIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
matchArguments(Map.Entry<String, ConditionRouter.MatchPair>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
analysis the arguments in the rule.
matches() - 注释类型 中的方法org.apache.dubbo.common.extension.Wrapper
the extension names that need to be wrapped.
matchIpExpression(String, String, int) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
matchIpRange(String, String, int) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
matchParams(String) - 类 中的方法org.apache.dubbo.rpc.model.MethodDescriptor
 
MATRIX_PARAM_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @MatrixParam
MatrixParamParameterProcessor - org.apache.dubbo.metadata.rest.jaxrs中的类
The AnnotatedMethodParameterProcessor implementation for JAX-RS's @MatrixParam
MatrixParamParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.MatrixParamParameterProcessor
 
MAX_BUFFER_SIZE - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
MAX_BYTE_ARRAY_LENGTH - 类 中的静态变量org.apache.dubbo.common.serialize.java.JavaObjectInput
 
MAX_CONCURRENT - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
MAX_CONCURRENT_CALLS_PER_CONNECTION - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
MAX_ELAPSED - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
MAX_INBOUND_MESSAGE_SIZE - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
MAX_INBOUND_METADATA_SIZE - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
MAX_INPUT - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
MAX_OUTPUT - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
MAX_PRIORITY - 接口 中的静态变量org.apache.dubbo.common.lang.Prioritized
The maximum priority
MAX_PROXY_COUNT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
MAX_QUERIES_PER_RESOLVE - 类 中的静态变量org.apache.dubbo.registry.dns.util.DNSClientConst
 
MAX_RETRIES - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Max number of times to retry.
MAX_SLEEP - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Max time in ms to sleep on each retry.
MD5Utils - org.apache.dubbo.common.utils中的类
MD5 util.
MD5Utils() - 类 的构造器org.apache.dubbo.common.utils.MD5Utils
 
MemberUtils - org.apache.dubbo.common.utils中的接口
Java Reflection Member Utilities class
MemoryStatusChecker - org.apache.dubbo.common.status.support中的类
MemoryStatus
MemoryStatusChecker() - 类 的构造器org.apache.dubbo.common.status.support.MemoryStatusChecker
 
merge(boolean[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.BooleanArrayMerger
 
merge(byte[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ByteArrayMerger
 
merge(char[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.CharArrayMerger
 
merge(double[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.DoubleArrayMerger
 
merge(float[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.FloatArrayMerger
 
merge(int[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.IntArrayMerger
 
merge(long[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.LongArrayMerger
 
merge(short[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ShortArrayMerger
 
merge(Object[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ArrayMerger
 
merge(List<?>...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ListMerger
 
merge(Map<?, ?>...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.MapMerger
 
merge(Set<?>...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.SetMerger
 
merge(T...) - 接口 中的方法org.apache.dubbo.rpc.cluster.Merger
 
MERGEABLE - 接口 中的静态变量org.apache.dubbo.common.constants.ClusterRules
 
MergeableCluster - org.apache.dubbo.rpc.cluster.support中的类
 
MergeableCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.MergeableCluster
 
MergeableClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
 
MergeableClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
mergeFrom(Message) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
mergeFrom(Message) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
mergeFrom(Ca.IstioCertificateRequest) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
mergeFrom(Ca.IstioCertificateResponse) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
mergeFrom(TripleWrapper.TripleRequestWrapper) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
mergeFrom(TripleWrapper.TripleResponseWrapper) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
mergeMetadata(Struct) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
merger() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service merger
merger() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
merger(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
Merger - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
Merger<T> - org.apache.dubbo.rpc.cluster中的接口
 
MERGER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
MERGER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
MergerFactory - org.apache.dubbo.rpc.cluster.merger中的类
 
MergerFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.MergerFactory
 
mergeRouteConfigNames(Set<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
mergeUnknownFields(UnknownFieldSet) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
mergeUrl(URL, Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor
Merging the URL parameters of provider and consumer
mergeUrl(URL, Map<String, String>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.support.ClusterUtils
 
mergeUrl(URL, Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.merger.DefaultProviderURLMergeProcessor
 
mergeValues(Class<?>, String, List<String>) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
Insert default extension into extension list.
MeshAppRuleListener - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshAppRuleListener(String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
MeshRuleAddressListenerInterceptor - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleAddressListenerInterceptor() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleAddressListenerInterceptor
 
MeshRuleManager - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleManager() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
MeshRuleRouter - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
MeshRuleRouterFactory - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouterFactory
 
MESSAGE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
MessageOnlyChannelHandler - org.apache.dubbo.remoting.transport.dispatcher.message中的类
 
MessageOnlyChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler
 
MessageOnlyDispatcher - org.apache.dubbo.remoting.transport.dispatcher.message中的类
Only message receive uses the thread pool.
MessageOnlyDispatcher() - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
 
messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyHandler
 
META_DATA_STORE_TAG - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
metadata(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
Metadata - org.apache.dubbo.rpc.protocol.tri中的接口
 
METADATA_CLUSTER_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
METADATA_ENCODING - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants
The encoding of metadata
METADATA_FIELD_NUMBER - 类 中的静态变量istio.v1.auth.Ca.IstioCertificateRequest
 
METADATA_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
METADATA_MAPPING_TYPE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
METADATA_PROXY_TIMEOUT_KEY - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
METADATA_PUBLISH_DELAY_KEY - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
METADATA_REPORT_KEY - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
METADATA_SERVICE_PREFIX - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The prefix of MetadataService : "dubbo.metadata-service."
METADATA_SERVICE_URL_PARAMS_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of metadata JSON of MetadataService's URL
METADATA_SERVICE_URLS_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The URLs property name of MetadataService : "dubbo.metadata-service.urls", which is used to be compatible with Dubbo Spring Cloud and discovery the metadata of instance
METADATA_STORAGE_TYPE_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of metadata storage type.
MetadataConstants - org.apache.dubbo.metadata中的类
 
MetadataConstants() - 类 的构造器org.apache.dubbo.metadata.MetadataConstants
 
MetadataIdentifier - org.apache.dubbo.metadata.report.identifier中的类
The MetadataIdentifier is used to store method descriptor.
MetadataIdentifier() - 类 的构造器org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
MetadataIdentifier(String, String, String, String, String) - 类 的构造器org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
MetadataIdentifier(URL) - 类 的构造器org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
MetadataInfo - org.apache.dubbo.metadata中的类
 
MetadataInfo() - 类 的构造器org.apache.dubbo.metadata.MetadataInfo
 
MetadataInfo(String) - 类 的构造器org.apache.dubbo.metadata.MetadataInfo
 
MetadataInfo(String, String, Map<String, MetadataInfo.ServiceInfo>) - 类 的构造器org.apache.dubbo.metadata.MetadataInfo
 
MetadataInfo.ServiceInfo - org.apache.dubbo.metadata中的类
 
MetadataParamsFilter - org.apache.dubbo.metadata中的接口
 
metadataReport(MetadataReportConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
MetadataReport - org.apache.dubbo.metadata.report中的接口
 
MetadataReportBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build MetadataReportConfig.
MetadataReportBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
metadataReportConfig(MetadataReportConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
MetadataReportConfig - org.apache.dubbo.config中的类
MetadataReportConfig
MetadataReportConfig() - 类 的构造器org.apache.dubbo.config.MetadataReportConfig
 
MetadataReportConfig(String) - 类 的构造器org.apache.dubbo.config.MetadataReportConfig
 
MetadataReportFactory - org.apache.dubbo.metadata.report中的接口
 
MetadataReportInstance - org.apache.dubbo.metadata.report中的类
2019-08-09
MetadataReportInstance() - 类 的构造器org.apache.dubbo.metadata.report.MetadataReportInstance
 
metadataReportRetry - 类 中的变量org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
metadataReports(List<MetadataReportConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
MetadataService - org.apache.dubbo.metadata中的接口
A framework interface of Dubbo Metadata Service defines the contract of Dubbo Services registartion and subscription between Dubbo service providers and its consumers.
MetadataServiceExporter - org.apache.dubbo.metadata中的接口
The exporter of MetadataService
metadataServiceInvokers - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
metadataServiceLocks - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
MetadataServiceNameMapping - org.apache.dubbo.registry.client.metadata中的类
 
MetadataServiceNameMapping() - 类 的构造器org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
metadataServicePort(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
metadataServiceProxies - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
MetadataServiceType - org.apache.dubbo.metadata中的枚举
The type enumerations of MetadataService
MetadataServiceURLBuilder - org.apache.dubbo.registry.client.metadata中的接口
Used to build metadata service url from ServiceInstance.
MetadataServiceURLParamsMetadataCustomizer - org.apache.dubbo.registry.client.metadata中的类
 
MetadataServiceURLParamsMetadataCustomizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.MetadataServiceURLParamsMetadataCustomizer
 
MetadataUtils - org.apache.dubbo.registry.client.metadata中的类
 
MetadataUtils() - 类 的构造器org.apache.dubbo.registry.client.metadata.MetadataUtils
 
method(MethodDescriptor) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
Method - org.apache.dubbo.config.annotation中的注释类型
 
METHOD - org.apache.dubbo.common.beanutil.JavaBeanAccessor
Method accessor.
METHOD - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
METHOD - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
METHOD_DESC_PATTERN - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
METHOD_DESC_REGEX - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
METHOD_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
METHOD_MODEL - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
MethodBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build MethodConfig.
MethodBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
MethodComparator - org.apache.dubbo.common.utils中的类
The Comparator class for Method, the comparison rule : Comparing to two method names lexicographically.
MethodConfig - com.alibaba.dubbo.config中的类
已过时。
MethodConfig - org.apache.dubbo.config中的类
The method configuration
MethodConfig() - 类 的构造器com.alibaba.dubbo.config.MethodConfig
已过时。
 
MethodConfig() - 类 的构造器org.apache.dubbo.config.MethodConfig
 
MethodConfig(Method) - 类 的构造器org.apache.dubbo.config.MethodConfig
已过时。
MethodDefinition - org.apache.dubbo.metadata.definition.model中的类
2015/1/27.
MethodDefinition() - 类 的构造器org.apache.dubbo.metadata.definition.model.MethodDefinition
 
MethodDefinitionBuilder - org.apache.dubbo.metadata.definition中的类
MethodDefinition Builder based on Java Reflection
MethodDefinitionBuilder() - 类 的构造器org.apache.dubbo.metadata.definition.MethodDefinitionBuilder
 
MethodDefinitionBuilder(TypeDefinitionBuilder) - 类 的构造器org.apache.dubbo.metadata.definition.MethodDefinitionBuilder
 
MethodDescriptor - org.apache.dubbo.rpc.model中的类
 
MethodDescriptor(Method) - 类 的构造器org.apache.dubbo.rpc.model.MethodDescriptor
 
MethodDescriptor.RpcType - org.apache.dubbo.rpc.model中的枚举
 
methodName(String) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
methods() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
methods support
methods() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
methods support
methods() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
methods support
methods() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
methods support
methods(List<MethodDescriptor>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
METHODS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
METHODS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
MethodUtils - org.apache.dubbo.common.utils中的接口
Miscellaneous method utility methods.
MethodValidated - org.apache.dubbo.validation中的注释类型
Method grouping validation.
metrics(MetricsConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
METRICS_KEY - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
METRICS_PORT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
METRICS_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
MetricsConfig - org.apache.dubbo.config中的类
 
MetricsConfig() - 类 的构造器org.apache.dubbo.config.MetricsConfig
 
MetricsFilter - org.apache.dubbo.monitor.dubbo中的类
 
MetricsFilter() - 类 的构造器org.apache.dubbo.monitor.dubbo.MetricsFilter
 
MetricsService - org.apache.dubbo.monitor中的接口
 
MetricsServiceDetector - org.apache.dubbo.monitor.support中的类
 
MetricsServiceDetector() - 类 的构造器org.apache.dubbo.monitor.support.MetricsServiceDetector
 
MIDDLE - org.apache.dubbo.qos.textui.TTable.Align
middle-alignment
migrateToApplicationFirstInvoker(MigrationRule) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
migrateToApplicationFirstInvoker(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
migrateToApplicationFirstInvoker(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
migrateToForceApplicationInvoker(MigrationRule) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
migrateToForceApplicationInvoker(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
migrateToForceInterfaceInvoker(MigrationRule) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
migrateToForceInterfaceInvoker(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
migrateToForceInterfaceInvoker(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
MIGRATION_DELAY_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
MIGRATION_FORCE_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
MIGRATION_PROMOTION_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
MIGRATION_STEP_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
MIGRATION_STEP_STATUS - 接口 中的静态变量org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
MIGRATION_THRESHOLD_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
MigrationAddressComparator - org.apache.dubbo.registry.client.migration中的接口
 
MigrationClusterInvoker<T> - org.apache.dubbo.registry.client.migration中的接口
FIXME, some methods need to be further optimized.
MigrationInvoker<T> - org.apache.dubbo.registry.client.migration中的类
 
MigrationInvoker(RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationInvoker
 
MigrationInvoker(ClusterInvoker<T>, ClusterInvoker<T>, RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationInvoker
 
MigrationRule - org.apache.dubbo.registry.client.migration.model中的类
# key = demo-consumer.migration # group = DUBBO_SERVICEDISCOVERY_MIGRATION # content key: demo-consumer step: APPLICATION_FIRST threshold: 1.0 proportion: 60 delay: 60 force: false interfaces: - serviceKey: DemoService:1.0.0 threshold: 0.5 proportion: 30 delay: 30 force: true step: APPLICATION_FIRST - serviceKey: GreetingService:1.0.0 step: FORCE_APPLICATION applications: - serviceKey: TestApplication threshold: 0.3 proportion: 20 delay: 10 force: false step: FORCE_INTERFACE
MigrationRule() - 类 的构造器org.apache.dubbo.registry.client.migration.model.MigrationRule
 
MigrationRule(String) - 类 的构造器org.apache.dubbo.registry.client.migration.model.MigrationRule
 
MigrationRuleHandler<T> - org.apache.dubbo.registry.client.migration中的类
 
MigrationRuleHandler(MigrationClusterInvoker<T>, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
MigrationRuleListener - org.apache.dubbo.registry.client.migration中的类
 
MigrationRuleListener() - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
MigrationStep - org.apache.dubbo.registry.client.migration.model中的枚举
 
MIN_BUFFER_SIZE - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
MIN_PRIORITY - 接口 中的静态变量org.apache.dubbo.common.lang.Prioritized
The minimum priority
mismatches() - 注释类型 中的方法org.apache.dubbo.common.extension.Wrapper
the extension names that need to be excluded.
mixin(Class<?>[], Class<?>) - 类 中的静态方法org.apache.dubbo.common.bytecode.Mixin
mixin interface and delegates.
mixin(Class<?>[], Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.bytecode.Mixin
mixin interface and delegates.
mixin(Class<?>[], Class<?>[], ClassLoader) - 类 中的静态方法org.apache.dubbo.common.bytecode.Mixin
mixin interface and delegates.
mixin(Class<?>[], Class<?>, ClassLoader) - 类 中的静态方法org.apache.dubbo.common.bytecode.Mixin
mixin interface and delegates.
Mixin - org.apache.dubbo.common.bytecode中的类
Mixin
Mixin.MixinAware - org.apache.dubbo.common.bytecode中的接口
 
mock() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
mock() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
mock() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service mock name, use interface name + Mock if not set
mock() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service mock name, use interface name + Mock if not set
mock() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service mock name, use interface name + Mock if not set
mock() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service mock name, use interface name + Mock if not set
mock(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
mock(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
MOCK - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
MOCK_HEARTBEAT_EVENT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
MOCK_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
MOCK_PROTOCOL - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
MockClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support.wrapper中的类
 
MockClusterInvoker(Directory<T>, Invoker<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
MockClusterWrapper - org.apache.dubbo.rpc.cluster.support.wrapper中的类
mock impl
MockClusterWrapper(Cluster) - 类 的构造器org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper
 
MockInvoker<T> - org.apache.dubbo.rpc.support中的类
 
MockInvoker(URL, Class<T>) - 类 的构造器org.apache.dubbo.rpc.support.MockInvoker
 
MockInvokersSelector - org.apache.dubbo.rpc.cluster.router.mock中的类
A specific Router designed to realize mock feature.
MockInvokersSelector() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mock.MockInvokersSelector
 
MockProtocol - org.apache.dubbo.rpc.support中的类
MockProtocol is used for generating a mock invoker by URL and type on consumer side
MockProtocol() - 类 的构造器org.apache.dubbo.rpc.support.MockProtocol
 
MockRouterFactory - org.apache.dubbo.rpc.cluster.router.mock中的类
 
MockRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mock.MockRouterFactory
 
MODIFIED - org.apache.dubbo.common.config.configcenter.ConfigChangeType
A config is updated.
module() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
module() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
module() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Module associated name
module() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Module spring bean name
module() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Module associated name
module() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Module spring bean name
module(ModuleConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
module(ModuleConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
MODULE - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ModuleBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ModuleConfig.
ModuleBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
ModuleConfig - com.alibaba.dubbo.config中的类
已过时。
ModuleConfig - org.apache.dubbo.config中的类
The module info
ModuleConfig() - 类 的构造器com.alibaba.dubbo.config.ModuleConfig
已过时。
 
ModuleConfig() - 类 的构造器org.apache.dubbo.config.ModuleConfig
 
ModuleConfig(String) - 类 的构造器com.alibaba.dubbo.config.ModuleConfig
已过时。
 
ModuleConfig(String) - 类 的构造器org.apache.dubbo.config.ModuleConfig
 
monitor() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
monitor() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
monitor() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Monitor associated name
monitor() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Monitor spring bean name
monitor() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Monitor associated name
monitor() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Monitor spring bean name
monitor(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
monitor(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
monitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
monitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
monitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
monitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
Monitor - com.alibaba.dubbo.monitor中的接口
已过时。
Monitor - org.apache.dubbo.monitor中的接口
Monitor.
MONITOR - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
MONITOR_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
MonitorBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build MonitorConfig.
MonitorBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
MonitorClusterFilter - org.apache.dubbo.monitor.support中的类
 
MonitorClusterFilter() - 类 的构造器org.apache.dubbo.monitor.support.MonitorClusterFilter
 
MonitorConfig - com.alibaba.dubbo.config中的类
已过时。
MonitorConfig - org.apache.dubbo.config中的类
MonitorConfig
MonitorConfig() - 类 的构造器com.alibaba.dubbo.config.MonitorConfig
已过时。
 
MonitorConfig() - 类 的构造器org.apache.dubbo.config.MonitorConfig
 
MonitorConfig(String) - 类 的构造器com.alibaba.dubbo.config.MonitorConfig
已过时。
 
MonitorConfig(String) - 类 的构造器org.apache.dubbo.config.MonitorConfig
 
MonitorFactory - com.alibaba.dubbo.monitor中的接口
已过时。
MonitorFactory - org.apache.dubbo.monitor中的接口
MonitorFactory.
MonitorFilter - org.apache.dubbo.monitor.support中的类
MonitorFilter.
MonitorFilter() - 类 的构造器org.apache.dubbo.monitor.support.MonitorFilter
 
MonitorService - org.apache.dubbo.monitor中的接口
MonitorService.
MonitorServiceDetector - org.apache.dubbo.monitor.support中的类
 
MonitorServiceDetector() - 类 的构造器org.apache.dubbo.monitor.support.MonitorServiceDetector
 
MonthDayHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
MonthDayHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.MonthDayHandle
 
MonthDayHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.MonthDayHandle
 
MULTI_SERIALIZATION_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
MULTICAST - 接口 中的静态变量org.apache.dubbo.config.Constants
 
MulticastRegistry - org.apache.dubbo.registry.multicast中的类
MulticastRegistry
MulticastRegistry(URL) - 类 的构造器org.apache.dubbo.registry.multicast.MulticastRegistry
 
MulticastRegistryFactory - org.apache.dubbo.registry.multicast中的类
MulticastRegistryLocator
MulticastRegistryFactory() - 类 的构造器org.apache.dubbo.registry.multicast.MulticastRegistryFactory
 
MulticastServiceDiscovery - org.apache.dubbo.registry.multicast中的类
TODO: make multicast protocol support Service Discovery
MulticastServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.multicast.MulticastServiceDiscovery
 
MulticastServiceDiscoveryFactory - org.apache.dubbo.registry.multicast中的类
 
MulticastServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.multicast.MulticastServiceDiscoveryFactory
 
MultiMessage - org.apache.dubbo.remoting.exchange.support中的类
 
MultiMessageHandler - org.apache.dubbo.remoting.transport中的类
 
MultiMessageHandler(ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.MultiMessageHandler
 
multiple() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.EnableDubboConfig
It indicates whether binding to multiple Spring Beans.
Multiple() - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboConfigConfiguration.Multiple
 
multipleConfig() - 注释类型 中的方法com.alibaba.dubbo.config.spring.context.annotation.EnableDubbo
已过时。
It indicates whether AbstractConfig binding to multiple Spring Beans.
multipleConfig() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.EnableDubbo
It indicates whether AbstractConfig binding to multiple Spring Beans.
MultipleRegistry - org.apache.dubbo.registry.multiple中的类
MultipleRegistry
MultipleRegistry(URL) - 类 的构造器org.apache.dubbo.registry.multiple.MultipleRegistry
 
MultipleRegistry(URL, boolean, boolean) - 类 的构造器org.apache.dubbo.registry.multiple.MultipleRegistry
 
MultipleRegistryFactory - org.apache.dubbo.registry.multiple中的类
MultipleRegistryFactory
MultipleRegistryFactory() - 类 的构造器org.apache.dubbo.registry.multiple.MultipleRegistryFactory
 
MultipleSerialization - org.apache.dubbo.common.serialize中的接口
 
MultipleServiceDiscovery - org.apache.dubbo.registry.multiple中的类
 
MultipleServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
MultipleServiceDiscoveryFactory - org.apache.dubbo.registry.multiple中的类
 
MultipleServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.multiple.MultipleServiceDiscoveryFactory
 
MultiplexProtocolConnectionManager - org.apache.dubbo.remoting.api中的类
 
MultiplexProtocolConnectionManager() - 类 的构造器org.apache.dubbo.remoting.api.MultiplexProtocolConnectionManager
 
MultiValueConverter<S> - org.apache.dubbo.common.convert.multiple中的接口
An interface to convert the source-typed value to multiple value, e.g , Java array, Collection or sub-interfaces

N

NacosConfigListener() - 类 的构造器org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.NacosConfigListener
 
NacosConfigListener() - 类 的构造器org.apache.dubbo.metadata.store.nacos.NacosMetadataReport.NacosConfigListener
 
NacosConfigServiceWrapper - org.apache.dubbo.configcenter.support.nacos中的类
 
NacosConfigServiceWrapper - org.apache.dubbo.metadata.store.nacos中的类
 
NacosConfigServiceWrapper(ConfigService) - 类 的构造器org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
NacosConfigServiceWrapper(ConfigService) - 类 的构造器org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
NacosDynamicConfiguration - org.apache.dubbo.configcenter.support.nacos中的类
The nacos implementation of DynamicConfiguration
NacosDynamicConfiguration.NacosConfigListener - org.apache.dubbo.configcenter.support.nacos中的类
 
NacosDynamicConfigurationFactory - org.apache.dubbo.configcenter.support.nacos中的类
The nacos implementation of AbstractDynamicConfigurationFactory
NacosDynamicConfigurationFactory() - 类 的构造器org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfigurationFactory
 
NacosInstanceManageUtil - org.apache.dubbo.registry.nacos.util中的类
Instance manage util for multiple serviceNames To resolve bug with https://github.com/apache/dubbo/issues/5885 and https://github.com/apache/dubbo/issues/5899
NacosInstanceManageUtil() - 类 的构造器org.apache.dubbo.registry.nacos.util.NacosInstanceManageUtil
 
NacosMetadataReport - org.apache.dubbo.metadata.store.nacos中的类
metadata report impl for nacos
NacosMetadataReport(URL) - 类 的构造器org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
NacosMetadataReport.NacosConfigListener - org.apache.dubbo.metadata.store.nacos中的类
 
NacosMetadataReportFactory - org.apache.dubbo.metadata.store.nacos中的类
metadata report factory impl for nacos
NacosMetadataReportFactory() - 类 的构造器org.apache.dubbo.metadata.store.nacos.NacosMetadataReportFactory
 
NacosNamingServiceUtils - org.apache.dubbo.registry.nacos.util中的类
The utilities class for NamingService
NacosNamingServiceUtils() - 类 的构造器org.apache.dubbo.registry.nacos.util.NacosNamingServiceUtils
 
NacosNamingServiceWrapper - org.apache.dubbo.registry.nacos中的类
 
NacosNamingServiceWrapper(NamingService) - 类 的构造器org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
NacosRegistry - org.apache.dubbo.registry.nacos中的类
Nacos Registry
NacosRegistry(URL, NacosNamingServiceWrapper) - 类 的构造器org.apache.dubbo.registry.nacos.NacosRegistry
 
NacosRegistryFactory - org.apache.dubbo.registry.nacos中的类
NacosRegistryFactory() - 类 的构造器org.apache.dubbo.registry.nacos.NacosRegistryFactory
 
NacosServiceDiscovery - org.apache.dubbo.registry.nacos中的类
Nacos ServiceDiscovery implementation
NacosServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.nacos.NacosServiceDiscovery
 
NacosServiceDiscoveryFactory - org.apache.dubbo.registry.nacos中的类
 
NacosServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.nacos.NacosServiceDiscoveryFactory
 
NacosServiceName - org.apache.dubbo.registry.nacos中的类
The service name of Nacos
NacosServiceName() - 类 的构造器org.apache.dubbo.registry.nacos.NacosServiceName
 
NacosServiceName(String) - 类 的构造器org.apache.dubbo.registry.nacos.NacosServiceName
 
NacosServiceName(URL) - 类 的构造器org.apache.dubbo.registry.nacos.NacosServiceName
 
name() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
name() - 注释类型 中的方法org.apache.dubbo.qos.command.annotation.Cmd
Command name
name(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
name(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
name(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
name(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
NAME - 类 中的静态变量org.apache.dubbo.common.config.Environment
 
NAME - 类 中的静态变量org.apache.dubbo.common.timer.HashedWheelTimer
may be in spi?
NAME - 接口 中的静态变量org.apache.dubbo.config.Constants
Application name;
NAME - 类 中的静态变量org.apache.dubbo.config.context.ConfigManager
 
NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.dispatcher.direct.DirectDispatcher
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.netty.NettyTransporter
 
NAME - 类 中的静态变量org.apache.dubbo.remoting.transport.netty4.NettyTransporter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ShortestResponseLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.ConditionRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.AppRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.AppRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.ListenableRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.ServiceRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.ServiceRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.file.FileRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mock.MockInvokersSelector
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mock.MockRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.script.ScriptRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.script.ScriptRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.AvailableCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailbackCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailfastCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailoverCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailsafeCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.ForkingCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.MergeableCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.model.ApplicationModel
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.model.ServiceRepository
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
NAME_SEPARATOR - 类 中的静态变量org.apache.dubbo.registry.nacos.NacosServiceName
 
name2class(String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
name to class.
name2Class(ClassLoader, String) - 类 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
Transform the Class.forName String to Class Object.
name2desc(String) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
name to desc.
NamedInternalThreadFactory - org.apache.dubbo.common.threadlocal中的类
NamedInternalThreadFactory This is a threadFactory which produce InternalThread
NamedInternalThreadFactory() - 类 的构造器org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
 
NamedInternalThreadFactory(String) - 类 的构造器org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
 
NamedInternalThreadFactory(String, boolean) - 类 的构造器org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
 
NamedThreadFactory - org.apache.dubbo.common.utils中的类
InternalThreadFactory.
NamedThreadFactory() - 类 的构造器org.apache.dubbo.common.utils.NamedThreadFactory
 
NamedThreadFactory(String) - 类 的构造器org.apache.dubbo.common.utils.NamedThreadFactory
 
NamedThreadFactory(String, boolean) - 类 的构造器org.apache.dubbo.common.utils.NamedThreadFactory
 
NamePropertyDefaultValueDubboConfigBeanCustomizer - org.apache.dubbo.config.spring.context.config中的类
NamePropertyDefaultValueDubboConfigBeanCustomizer() - 类 的构造器org.apache.dubbo.config.spring.context.config.NamePropertyDefaultValueDubboConfigBeanCustomizer
已过时。
 
namespace(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
NAMESPACE - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
NATIVE_HESSIAN_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
NATIVE_JAVA_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
NativeJavaObjectInput - org.apache.dubbo.common.serialize.nativejava中的类
Native java object input implementation
NativeJavaObjectInput(InputStream) - 类 的构造器org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
NativeJavaObjectOutput - org.apache.dubbo.common.serialize.nativejava中的类
Native java object output implementation
NativeJavaObjectOutput(OutputStream) - 类 的构造器org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
NativeJavaSerialization - org.apache.dubbo.common.serialize.nativejava中的类
Native java serialization implementation
NativeJavaSerialization() - 类 的构造器org.apache.dubbo.common.serialize.nativejava.NativeJavaSerialization
 
NEED_MORE_DATA - org.apache.dubbo.remoting.api.ProtocolDetector.Result
 
NEED_MORE_INPUT - org.apache.dubbo.remoting.Codec2.DecodeResult
 
NEED_MORE_INPUT - 接口 中的静态变量org.apache.dubbo.remoting.Codec
已过时。
Need more input poison.
needAnalyzing(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.util.JaketConfigurationUtils
 
NettyBackedChannelBuffer - org.apache.dubbo.remoting.transport.netty中的类
 
NettyBackedChannelBuffer - org.apache.dubbo.remoting.transport.netty4中的类
 
NettyBackedChannelBuffer(ByteBuf) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
NettyBackedChannelBuffer(ChannelBuffer) - 类 的构造器org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
NettyBackedChannelBufferFactory - org.apache.dubbo.remoting.transport.netty中的类
Wrap netty dynamic channel buffer.
NettyBackedChannelBufferFactory() - 类 的构造器org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
 
nettyChannelBuffer() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
NettyClient - org.apache.dubbo.remoting.transport.netty中的类
NettyClient.
NettyClient - org.apache.dubbo.remoting.transport.netty4中的类
NettyClient.
NettyClient(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty.NettyClient
 
NettyClient(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyClient
The constructor of NettyClient.
NettyClientHandler - org.apache.dubbo.remoting.transport.netty4中的类
NettyClientHandler
NettyClientHandler(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
NettyCodecAdapter - org.apache.dubbo.remoting.transport.netty4中的类
NettyCodecAdapter.
NettyCodecAdapter(Codec2, URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyCodecAdapter
 
NettyEventLoopFactory - org.apache.dubbo.remoting.api中的类
 
NettyEventLoopFactory - org.apache.dubbo.remoting.transport.netty4中的类
 
NettyEventLoopFactory() - 类 的构造器org.apache.dubbo.remoting.api.NettyEventLoopFactory
 
NettyEventLoopFactory() - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyEventLoopFactory
 
NettyHandler - org.apache.dubbo.remoting.transport.netty中的类
NettyHandler
NettyHandler(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty.NettyHandler
 
NettyRestProtocolServer - org.apache.dubbo.rpc.protocol.rest中的类
Netty server can't support @Context injection of servlet objects since it's not a servlet container
NettyRestProtocolServer() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.NettyRestProtocolServer
 
NettyServer - org.apache.dubbo.remoting.transport.netty中的类
NettyServer
NettyServer - org.apache.dubbo.remoting.transport.netty4中的类
NettyServer.
NettyServer(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty.NettyServer
 
NettyServer(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyServer
 
NettyServerHandler - org.apache.dubbo.remoting.transport.netty4中的类
NettyServerHandler.
NettyServerHandler(URL, ChannelHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
NettyTransporter - org.apache.dubbo.remoting.transport.netty中的类
 
NettyTransporter - org.apache.dubbo.remoting.transport.netty4中的类
Default extension of Transporter using netty4.x.
NettyTransporter() - 类 的构造器org.apache.dubbo.remoting.transport.netty.NettyTransporter
 
NettyTransporter() - 类 的构造器org.apache.dubbo.remoting.transport.netty4.NettyTransporter
 
NetUtils - org.apache.dubbo.common.utils中的类
IP and Port Helper for RPC
NetUtils() - 类 的构造器org.apache.dubbo.common.utils.NetUtils
 
NETWORK_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
NETWORK_FAIL - org.apache.dubbo.rpc.protocol.tri.Stream.OperationResult
 
networker(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
networker(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
NEW_ADDRESS_SIZE - 类 中的静态变量org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
NEW_SESSION_CREATED - 接口 中的静态变量org.apache.dubbo.remoting.zookeeper.StateListener
 
newBlockingStub(Channel) - 类 中的静态方法istio.v1.auth.IstioCertificateServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
newBuilder() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
newBuilder() - 类 中的静态方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
newBuilder() - 类 中的静态方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
newBuilder() - 类 中的静态方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
newBuilder() - 类 中的静态方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
newBuilder() - 类 中的静态方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
newBuilder() - 类 中的静态方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
newBuilder() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
newBuilder() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
newBuilder(Ca.IstioCertificateRequest) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
newBuilder(Ca.IstioCertificateResponse) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
newBuilder(TripleWrapper.TripleRequestWrapper) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
newBuilder(TripleWrapper.TripleResponseWrapper) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
newBuilderForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
newBuilderForType() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
newBuilderForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
newBuilderForType() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
newCall(MethodDescriptor<RequestT, ResponseT>, CallOptions) - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
newCountDown(long, TimeUnit) - 类 中的静态方法org.apache.dubbo.rpc.TimeoutCountDown
 
newDefaultAsyncResult(Object, Throwable, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.AsyncRpcResult
 
newDefaultAsyncResult(Object, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.AsyncRpcResult
 
newDefaultAsyncResult(Throwable, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.AsyncRpcResult
 
newDefaultAsyncResult(AppResponse, Invocation) - 类 中的静态方法org.apache.dubbo.rpc.AsyncRpcResult
Some utility methods used to quickly generate default AsyncRpcResult instance.
newDefaultAsyncResult(Invocation) - 类 中的静态方法org.apache.dubbo.rpc.AsyncRpcResult
 
newFuture(Connection, Request, int, ExecutorService) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
init a DefaultFuture 1.init a DefaultFuture 2.timeout check
newFuture(Channel, Request, int, ExecutorService) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
init a DefaultFuture 1.init a DefaultFuture 2.timeout check
newFutureStub(Channel) - 类 中的静态方法istio.v1.auth.IstioCertificateServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newInstance() - 类 中的静态方法org.apache.dubbo.common.bytecode.ClassGenerator
 
newInstance() - 类 中的方法org.apache.dubbo.common.bytecode.Proxy
get instance with default handler.
newInstance(ClassLoader) - 类 中的静态方法org.apache.dubbo.common.bytecode.ClassGenerator
 
newInstance(Object[]) - 类 中的方法org.apache.dubbo.common.bytecode.Mixin
new Mixin instance.
newInstance(InvocationHandler) - 类 中的方法org.apache.dubbo.common.bytecode.Proxy
get instance with special handler.
newInstance(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
newInstance(String) - 类 中的静态方法org.apache.dubbo.qos.command.CommandContextFactory
 
newInstance(String, String[], boolean) - 类 中的静态方法org.apache.dubbo.qos.command.CommandContextFactory
 
newLogData() - 类 中的静态方法org.apache.dubbo.rpc.support.AccessLogData
Get new instance of log data.
newStub(Channel) - 类 中的静态方法istio.v1.auth.IstioCertificateServiceGrpc
Creates a new async stub that supports all call types for the service
newThread(Runnable) - 类 中的方法org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
 
newThread(Runnable) - 类 中的方法org.apache.dubbo.common.utils.NamedThreadFactory
 
newTimeout(TimerTask, long, TimeUnit) - 类 中的方法org.apache.dubbo.common.timer.HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - 接口 中的方法org.apache.dubbo.common.timer.Timer
Schedules the specified TimerTask for one-time execution after the specified delay.
next(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugState
Reads a character.
nextExecutorExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
nextExecutorExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
 
nextScheduledExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
nextScheduledExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Returns a scheduler from the scheduler list, call this method whenever you need a scheduler for a cron job.
nextToken() - 类 中的方法org.apache.dubbo.common.json.JSONReader
已过时。
 
nextToken(int) - 类 中的方法org.apache.dubbo.common.json.JSONReader
已过时。
 
nextVariableIndex() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
NIO_EVENT_LOOP_GROUP - 类 中的静态变量org.apache.dubbo.remoting.api.NettyEventLoopFactory
netty client bootstrap
NO_AVAILABLE - 类 中的静态变量org.apache.dubbo.config.RegistryConfig
 
NO_INVOKER_AVAILABLE_AFTER_FILTER - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
NO_PROXY - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
Node - org.apache.dubbo.common中的接口
Node.
Node(String, String) - 类 的构造器org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
 
NodeBuilder - org.apache.dubbo.registry.xds.util中的类
 
NodeBuilder() - 类 的构造器org.apache.dubbo.registry.xds.util.NodeBuilder
 
NodeChildrenChanged - org.apache.dubbo.remoting.zookeeper.EventType
 
NodeCreated - org.apache.dubbo.remoting.zookeeper.EventType
 
NodeDataChanged - org.apache.dubbo.remoting.zookeeper.EventType
 
NodeDeleted - org.apache.dubbo.remoting.zookeeper.EventType
 
NON_OBJECT_TYPE_FILTER - 接口 中的静态变量org.apache.dubbo.common.utils.TypeUtils
 
None - org.apache.dubbo.remoting.zookeeper.EventType
 
NopDynamicConfiguration - org.apache.dubbo.common.config.configcenter.nop中的类
已过时。
NopDynamicConfiguration(URL) - 类 的构造器org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
NopDynamicConfigurationFactory - org.apache.dubbo.common.config.configcenter.nop中的类
已过时。
NopDynamicConfigurationFactory() - 类 的构造器org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfigurationFactory
已过时。
 
NORMAL_PRIORITY - 接口 中的静态变量org.apache.dubbo.common.lang.Prioritized
Normal Priority
normalize(String) - 接口 中的静态方法org.apache.dubbo.common.utils.PathUtils
Normalize path: To remove query string if presents To remove duplicated slash("/") if exists
normalizeMock(String) - 类 中的静态方法org.apache.dubbo.rpc.support.MockInvoker
Normalize mock string: return => return null fail => default force => default fail:throw/return foo => throw/return foo force:throw/return foo => throw/return foo
NoSuchCommandException - org.apache.dubbo.qos.command中的异常错误
 
NoSuchCommandException(String) - 异常错误 的构造器org.apache.dubbo.qos.command.NoSuchCommandException
 
NoSuchMethodException - org.apache.dubbo.common.bytecode中的异常错误
NoSuchMethodException.
NoSuchMethodException() - 异常错误 的构造器org.apache.dubbo.common.bytecode.NoSuchMethodException
 
NoSuchMethodException(String) - 异常错误 的构造器org.apache.dubbo.common.bytecode.NoSuchMethodException
 
NoSuchPropertyException - org.apache.dubbo.common.bytecode中的异常错误
NoSuchPropertyException.
NoSuchPropertyException() - 异常错误 的构造器org.apache.dubbo.common.bytecode.NoSuchPropertyException
 
NoSuchPropertyException(String) - 异常错误 的构造器org.apache.dubbo.common.bytecode.NoSuchPropertyException
 
notEmptyString(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.Assert
 
NotificationTask(RegistryNotifier, long) - 类 的构造器org.apache.dubbo.registry.RegistryNotifier.NotificationTask
 
notify(Object) - 类 中的方法org.apache.dubbo.registry.RegistryNotifier
 
notify(List<URL>) - 类 中的方法com.alibaba.dubbo.registry.NotifyListener.CompatibleNotifyListener
已过时。
 
notify(List<URL>) - 接口 中的方法com.alibaba.dubbo.registry.NotifyListener
已过时。
 
notify(List<URL>) - 类 中的方法com.alibaba.dubbo.registry.NotifyListener.ReverseCompatibleNotifyListener
已过时。
 
notify(List<URL>) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
notify(List<URL>) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
notify(List<URL>) - 接口 中的方法org.apache.dubbo.registry.NotifyListener
Triggered when a service change notification is received.
notify(List<URL>, URL, Directory) - 接口 中的方法org.apache.dubbo.registry.AddressListener
processing when receiving the address list
notify(List<URL>, URL, Directory) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleAddressListenerInterceptor
 
notify(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
notify(List<Invoker<T>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Notify the router the invoker list.
notify(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
notify(List<Invoker<T>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
notify(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
notify(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
notify(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
notifyListener(String, ServiceInstancesChangedListener, List<ServiceInstance>) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
NotifyListener - com.alibaba.dubbo.registry中的接口
已过时。
NotifyListener - org.apache.dubbo.registry中的接口
NotifyListener.
NotifyListener.CompatibleNotifyListener - com.alibaba.dubbo.registry中的类
已过时。
 
NotifyListener.ReverseCompatibleNotifyListener - com.alibaba.dubbo.registry中的类
已过时。
 
notifyReturn(Throwable) - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
tells the thread blocking on ThreadlessExecutor.waitAndDrain() to return, despite of the current status, to avoid endless waiting.
notNull(Object, RuntimeException) - 类 中的静态方法org.apache.dubbo.common.utils.Assert
 
notNull(Object, String) - 类 中的静态方法org.apache.dubbo.common.utils.Assert
 
NULL - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
NULL - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
NULL - 类 中的静态变量com.alibaba.com.caucho.hessian.util.IdentityIntMap
Encoding of a null entry.
NULL - 类 中的静态变量com.alibaba.com.caucho.hessian.util.IntMap
Encoding of a null entry.
NULL - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
NULL - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
nullSafeToString(Object) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
NUMBER - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
NUMBER - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 

O

OAUTH_TOKEN - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
OBJECT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
OBJECT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
OBJECT - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
OBJECT_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
OBJECT_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
OBJECT_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
OBJECT_ITEM - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
OBJECT_TYPE_ATTRIBUTE - 接口 中的静态变量org.apache.dubbo.config.spring.Constants
The name of an attribute that can be set on a BeanDefinition so that factory beans can signal their object type when it can't be deduced from the factory bean class.
OBJECT_VALUE - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
objectBegin() - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
object begin.
objectBegin() - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
object begin.
ObjectDeserializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
ObjectDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
objectEnd() - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
object end.
objectEnd(int) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
object end, return object value.
ObjectInput - com.alibaba.dubbo.common.serialize中的接口
已过时。
ObjectInput - org.apache.dubbo.common.serialize中的接口
Object input interface.
objectItem(String) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
object property name.
objectItem(String) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
object item.
objectItemValue(Object, boolean) - 接口 中的方法org.apache.dubbo.common.json.JSONVisitor
已过时。
object property value.
ObjectOutput - com.alibaba.dubbo.common.serialize中的接口
已过时。
ObjectOutput - org.apache.dubbo.common.serialize中的接口
Object output interface.
ObjectToStringMap(Map<String, Object>) - 类 的构造器org.apache.dubbo.rpc.AttachmentsAdapter.ObjectToStringMap
 
observeDeltaDiscoveryRequest(StreamObserver<DeltaDiscoveryResponse>) - 类 中的方法org.apache.dubbo.registry.xds.util.XdsChannel
 
observeDeltaDiscoveryRequestV2(StreamObserver<DeltaDiscoveryResponse>) - 类 中的方法org.apache.dubbo.registry.xds.util.XdsChannel
 
observeEndpoints(String, Consumer<Set<Endpoint>>) - 类 中的方法org.apache.dubbo.registry.xds.util.PilotExchanger
 
observeListeners(Consumer<ListenerResult>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.impl.LdsProtocol
 
observeResource(Set<String>, Consumer<T>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol
 
observeResource(Set<String>, Consumer<T>) - 接口 中的方法org.apache.dubbo.registry.xds.util.protocol.XdsProtocol
Add a observer resource with Consumer
of(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
 
of(T...) - 类 中的静态方法org.apache.dubbo.common.utils.ArrayUtils
Convert from variable arguments to array
OFF - org.apache.dubbo.common.logger.Level
OFF
offer(Runnable) - 类 中的方法org.apache.dubbo.common.threadpool.support.eager.TaskQueue
 
offline(String) - 类 中的方法org.apache.dubbo.qos.command.impl.BaseOffline
 
Offline - org.apache.dubbo.qos.command.impl中的类
 
Offline() - 类 的构造器org.apache.dubbo.qos.command.impl.Offline
 
OfflineApp - org.apache.dubbo.qos.command.impl中的类
 
OfflineApp() - 类 的构造器org.apache.dubbo.qos.command.impl.OfflineApp
 
OfflineInterface - org.apache.dubbo.qos.command.impl中的类
 
OfflineInterface() - 类 的构造器org.apache.dubbo.qos.command.impl.OfflineInterface
 
OffsetDateTimeHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
OffsetDateTimeHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.OffsetDateTimeHandle
 
OffsetDateTimeHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.OffsetDateTimeHandle
 
OffsetTimeHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
OffsetTimeHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.OffsetTimeHandle
 
OffsetTimeHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.OffsetTimeHandle
 
ofSet(T...) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Convert to multiple values to be LinkedHashSet
OK - org.apache.dubbo.common.status.Status.Level
OK
OK - org.apache.dubbo.rpc.protocol.tri.Stream.OperationResult
 
OK - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
ok.
OLD_ADDRESS_SIZE - 类 中的静态变量org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
ON_CONNECT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
ON_DISCONNECT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
ON_INVOKE_INSTANCE_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ON_INVOKE_METHOD_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ON_RETURN_INSTANCE_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ON_RETURN_METHOD_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ON_THROW_INSTANCE_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ON_THROW_METHOD_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
onApplicationContextEvent(ApplicationContextEvent) - 类 中的方法org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener
 
onChange() - 接口 中的方法org.apache.dubbo.registry.client.migration.InvokersChangedListener
 
onChange(ConfigChangeEvent) - 类 中的方法org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration.ApolloListener
 
onComplete(Stream.OperationHandler) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.ClientTransportObserver
 
onComplete(Stream.OperationHandler) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.ServerTransportObserver
 
onComplete(Stream.OperationHandler) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
onCompleted() - 接口 中的方法org.apache.dubbo.common.stream.StreamObserver
onCompleted
onConfigChanged(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
onconnect() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
onconnect() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
onconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Callback method name when connected, default value is empty string
onconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Callback method name when connected, default value is empty string
onconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Callback method name when connected, default value is empty string
onconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Callback method name when connected, default value is empty string
onconnect(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
ONCONNECT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
onConnected(Channel) - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
onData(byte[], boolean, Stream.OperationHandler) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.ClientTransportObserver
 
onData(byte[], boolean, Stream.OperationHandler) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.ServerTransportObserver
 
onData(byte[], boolean, Stream.OperationHandler) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
onDataRead(ChannelHandlerContext, Http2DataFrame) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2ClientResponseHandler
 
onDataRead(ChannelHandlerContext, Http2DataFrame) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2FrameServerHandler
 
onDestroy() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onDestroy() - 接口 中的方法org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when the protocol is destroyed
ondisconnect() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
ondisconnect() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
ondisconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Callback method name when disconnected, default value is empty string
ondisconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Callback method name when disconnected, default value is empty string
ondisconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Callback method name when disconnected, default value is empty string
ondisconnect() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Callback method name when disconnected, default value is empty string
ondisconnect(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
ONDISCONNECT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
onError(Throwable) - 接口 中的方法org.apache.dubbo.common.stream.StreamObserver
onError
onError(Throwable, AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.Listener
已过时。
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.monitor.support.MonitorFilter
 
onError(Throwable, Invoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.BaseFilter.Listener
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ActiveLimitFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.CompatibleFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ContextFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ExceptionFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ExecuteLimitFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.GenericFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.GenericImplFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.TimeoutFilter
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter
 
onEvent(String) - 接口 中的方法org.apache.dubbo.metadata.InstanceMetadataChangedListener
Call when metadata in provider side update
onEvent(ThreadPoolExhaustedEvent) - 接口 中的方法org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedListener
Notify when the thread pool is exhausted.
onEvent(MappingChangedEvent) - 接口 中的方法org.apache.dubbo.metadata.MappingListener
 
onEvent(ServiceInstancesChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
onExport(RegistryProtocol, Exporter<?>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onExport(RegistryProtocol, Exporter<?>) - 接口 中的方法org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when a service is registered
onGoaway(Channel) - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
onGoAway(Channel) - 类 中的方法org.apache.dubbo.remoting.api.ConnectionHandler
 
onHeadersRead(ChannelHandlerContext, Http2HeadersFrame) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2FrameServerHandler
 
oninvoke() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
oninvoke(Object) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
oninvokeMethod(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
online(String) - 类 中的方法org.apache.dubbo.qos.command.impl.BaseOnline
 
Online - org.apache.dubbo.qos.command.impl中的类
 
Online() - 类 的构造器org.apache.dubbo.qos.command.impl.Online
 
OnlineApp - org.apache.dubbo.qos.command.impl中的类
 
OnlineApp() - 类 的构造器org.apache.dubbo.qos.command.impl.OnlineApp
 
OnlineInterface - org.apache.dubbo.qos.command.impl中的类
 
OnlineInterface() - 类 的构造器org.apache.dubbo.qos.command.impl.OnlineInterface
 
onMessage(Result, AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.Listener
已过时。
 
onMetadata(Metadata, boolean, Stream.OperationHandler) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.ClientTransportObserver
 
onMetadata(Metadata, boolean, Stream.OperationHandler) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.ServerTransportObserver
 
onMetadata(Metadata, boolean, Stream.OperationHandler) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
onNext(T) - 接口 中的方法org.apache.dubbo.common.stream.StreamObserver
onNext
onRefer(RegistryProtocol, ClusterInvoker<?>, URL, URL) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onRefer(RegistryProtocol, ClusterInvoker<?>, URL, URL) - 接口 中的方法org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when a service is subscribed
onRegister(URL, Registry) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.monitor.support.MonitorFilter
 
onResponse(Result, Invoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.BaseFilter.Listener
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ActiveLimitFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.CompatibleFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ContextFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ExceptionFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.ExecuteLimitFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.GenericFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.GenericImplFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.filter.TimeoutFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter
 
onreturn() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
onreturn(Object) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
onreturnMethod(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
onRuleChange(VsDestinationGroup) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
onRuleChange(VsDestinationGroup) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.VsDestinationGroupRuleListener
 
onStart(DubboBootstrap) - 接口 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrapStartStopListener
 
onStart(DubboBootstrap) - 类 中的方法org.apache.dubbo.config.spring.context.DubboBootstrapStartStopListenerSpringAdapter
 
onStop(DubboBootstrap) - 接口 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrapStartStopListener
 
onStop(DubboBootstrap) - 类 中的方法org.apache.dubbo.config.spring.context.DubboBootstrapStartStopListenerSpringAdapter
 
onSubscribe(URL, Registry) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
onthrow() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
onthrow(Object) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
onthrowMethod(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
onUnregister(URL, Registry) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
onUnsubscribe(URL, Registry) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
open(InputStream) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInputFactory
 
openClassfile(String) - 类 中的方法org.apache.dubbo.common.bytecode.CustomizedLoaderClassPath
Obtains a class file from the class loader.
operationDone(Stream.OperationResult, Throwable) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Stream.OperationHandler
 
optimizer(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
OPTIMIZER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
or(Predicate<T>...) - 接口 中的静态方法org.apache.dubbo.common.function.Predicates
a composed predicate that represents a short-circuiting logical OR of predicates
order() - 注释类型 中的方法com.alibaba.dubbo.common.extension.Activate
已过时。
 
order() - 注释类型 中的方法org.apache.dubbo.common.extension.Activate
Absolute ordering info, optional Ascending order, smaller values will be in the front o the list.
OrderedPropertiesProvider - org.apache.dubbo.common.config中的接口
The smaller value, the higher priority
org.apache.dubbo.auth - 程序包 org.apache.dubbo.auth
 
org.apache.dubbo.auth.exception - 程序包 org.apache.dubbo.auth.exception
 
org.apache.dubbo.auth.filter - 程序包 org.apache.dubbo.auth.filter
 
org.apache.dubbo.auth.model - 程序包 org.apache.dubbo.auth.model
 
org.apache.dubbo.auth.spi - 程序包 org.apache.dubbo.auth.spi
 
org.apache.dubbo.auth.utils - 程序包 org.apache.dubbo.auth.utils
 
org.apache.dubbo.cache - 程序包 org.apache.dubbo.cache
 
org.apache.dubbo.cache.filter - 程序包 org.apache.dubbo.cache.filter
 
org.apache.dubbo.cache.support - 程序包 org.apache.dubbo.cache.support
 
org.apache.dubbo.cache.support.expiring - 程序包 org.apache.dubbo.cache.support.expiring
 
org.apache.dubbo.cache.support.jcache - 程序包 org.apache.dubbo.cache.support.jcache
 
org.apache.dubbo.cache.support.lfu - 程序包 org.apache.dubbo.cache.support.lfu
 
org.apache.dubbo.cache.support.lru - 程序包 org.apache.dubbo.cache.support.lru
 
org.apache.dubbo.cache.support.threadlocal - 程序包 org.apache.dubbo.cache.support.threadlocal
 
org.apache.dubbo.common - 程序包 org.apache.dubbo.common
 
org.apache.dubbo.common.beanutil - 程序包 org.apache.dubbo.common.beanutil
 
org.apache.dubbo.common.bytecode - 程序包 org.apache.dubbo.common.bytecode
 
org.apache.dubbo.common.compiler - 程序包 org.apache.dubbo.common.compiler
 
org.apache.dubbo.common.compiler.support - 程序包 org.apache.dubbo.common.compiler.support
 
org.apache.dubbo.common.config - 程序包 org.apache.dubbo.common.config
 
org.apache.dubbo.common.config.configcenter - 程序包 org.apache.dubbo.common.config.configcenter
 
org.apache.dubbo.common.config.configcenter.file - 程序包 org.apache.dubbo.common.config.configcenter.file
 
org.apache.dubbo.common.config.configcenter.nop - 程序包 org.apache.dubbo.common.config.configcenter.nop
 
org.apache.dubbo.common.config.configcenter.wrapper - 程序包 org.apache.dubbo.common.config.configcenter.wrapper
 
org.apache.dubbo.common.constants - 程序包 org.apache.dubbo.common.constants
 
org.apache.dubbo.common.context - 程序包 org.apache.dubbo.common.context
 
org.apache.dubbo.common.convert - 程序包 org.apache.dubbo.common.convert
 
org.apache.dubbo.common.convert.multiple - 程序包 org.apache.dubbo.common.convert.multiple
 
org.apache.dubbo.common.extension - 程序包 org.apache.dubbo.common.extension
 
org.apache.dubbo.common.extension.factory - 程序包 org.apache.dubbo.common.extension.factory
 
org.apache.dubbo.common.extension.support - 程序包 org.apache.dubbo.common.extension.support
 
org.apache.dubbo.common.function - 程序包 org.apache.dubbo.common.function
 
org.apache.dubbo.common.infra - 程序包 org.apache.dubbo.common.infra
 
org.apache.dubbo.common.infra.support - 程序包 org.apache.dubbo.common.infra.support
 
org.apache.dubbo.common.io - 程序包 org.apache.dubbo.common.io
 
org.apache.dubbo.common.json - 程序包 org.apache.dubbo.common.json
 
org.apache.dubbo.common.lang - 程序包 org.apache.dubbo.common.lang
 
org.apache.dubbo.common.logger - 程序包 org.apache.dubbo.common.logger
 
org.apache.dubbo.common.logger.jcl - 程序包 org.apache.dubbo.common.logger.jcl
 
org.apache.dubbo.common.logger.jdk - 程序包 org.apache.dubbo.common.logger.jdk
 
org.apache.dubbo.common.logger.log4j - 程序包 org.apache.dubbo.common.logger.log4j
 
org.apache.dubbo.common.logger.log4j2 - 程序包 org.apache.dubbo.common.logger.log4j2
 
org.apache.dubbo.common.logger.slf4j - 程序包 org.apache.dubbo.common.logger.slf4j
 
org.apache.dubbo.common.logger.support - 程序包 org.apache.dubbo.common.logger.support
 
org.apache.dubbo.common.serialize - 程序包 org.apache.dubbo.common.serialize
 
org.apache.dubbo.common.serialize.hessian2 - 程序包 org.apache.dubbo.common.serialize.hessian2
 
org.apache.dubbo.common.serialize.hessian2.dubbo - 程序包 org.apache.dubbo.common.serialize.hessian2.dubbo
 
org.apache.dubbo.common.serialize.java - 程序包 org.apache.dubbo.common.serialize.java
 
org.apache.dubbo.common.serialize.nativejava - 程序包 org.apache.dubbo.common.serialize.nativejava
 
org.apache.dubbo.common.serialize.support - 程序包 org.apache.dubbo.common.serialize.support
 
org.apache.dubbo.common.status - 程序包 org.apache.dubbo.common.status
 
org.apache.dubbo.common.status.reporter - 程序包 org.apache.dubbo.common.status.reporter
 
org.apache.dubbo.common.status.support - 程序包 org.apache.dubbo.common.status.support
 
org.apache.dubbo.common.store - 程序包 org.apache.dubbo.common.store
 
org.apache.dubbo.common.store.support - 程序包 org.apache.dubbo.common.store.support
 
org.apache.dubbo.common.stream - 程序包 org.apache.dubbo.common.stream
 
org.apache.dubbo.common.threadlocal - 程序包 org.apache.dubbo.common.threadlocal
 
org.apache.dubbo.common.threadpool - 程序包 org.apache.dubbo.common.threadpool
 
org.apache.dubbo.common.threadpool.concurrent - 程序包 org.apache.dubbo.common.threadpool.concurrent
 
org.apache.dubbo.common.threadpool.event - 程序包 org.apache.dubbo.common.threadpool.event
 
org.apache.dubbo.common.threadpool.manager - 程序包 org.apache.dubbo.common.threadpool.manager
 
org.apache.dubbo.common.threadpool.support - 程序包 org.apache.dubbo.common.threadpool.support
 
org.apache.dubbo.common.threadpool.support.cached - 程序包 org.apache.dubbo.common.threadpool.support.cached
 
org.apache.dubbo.common.threadpool.support.eager - 程序包 org.apache.dubbo.common.threadpool.support.eager
 
org.apache.dubbo.common.threadpool.support.fixed - 程序包 org.apache.dubbo.common.threadpool.support.fixed
 
org.apache.dubbo.common.threadpool.support.limited - 程序包 org.apache.dubbo.common.threadpool.support.limited
 
org.apache.dubbo.common.timer - 程序包 org.apache.dubbo.common.timer
 
org.apache.dubbo.common.url.component - 程序包 org.apache.dubbo.common.url.component
 
org.apache.dubbo.common.url.component.param - 程序包 org.apache.dubbo.common.url.component.param
 
org.apache.dubbo.common.utils - 程序包 org.apache.dubbo.common.utils
 
org.apache.dubbo.config - 程序包 org.apache.dubbo.config
 
org.apache.dubbo.config.annotation - 程序包 org.apache.dubbo.config.annotation
 
org.apache.dubbo.config.bootstrap - 程序包 org.apache.dubbo.config.bootstrap
 
org.apache.dubbo.config.bootstrap.builders - 程序包 org.apache.dubbo.config.bootstrap.builders
A bunch of builder classes to facilitate programming of raw API.
org.apache.dubbo.config.context - 程序包 org.apache.dubbo.config.context
 
org.apache.dubbo.config.invoker - 程序包 org.apache.dubbo.config.invoker
 
org.apache.dubbo.config.metadata - 程序包 org.apache.dubbo.config.metadata
 
org.apache.dubbo.config.spring - 程序包 org.apache.dubbo.config.spring
 
org.apache.dubbo.config.spring.beans.factory.annotation - 程序包 org.apache.dubbo.config.spring.beans.factory.annotation
 
org.apache.dubbo.config.spring.beans.factory.config - 程序包 org.apache.dubbo.config.spring.beans.factory.config
 
org.apache.dubbo.config.spring.context - 程序包 org.apache.dubbo.config.spring.context
 
org.apache.dubbo.config.spring.context.annotation - 程序包 org.apache.dubbo.config.spring.context.annotation
 
org.apache.dubbo.config.spring.context.config - 程序包 org.apache.dubbo.config.spring.context.config
 
org.apache.dubbo.config.spring.context.event - 程序包 org.apache.dubbo.config.spring.context.event
 
org.apache.dubbo.config.spring.context.properties - 程序包 org.apache.dubbo.config.spring.context.properties
 
org.apache.dubbo.config.spring.extension - 程序包 org.apache.dubbo.config.spring.extension
 
org.apache.dubbo.config.spring.reference - 程序包 org.apache.dubbo.config.spring.reference
 
org.apache.dubbo.config.spring.schema - 程序包 org.apache.dubbo.config.spring.schema
 
org.apache.dubbo.config.spring.status - 程序包 org.apache.dubbo.config.spring.status
 
org.apache.dubbo.config.spring.util - 程序包 org.apache.dubbo.config.spring.util
 
org.apache.dubbo.config.support - 程序包 org.apache.dubbo.config.support
 
org.apache.dubbo.config.utils - 程序包 org.apache.dubbo.config.utils
 
org.apache.dubbo.configcenter.support.apollo - 程序包 org.apache.dubbo.configcenter.support.apollo
 
org.apache.dubbo.configcenter.support.nacos - 程序包 org.apache.dubbo.configcenter.support.nacos
 
org.apache.dubbo.configcenter.support.zookeeper - 程序包 org.apache.dubbo.configcenter.support.zookeeper
 
org.apache.dubbo.container.spring - 程序包 org.apache.dubbo.container.spring
 
org.apache.dubbo.metadata - 程序包 org.apache.dubbo.metadata
 
org.apache.dubbo.metadata.definition - 程序包 org.apache.dubbo.metadata.definition
 
org.apache.dubbo.metadata.definition.builder - 程序包 org.apache.dubbo.metadata.definition.builder
 
org.apache.dubbo.metadata.definition.model - 程序包 org.apache.dubbo.metadata.definition.model
 
org.apache.dubbo.metadata.definition.util - 程序包 org.apache.dubbo.metadata.definition.util
 
org.apache.dubbo.metadata.report - 程序包 org.apache.dubbo.metadata.report
 
org.apache.dubbo.metadata.report.identifier - 程序包 org.apache.dubbo.metadata.report.identifier
 
org.apache.dubbo.metadata.report.support - 程序包 org.apache.dubbo.metadata.report.support
 
org.apache.dubbo.metadata.rest - 程序包 org.apache.dubbo.metadata.rest
 
org.apache.dubbo.metadata.rest.jaxrs - 程序包 org.apache.dubbo.metadata.rest.jaxrs
 
org.apache.dubbo.metadata.rest.springmvc - 程序包 org.apache.dubbo.metadata.rest.springmvc
 
org.apache.dubbo.metadata.store - 程序包 org.apache.dubbo.metadata.store
 
org.apache.dubbo.metadata.store.nacos - 程序包 org.apache.dubbo.metadata.store.nacos
 
org.apache.dubbo.metadata.store.redis - 程序包 org.apache.dubbo.metadata.store.redis
 
org.apache.dubbo.metadata.store.zookeeper - 程序包 org.apache.dubbo.metadata.store.zookeeper
 
org.apache.dubbo.monitor - 程序包 org.apache.dubbo.monitor
 
org.apache.dubbo.monitor.dubbo - 程序包 org.apache.dubbo.monitor.dubbo
 
org.apache.dubbo.monitor.support - 程序包 org.apache.dubbo.monitor.support
 
org.apache.dubbo.qos.command - 程序包 org.apache.dubbo.qos.command
 
org.apache.dubbo.qos.command.annotation - 程序包 org.apache.dubbo.qos.command.annotation
 
org.apache.dubbo.qos.command.decoder - 程序包 org.apache.dubbo.qos.command.decoder
 
org.apache.dubbo.qos.command.impl - 程序包 org.apache.dubbo.qos.command.impl
 
org.apache.dubbo.qos.command.util - 程序包 org.apache.dubbo.qos.command.util
 
org.apache.dubbo.qos.common - 程序包 org.apache.dubbo.qos.common
 
org.apache.dubbo.qos.legacy - 程序包 org.apache.dubbo.qos.legacy
 
org.apache.dubbo.qos.probe - 程序包 org.apache.dubbo.qos.probe
 
org.apache.dubbo.qos.probe.impl - 程序包 org.apache.dubbo.qos.probe.impl
 
org.apache.dubbo.qos.protocol - 程序包 org.apache.dubbo.qos.protocol
 
org.apache.dubbo.qos.server - 程序包 org.apache.dubbo.qos.server
 
org.apache.dubbo.qos.server.handler - 程序包 org.apache.dubbo.qos.server.handler
 
org.apache.dubbo.qos.textui - 程序包 org.apache.dubbo.qos.textui
 
org.apache.dubbo.registry - 程序包 org.apache.dubbo.registry
 
org.apache.dubbo.registry.client - 程序包 org.apache.dubbo.registry.client
* The inspiration of service registration and discovery comes from Spring Cloud Commons.
org.apache.dubbo.registry.client.event - 程序包 org.apache.dubbo.registry.client.event
 
org.apache.dubbo.registry.client.event.listener - 程序包 org.apache.dubbo.registry.client.event.listener
 
org.apache.dubbo.registry.client.metadata - 程序包 org.apache.dubbo.registry.client.metadata
 
org.apache.dubbo.registry.client.metadata.store - 程序包 org.apache.dubbo.registry.client.metadata.store
 
org.apache.dubbo.registry.client.migration - 程序包 org.apache.dubbo.registry.client.migration
 
org.apache.dubbo.registry.client.migration.model - 程序包 org.apache.dubbo.registry.client.migration.model
 
org.apache.dubbo.registry.client.selector - 程序包 org.apache.dubbo.registry.client.selector
 
org.apache.dubbo.registry.dns - 程序包 org.apache.dubbo.registry.dns
 
org.apache.dubbo.registry.dns.util - 程序包 org.apache.dubbo.registry.dns.util
 
org.apache.dubbo.registry.integration - 程序包 org.apache.dubbo.registry.integration
 
org.apache.dubbo.registry.kubernetes - 程序包 org.apache.dubbo.registry.kubernetes
 
org.apache.dubbo.registry.kubernetes.util - 程序包 org.apache.dubbo.registry.kubernetes.util
 
org.apache.dubbo.registry.multicast - 程序包 org.apache.dubbo.registry.multicast
 
org.apache.dubbo.registry.multiple - 程序包 org.apache.dubbo.registry.multiple
 
org.apache.dubbo.registry.nacos - 程序包 org.apache.dubbo.registry.nacos
 
org.apache.dubbo.registry.nacos.util - 程序包 org.apache.dubbo.registry.nacos.util
 
org.apache.dubbo.registry.retry - 程序包 org.apache.dubbo.registry.retry
 
org.apache.dubbo.registry.status - 程序包 org.apache.dubbo.registry.status
 
org.apache.dubbo.registry.support - 程序包 org.apache.dubbo.registry.support
 
org.apache.dubbo.registry.xds - 程序包 org.apache.dubbo.registry.xds
 
org.apache.dubbo.registry.xds.istio - 程序包 org.apache.dubbo.registry.xds.istio
 
org.apache.dubbo.registry.xds.util - 程序包 org.apache.dubbo.registry.xds.util
 
org.apache.dubbo.registry.xds.util.protocol - 程序包 org.apache.dubbo.registry.xds.util.protocol
 
org.apache.dubbo.registry.xds.util.protocol.delta - 程序包 org.apache.dubbo.registry.xds.util.protocol.delta
 
org.apache.dubbo.registry.xds.util.protocol.impl - 程序包 org.apache.dubbo.registry.xds.util.protocol.impl
 
org.apache.dubbo.registry.xds.util.protocol.message - 程序包 org.apache.dubbo.registry.xds.util.protocol.message
 
org.apache.dubbo.registry.zookeeper - 程序包 org.apache.dubbo.registry.zookeeper
 
org.apache.dubbo.registry.zookeeper.util - 程序包 org.apache.dubbo.registry.zookeeper.util
 
org.apache.dubbo.remoting - 程序包 org.apache.dubbo.remoting
 
org.apache.dubbo.remoting.api - 程序包 org.apache.dubbo.remoting.api
 
org.apache.dubbo.remoting.buffer - 程序包 org.apache.dubbo.remoting.buffer
 
org.apache.dubbo.remoting.exchange - 程序包 org.apache.dubbo.remoting.exchange
 
org.apache.dubbo.remoting.exchange.codec - 程序包 org.apache.dubbo.remoting.exchange.codec
 
org.apache.dubbo.remoting.exchange.support - 程序包 org.apache.dubbo.remoting.exchange.support
 
org.apache.dubbo.remoting.exchange.support.header - 程序包 org.apache.dubbo.remoting.exchange.support.header
 
org.apache.dubbo.remoting.telnet - 程序包 org.apache.dubbo.remoting.telnet
 
org.apache.dubbo.remoting.telnet.codec - 程序包 org.apache.dubbo.remoting.telnet.codec
 
org.apache.dubbo.remoting.telnet.support - 程序包 org.apache.dubbo.remoting.telnet.support
 
org.apache.dubbo.remoting.telnet.support.command - 程序包 org.apache.dubbo.remoting.telnet.support.command
 
org.apache.dubbo.remoting.transport - 程序包 org.apache.dubbo.remoting.transport
 
org.apache.dubbo.remoting.transport.codec - 程序包 org.apache.dubbo.remoting.transport.codec
 
org.apache.dubbo.remoting.transport.dispatcher - 程序包 org.apache.dubbo.remoting.transport.dispatcher
 
org.apache.dubbo.remoting.transport.dispatcher.all - 程序包 org.apache.dubbo.remoting.transport.dispatcher.all
 
org.apache.dubbo.remoting.transport.dispatcher.connection - 程序包 org.apache.dubbo.remoting.transport.dispatcher.connection
 
org.apache.dubbo.remoting.transport.dispatcher.direct - 程序包 org.apache.dubbo.remoting.transport.dispatcher.direct
 
org.apache.dubbo.remoting.transport.dispatcher.execution - 程序包 org.apache.dubbo.remoting.transport.dispatcher.execution
 
org.apache.dubbo.remoting.transport.dispatcher.message - 程序包 org.apache.dubbo.remoting.transport.dispatcher.message
 
org.apache.dubbo.remoting.transport.netty - 程序包 org.apache.dubbo.remoting.transport.netty
 
org.apache.dubbo.remoting.transport.netty4 - 程序包 org.apache.dubbo.remoting.transport.netty4
 
org.apache.dubbo.remoting.transport.netty4.logging - 程序包 org.apache.dubbo.remoting.transport.netty4.logging
 
org.apache.dubbo.remoting.utils - 程序包 org.apache.dubbo.remoting.utils
 
org.apache.dubbo.remoting.zookeeper - 程序包 org.apache.dubbo.remoting.zookeeper
 
org.apache.dubbo.remoting.zookeeper.curator - 程序包 org.apache.dubbo.remoting.zookeeper.curator
 
org.apache.dubbo.remoting.zookeeper.support - 程序包 org.apache.dubbo.remoting.zookeeper.support
 
org.apache.dubbo.rpc - 程序包 org.apache.dubbo.rpc
 
org.apache.dubbo.rpc.cluster - 程序包 org.apache.dubbo.rpc.cluster
 
org.apache.dubbo.rpc.cluster.configurator - 程序包 org.apache.dubbo.rpc.cluster.configurator
 
org.apache.dubbo.rpc.cluster.configurator.absent - 程序包 org.apache.dubbo.rpc.cluster.configurator.absent
 
org.apache.dubbo.rpc.cluster.configurator.override - 程序包 org.apache.dubbo.rpc.cluster.configurator.override
 
org.apache.dubbo.rpc.cluster.configurator.parser - 程序包 org.apache.dubbo.rpc.cluster.configurator.parser
 
org.apache.dubbo.rpc.cluster.configurator.parser.model - 程序包 org.apache.dubbo.rpc.cluster.configurator.parser.model
 
org.apache.dubbo.rpc.cluster.directory - 程序包 org.apache.dubbo.rpc.cluster.directory
 
org.apache.dubbo.rpc.cluster.filter - 程序包 org.apache.dubbo.rpc.cluster.filter
 
org.apache.dubbo.rpc.cluster.filter.support - 程序包 org.apache.dubbo.rpc.cluster.filter.support
 
org.apache.dubbo.rpc.cluster.governance - 程序包 org.apache.dubbo.rpc.cluster.governance
 
org.apache.dubbo.rpc.cluster.interceptor - 程序包 org.apache.dubbo.rpc.cluster.interceptor
 
org.apache.dubbo.rpc.cluster.loadbalance - 程序包 org.apache.dubbo.rpc.cluster.loadbalance
 
org.apache.dubbo.rpc.cluster.merger - 程序包 org.apache.dubbo.rpc.cluster.merger
 
org.apache.dubbo.rpc.cluster.router - 程序包 org.apache.dubbo.rpc.cluster.router
 
org.apache.dubbo.rpc.cluster.router.condition - 程序包 org.apache.dubbo.rpc.cluster.router.condition
 
org.apache.dubbo.rpc.cluster.router.condition.config - 程序包 org.apache.dubbo.rpc.cluster.router.condition.config
 
org.apache.dubbo.rpc.cluster.router.condition.config.model - 程序包 org.apache.dubbo.rpc.cluster.router.condition.config.model
 
org.apache.dubbo.rpc.cluster.router.file - 程序包 org.apache.dubbo.rpc.cluster.router.file
 
org.apache.dubbo.rpc.cluster.router.mesh.route - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.route
 
org.apache.dubbo.rpc.cluster.router.mesh.rule - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.destination - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.destination
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match
 
org.apache.dubbo.rpc.cluster.router.mesh.util - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.util
 
org.apache.dubbo.rpc.cluster.router.mock - 程序包 org.apache.dubbo.rpc.cluster.router.mock
 
org.apache.dubbo.rpc.cluster.router.script - 程序包 org.apache.dubbo.rpc.cluster.router.script
 
org.apache.dubbo.rpc.cluster.router.state - 程序包 org.apache.dubbo.rpc.cluster.router.state
 
org.apache.dubbo.rpc.cluster.router.tag - 程序包 org.apache.dubbo.rpc.cluster.router.tag
 
org.apache.dubbo.rpc.cluster.router.tag.model - 程序包 org.apache.dubbo.rpc.cluster.router.tag.model
 
org.apache.dubbo.rpc.cluster.support - 程序包 org.apache.dubbo.rpc.cluster.support
 
org.apache.dubbo.rpc.cluster.support.merger - 程序包 org.apache.dubbo.rpc.cluster.support.merger
 
org.apache.dubbo.rpc.cluster.support.registry - 程序包 org.apache.dubbo.rpc.cluster.support.registry
 
org.apache.dubbo.rpc.cluster.support.wrapper - 程序包 org.apache.dubbo.rpc.cluster.support.wrapper
 
org.apache.dubbo.rpc.filter - 程序包 org.apache.dubbo.rpc.filter
 
org.apache.dubbo.rpc.filter.tps - 程序包 org.apache.dubbo.rpc.filter.tps
 
org.apache.dubbo.rpc.listener - 程序包 org.apache.dubbo.rpc.listener
 
org.apache.dubbo.rpc.model - 程序包 org.apache.dubbo.rpc.model
 
org.apache.dubbo.rpc.protocol - 程序包 org.apache.dubbo.rpc.protocol
 
org.apache.dubbo.rpc.protocol.dubbo - 程序包 org.apache.dubbo.rpc.protocol.dubbo
FutureAdapter was in dubbo-rpc-dubbo module, considering some users will use this class directly, keep the package not changed.
org.apache.dubbo.rpc.protocol.dubbo.filter - 程序包 org.apache.dubbo.rpc.protocol.dubbo.filter
 
org.apache.dubbo.rpc.protocol.dubbo.status - 程序包 org.apache.dubbo.rpc.protocol.dubbo.status
 
org.apache.dubbo.rpc.protocol.grpc - 程序包 org.apache.dubbo.rpc.protocol.grpc
 
org.apache.dubbo.rpc.protocol.grpc.interceptors - 程序包 org.apache.dubbo.rpc.protocol.grpc.interceptors
 
org.apache.dubbo.rpc.protocol.injvm - 程序包 org.apache.dubbo.rpc.protocol.injvm
 
org.apache.dubbo.rpc.protocol.rest - 程序包 org.apache.dubbo.rpc.protocol.rest
 
org.apache.dubbo.rpc.protocol.rest.integration.swagger - 程序包 org.apache.dubbo.rpc.protocol.rest.integration.swagger
 
org.apache.dubbo.rpc.protocol.rest.support - 程序包 org.apache.dubbo.rpc.protocol.rest.support
 
org.apache.dubbo.rpc.protocol.tri - 程序包 org.apache.dubbo.rpc.protocol.tri
 
org.apache.dubbo.rpc.proxy - 程序包 org.apache.dubbo.rpc.proxy
 
org.apache.dubbo.rpc.proxy.javassist - 程序包 org.apache.dubbo.rpc.proxy.javassist
 
org.apache.dubbo.rpc.proxy.jdk - 程序包 org.apache.dubbo.rpc.proxy.jdk
 
org.apache.dubbo.rpc.proxy.wrapper - 程序包 org.apache.dubbo.rpc.proxy.wrapper
 
org.apache.dubbo.rpc.service - 程序包 org.apache.dubbo.rpc.service
 
org.apache.dubbo.rpc.support - 程序包 org.apache.dubbo.rpc.support
 
org.apache.dubbo.triple - 程序包 org.apache.dubbo.triple
 
org.apache.dubbo.validation - 程序包 org.apache.dubbo.validation
 
org.apache.dubbo.validation.filter - 程序包 org.apache.dubbo.validation.filter
 
org.apache.dubbo.validation.support - 程序包 org.apache.dubbo.validation.support
 
org.apache.dubbo.validation.support.jvalidation - 程序包 org.apache.dubbo.validation.support.jvalidation
 
organization(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
organization(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
ORGANIZATION - 接口 中的静态变量org.apache.dubbo.config.Constants
Running application organization name.
OUTPUT - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
OUTPUT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
overridden() - 类 中的方法org.apache.dubbo.common.extension.DubboLoadingStrategy
 
overridden() - 接口 中的方法org.apache.dubbo.common.extension.LoadingStrategy
Indicates current LoadingStrategy supports overriding other lower prioritized instances or not.
overridden() - 类 中的方法org.apache.dubbo.common.extension.ServicesLoadingStrategy
 
OVERRIDE - org.apache.dubbo.config.context.ConfigMode
Override mode: accept last config, override previous config
OVERRIDE_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
OVERRIDE_PROVIDERS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
OverrideConfigurator - org.apache.dubbo.rpc.cluster.configurator.override中的类
OverrideConfigurator
OverrideConfigurator(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfigurator
 
OverrideConfiguratorFactory - org.apache.dubbo.rpc.cluster.configurator.override中的类
OverrideConfiguratorFactory
OverrideConfiguratorFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfiguratorFactory
 
overrides(Method, Method) - 接口 中的静态方法org.apache.dubbo.common.utils.MethodUtils
Tests whether one method, as a member of a given type, overrides another method.
owner() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
owner() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
owner() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service owner, default value is empty string
owner() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service owner, default value is empty string
owner() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service owner, default value is empty string
owner() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service owner, default value is empty string
owner(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
owner(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
owner(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
OWNER - 接口 中的静态变量org.apache.dubbo.config.Constants
Application owner name;
OWNER - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 

P

P_PACKET - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
P_PACKET_CHUNK - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
P_PACKET_DIRECT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
P_PACKET_SHORT - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
pack(Object) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
PACKET_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
PACKET_SHORT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
padding(int) - 类 中的方法org.apache.dubbo.qos.textui.TTable
set padding
Page<T> - org.apache.dubbo.common.utils中的接口
The model class of pagination
PARAM_NAME_PREFIX - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
ParamAnnotationParameterProcessor - org.apache.dubbo.metadata.rest.jaxrs中的类
The abstract AnnotatedMethodParameterProcessor implementation for JAX-RS's @*Param
ParamAnnotationParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.ParamAnnotationParameterProcessor
 
parameter() - 注释类型 中的方法org.apache.dubbo.remoting.telnet.support.Help
 
parameter(String, String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
Parameter - org.apache.dubbo.config.support中的注释类型
Parameter
PARAMETER_SIGNATURE_ENABLE_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
parameters() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
parameters() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
parameters() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Customized parameter key-value pair, for example: {key1, value1, key2, value2} or {"key1=value1", "key2=value2"}
parameters() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Customized parameter key-value pair, for example: {key1, value1, key2, value2}
parameters() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
Customized parameter key-value pair, for example: {key1, value1, key2, value2} or {"key1=value1", "key2=value2"}
parameters() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Customized parameter key-value pair, for example: {key1, value1, key2, value2}
parameters() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Customized parameter key-value pair, for example: {key1, value1, key2, value2}
Parameters - org.apache.dubbo.common中的类
已过时。 
Parameters(String...) - 类 的构造器org.apache.dubbo.common.Parameters
已过时。
 
Parameters(Map<String, String>) - 类 的构造器org.apache.dubbo.common.Parameters
已过时。
 
PARAMETERS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ParamValue - org.apache.dubbo.common.url.component.param中的接口
 
parse(InputStream) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.SingleProtobufSerialization.SingleMessageMarshaller
 
parse(Reader) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(Reader, Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(Reader, Class<T>) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json
parse(Reader, JSONVisitor) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(String) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLParam
Parse URLParam Init URLParam by constructor is not allowed
parse(String) - 类 中的静态方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
parse(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRuleParser
 
parse(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRuleParser
 
parse(String, boolean, Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.url.component.URLParam
Parse URLParam Init URLParam by constructor is not allowed
parse(String, Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(String, Class<T>) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(String, String, boolean) - 类 中的静态方法org.apache.dubbo.common.url.component.URLAddress
 
parse(String, JSONVisitor) - 类 中的静态方法org.apache.dubbo.common.json.JSON
已过时。
parse json.
parse(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.url.component.URLParam
Parse URLParam Init URLParam by constructor is not allowed rawParam field in result will be null while URLParam.getRawParam() will automatically create it
parse(Map<String, String>, String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLParam
Parse URLParam Init URLParam by constructor is not allowed
parse(Element, ParserContext) - 类 中的方法org.apache.dubbo.config.spring.schema.DubboBeanDefinitionParser
 
parse(Element, ParserContext) - 类 中的方法org.apache.dubbo.config.spring.schema.DubboNamespaceHandler
Override NamespaceHandlerSupport.parse(Element, ParserContext) method
parseConfigurators(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.configurator.parser.ConfigParser
 
parseDecodedStr(String) - 类 中的静态方法org.apache.dubbo.common.URLStrParser
 
parseDecodedStr(String, boolean) - 类 中的静态方法org.apache.dubbo.common.URLStrParser
 
parseDelimitedFrom(InputStream) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseDelimitedFrom(InputStream) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseEncodedStr(String) - 类 中的静态方法org.apache.dubbo.common.URLStrParser
 
parseEncodedStr(String, boolean) - 类 中的静态方法org.apache.dubbo.common.URLStrParser
 
ParseException - org.apache.dubbo.common.json中的异常错误
已过时。
ParseException() - 异常错误 的构造器org.apache.dubbo.common.json.ParseException
已过时。
 
ParseException(String) - 异常错误 的构造器org.apache.dubbo.common.json.ParseException
已过时。
 
parseFrom(byte[]) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(byte[]) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(byte[]) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(byte[]) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(ByteString) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(ByteString) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(ByteString) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(ByteString) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(CodedInputStream) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(CodedInputStream) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(InputStream) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(InputStream) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(InputStream) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(InputStream) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(ByteBuffer) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(ByteBuffer) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(ByteBuffer) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(ByteBuffer) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
parseInteger(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
parseMockValue(String) - 类 中的静态方法org.apache.dubbo.rpc.support.MockInvoker
 
parseMockValue(String, Type[]) - 类 中的静态方法org.apache.dubbo.rpc.support.MockInvoker
 
parseParameters(String) - 类 中的静态方法org.apache.dubbo.common.Parameters
已过时。
 
parseParameters(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Decode parameters string to map
parseParams(String, boolean) - 类 中的静态方法org.apache.dubbo.common.URLStrParser
 
parseProperties(String) - 类 中的静态方法org.apache.dubbo.common.config.ConfigurationUtils
 
parseQueryString(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
parse query string to Parameters.
parser() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateRequest
 
parser() - 类 中的静态方法istio.v1.auth.Ca.IstioCertificateResponse
 
parser() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
parser() - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
parseRawURLToArrays(String, int) - 类 中的静态方法org.apache.dubbo.common.URLStrParser
 
parseServiceKey(String) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
parseURL(String, Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
parseURL(String, Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
parseURLs(String, Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
parseURLs(String, Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
PASSTHROUGH - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
 
password(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
password(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
password(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
password(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
PASSWORD - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
PASSWORD_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
path() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
path() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service path, default value is empty string
path() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service path, default value is empty string
path(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
已过时。
path(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
PATH - org.apache.dubbo.metadata.report.identifier.KeyTypeEnum
 
PATH_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @Path
PATH_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PATH_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
PATH_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PathResolver - org.apache.dubbo.rpc.protocol.tri中的接口
 
PathURLAddress - org.apache.dubbo.common.url.component中的类
 
PathURLAddress(String, String, String, String, String, int) - 类 的构造器org.apache.dubbo.common.url.component.PathURLAddress
 
PathURLAddress(String, String, String, String, String, int, String) - 类 的构造器org.apache.dubbo.common.url.component.PathURLAddress
 
PathUtils - org.apache.dubbo.common.utils中的接口
Path Utilities class
payload(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
payload(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
PAYLOAD_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
PayloadDropper - org.apache.dubbo.remoting.utils中的类
 
PayloadDropper() - 类 的构造器org.apache.dubbo.remoting.utils.PayloadDropper
 
peek() - 类 中的方法org.apache.dubbo.common.utils.Stack
peek.
peekItem() - 类 中的方法org.apache.dubbo.common.threadpool.manager.Ring
 
PEER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
pendingTimeouts() - 类 中的方法org.apache.dubbo.common.timer.HashedWheelTimer
Returns the number of pending timeouts of this Timer.
PenetrateAttachmentSelector - org.apache.dubbo.rpc中的接口
 
PeriodHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
PeriodHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.PeriodHandle
 
PeriodHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.PeriodHandle
 
PID_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PilotExchanger - org.apache.dubbo.registry.xds.util中的类
 
PojoUtils - org.apache.dubbo.common.utils中的类
PojoUtils.
PojoUtils() - 类 的构造器org.apache.dubbo.common.utils.PojoUtils
 
pollItem() - 类 中的方法org.apache.dubbo.common.threadpool.manager.Ring
 
pool() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
pool() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
pool(List<Invoker<T>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
pool(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
pool(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
pop() - 类 中的方法org.apache.dubbo.common.utils.Stack
pop.
port(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
port(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
port(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
PORT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PortTelnetHandler - org.apache.dubbo.qos.legacy中的类
ServerTelnetHandler
PortTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.PortTelnetHandler
 
PortUnificationExchanger - org.apache.dubbo.remoting.exchange中的类
 
PortUnificationExchanger() - 类 的构造器org.apache.dubbo.remoting.exchange.PortUnificationExchanger
 
PortUnificationServer - org.apache.dubbo.remoting.api中的类
PortUnificationServer.
PortUnificationServer(URL) - 类 的构造器org.apache.dubbo.remoting.api.PortUnificationServer
 
PortUnificationServerHandler - org.apache.dubbo.remoting.api中的类
 
PortUnificationServerHandler(SslContext, boolean, List<WireProtocol>) - 类 的构造器org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
PortUnificationServerHandler(SslContext, List<WireProtocol>) - 类 的构造器org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
PortUnificationServerHandler(List<WireProtocol>) - 类 的构造器org.apache.dubbo.remoting.api.PortUnificationServerHandler
 
position() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
position(int) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
post(VsDestinationGroup) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.VsDestinationGroupRuleDispatcher
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法org.apache.dubbo.config.spring.context.DubboInfraBeanRegisterPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.apache.dubbo.config.spring.context.DubboInfraBeanRegisterPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigAliasPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
postProcessReferConfig(ReferenceConfig) - 接口 中的方法org.apache.dubbo.config.ConfigPostProcessor
 
postProcessServiceConfig(ServiceConfig) - 接口 中的方法org.apache.dubbo.config.ConfigPostProcessor
 
Predicates - org.apache.dubbo.common.function中的接口
The utilities class for Java Predicate
preferExtensionClassLoader() - 接口 中的方法org.apache.dubbo.common.extension.LoadingStrategy
 
preferred(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
PREFERRED_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PrefixedConfiguration - org.apache.dubbo.common.config中的类
 
PrefixedConfiguration(Configuration, String) - 类 的构造器org.apache.dubbo.common.config.PrefixedConfiguration
 
PreMigratingConditionChecker - org.apache.dubbo.registry.client.migration中的接口
 
prepareReferenceBeans() - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
Initialize all reference beans, call at Dubbo starting
printLenString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8 with preceeding length
printLenString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8 with preceeding length
printList(List<T>) - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
printString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8
printString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8
printString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8
printString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8
printString(String, int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8
printString(String, int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8
Prioritized - org.apache.dubbo.common.lang中的接口
Prioritized interface can be implemented by objects that should be sorted, for example the tasks in executable queue.
priority() - 接口 中的方法org.apache.dubbo.common.config.OrderedPropertiesProvider
order
PRIORITY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
process(Annotation, Parameter, int, Method, Class<?>, Class<?>, RestMethodMetadata) - 类 中的方法org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
 
process(Annotation, Parameter, int, Method, Class<?>, Class<?>, RestMethodMetadata) - 接口 中的方法org.apache.dubbo.metadata.rest.AnnotatedMethodParameterProcessor
Process the specified method parameter
process(ConfigChangedEvent) - 接口 中的方法org.apache.dubbo.common.config.configcenter.ConfigurationListener
Listener call back method.
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableRouter
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
process(WatchedEvent) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
PRODUCES_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @Produces
PRODUCTION_ENVIRONMENT - 接口 中的静态变量org.apache.dubbo.config.Constants
Production environment key.
prompt(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
prompt(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
PROMPT - 类 中的静态变量org.apache.dubbo.qos.server.handler.QosProcessHandler
 
PROMPT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
PROPERTIES_CHAR_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PropertiesConfiguration - org.apache.dubbo.common.config中的类
Configuration from system properties and dubbo.properties
PropertiesConfiguration() - 类 的构造器org.apache.dubbo.common.config.PropertiesConfiguration
 
PROPERTY_NAME_SEPARATOR - 类 中的静态变量org.apache.dubbo.config.spring.util.EnvironmentUtils
The separator of property name
propertySize() - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
PROTOBUF_JSON_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
PROTOBUF_MESSAGE_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PROTOBUF_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
protocol() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
protocol() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
The communication protocol of Dubbo Service
protocol() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Protocol spring bean names
protocol() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
The communication protocol of Dubbo Service
protocol() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Protocol spring bean names
protocol(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
protocol(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
protocol(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
protocol(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
protocol(String, Consumer<ProtocolBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
protocol(Consumer<ProtocolBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
protocol(ProtocolConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
Protocol - com.alibaba.dubbo.rpc中的接口
已过时。
Protocol - org.apache.dubbo.rpc中的接口
Protocol.
PROTOCOL - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
PROTOCOL_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PROTOCOL_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PROTOCOL_SEPARATOR_ENCODED - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PROTOCOL_SERVER - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PROTOCOL_SERVER_SERVLET - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
protocolBindingRefer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
protocolBindingRefer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol
 
protocolBindingRefer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.support.MockProtocol
 
ProtocolBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ProtocolConfig.
ProtocolBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
ProtocolConfig - com.alibaba.dubbo.config中的类
已过时。
ProtocolConfig - org.apache.dubbo.config中的类
ProtocolConfig
ProtocolConfig() - 类 的构造器com.alibaba.dubbo.config.ProtocolConfig
已过时。
 
ProtocolConfig() - 类 的构造器org.apache.dubbo.config.ProtocolConfig
 
ProtocolConfig(String) - 类 的构造器com.alibaba.dubbo.config.ProtocolConfig
已过时。
 
ProtocolConfig(String) - 类 的构造器org.apache.dubbo.config.ProtocolConfig
 
ProtocolConfig(String, int) - 类 的构造器com.alibaba.dubbo.config.ProtocolConfig
已过时。
 
ProtocolConfig(String, int) - 类 的构造器org.apache.dubbo.config.ProtocolConfig
 
ProtocolDetector - org.apache.dubbo.remoting.api中的接口
Determine incoming bytes belong to the specific protocol.
ProtocolDetector.Result - org.apache.dubbo.remoting.api中的枚举
 
ProtocolFilterWrapper - org.apache.dubbo.rpc.cluster.filter中的类
ListenerProtocol
ProtocolFilterWrapper(Protocol) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
protocolIds(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
ProtocolListenerWrapper - org.apache.dubbo.rpc.protocol中的类
ListenerProtocol
ProtocolListenerWrapper(Protocol) - 类 的构造器org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
 
ProtocolPortsMetadataCustomizer - org.apache.dubbo.registry.client.metadata中的类
A Class to customize the ports of protocols into the metadata of service instance
ProtocolPortsMetadataCustomizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
 
protocols(List<ProtocolConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
PROTOCOLS_SUFFIX - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ProtocolServer - org.apache.dubbo.rpc中的接口
Distinct from RemotingServer, each protocol holds one or more ProtocolServers(the number usually decides by port numbers), while each ProtocolServer holds zero or one RemotingServer.
ProtocolUtils - org.apache.dubbo.rpc.support中的类
 
PROTOSTUFF_SERIALIZATION_ID - 接口 中的静态变量org.apache.dubbo.common.serialize.Constants
 
PROVIDED_BY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
PROVIDED_BY - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
providedBy() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
declares which app or service this interface belongs to
provider() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
provider() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Provider spring bean name
provider() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Provider spring bean name
provider(String, Consumer<ProviderBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
provider(Consumer<ProviderBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
provider(ProviderConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
provider(ProviderConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
PROVIDER - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
PROVIDER - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
PROVIDER_FIRST_KEYS - 类 中的静态变量org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
PROVIDER_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
PROVIDER_SIDE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ProviderAuthFilter - org.apache.dubbo.auth.filter中的类
 
ProviderAuthFilter() - 类 的构造器org.apache.dubbo.auth.filter.ProviderAuthFilter
 
ProviderBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ProviderConfig.
ProviderBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
ProviderConfig - com.alibaba.dubbo.config中的类
已过时。
ProviderConfig - org.apache.dubbo.config中的类
The service provider default configuration
ProviderConfig() - 类 的构造器com.alibaba.dubbo.config.ProviderConfig
已过时。
 
ProviderConfig() - 类 的构造器org.apache.dubbo.config.ProviderConfig
 
providerIds(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
providerKey(URL) - 类 中的方法org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
providerKey(URL) - 接口 中的方法org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
ProviderMethodModel - org.apache.dubbo.rpc.model中的类
已过时。
ProviderMethodModel(Method) - 类 的构造器org.apache.dubbo.rpc.model.ProviderMethodModel
已过时。
 
ProviderModel - org.apache.dubbo.rpc.model中的类
ProviderModel is about published services
ProviderModel(String, Object, ServiceDescriptor, ServiceConfigBase<?>) - 类 的构造器org.apache.dubbo.rpc.model.ProviderModel
 
ProviderModel(String, Object, ServiceDescriptor, ServiceConfigBase<?>, ServiceMetadata) - 类 的构造器org.apache.dubbo.rpc.model.ProviderModel
 
ProviderModel.RegisterStatedURL - org.apache.dubbo.rpc.model中的类
 
ProviderReadinessProbe - org.apache.dubbo.qos.probe.impl中的类
 
ProviderReadinessProbe() - 类 的构造器org.apache.dubbo.qos.probe.impl.ProviderReadinessProbe
 
providers(List<ProviderConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
PROVIDERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ProviderURLMergeProcessor - org.apache.dubbo.rpc.cluster中的接口
 
proxy() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
proxy() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
proxy() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
How the proxy is generated, legal values include: jdk, javassist
proxy() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
How the proxy is generated, legal values include: jdk, javassist
proxy() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
How the proxy is generated, legal values include: jdk, javassist
proxy() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
How the proxy is generated, legal values include: jdk, javassist
proxy(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
Proxy - org.apache.dubbo.common.bytecode中的类
Proxy.
PROXY - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
PROXY_CLASS_REF - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
Consumer side 's proxy class
PROXY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
PROXY_PASSWORD - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
PROXY_USERNAME - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
ProxyFactory - com.alibaba.dubbo.rpc中的接口
已过时。
ProxyFactory - org.apache.dubbo.rpc中的接口
ProxyFactory.
publishAppMetadata(SubscriberMetadataIdentifier, MetadataInfo) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
Application Metadata -- START
publishAppMetadata(SubscriberMetadataIdentifier, MetadataInfo) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
publishAppMetadata(SubscriberMetadataIdentifier, MetadataInfo) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
publishConfig(String, String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Publish Config mapped to the given key under the default group
publishConfig(String, String, String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Publish Config mapped to the given key and the given group.
publishConfig(String, String, String) - 类 中的方法org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
publishConfig(String, String, String) - 类 中的方法org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
 
publishConfig(String, String, String) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
publishConfig(String, String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
publishConfig(String, String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
publishConfig(String, String, String) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
publishConfigCas(String, String, String, Object) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
publish config mapped to this given key and given group with stat.
publishConfigCas(String, String, String, Object) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
publishConfigCas(String, String, String, Object) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfiguration
 
publishConfigCas(String, String, String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
publishConfigCas(String, String, String, String) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
publishMetadata(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
PublishMetadata - org.apache.dubbo.qos.command.impl中的类
 
PublishMetadata() - 类 的构造器org.apache.dubbo.qos.command.impl.PublishMetadata
 
publishServiceDefinition(URL) - 类 中的方法org.apache.dubbo.metadata.store.AbstractAbstractWritableMetadataService
 
publishServiceDefinition(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
publishServiceDefinition(URL) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
publishServiceDefinition(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
publishServiceDefinition(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
push(E) - 类 中的方法org.apache.dubbo.common.utils.Stack
push.
put(CharSequence, CharSequence) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
put(CharSequence, CharSequence) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.Http2HeaderMeta
 
put(CharSequence, CharSequence) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Metadata
 
put(Object, int) - 类 中的方法com.alibaba.com.caucho.hessian.util.IdentityIntMap
Puts a new value in the property table with the appropriate flags
put(Object, int) - 类 中的方法com.alibaba.com.caucho.hessian.util.IntMap
Puts a new value in the property table with the appropriate flags
put(Object, Object) - 类 中的方法com.alibaba.dubbo.rpc.Invocation.CompatibleInvocation
已过时。
 
put(Object, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
put(Object, Object) - 接口 中的方法org.apache.dubbo.cache.Cache
API to store value against a key
put(Object, Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringCache
API to store value against a key in the calling thread scope.
put(Object, Object) - 类 中的方法org.apache.dubbo.cache.support.jcache.JCache
 
put(Object, Object) - 类 中的方法org.apache.dubbo.cache.support.lfu.LfuCache
API to store value against a key in the calling thread scope.
put(Object, Object) - 类 中的方法org.apache.dubbo.cache.support.lru.LruCache
API to store value against a key in the calling thread scope.
put(Object, Object) - 类 中的方法org.apache.dubbo.cache.support.threadlocal.ThreadLocalCache
API to store value against a key in the calling thread scope.
put(Object, Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
put(Object, Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
put(String, Object) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
put value.
put(String, String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
put(String, String) - 类 中的方法org.apache.dubbo.rpc.AttachmentsAdapter.ObjectToStringMap
 
put(String, String, Object) - 接口 中的方法org.apache.dubbo.common.store.DataStore
 
put(String, String, Object) - 类 中的方法org.apache.dubbo.common.store.support.SimpleDataStore
 
put(K, V) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
put(K, V) - 类 中的方法org.apache.dubbo.common.utils.LFUCache
 
put(K, V) - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
putAll(String[], Object[]) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
put all.
putAll(Map<? extends String, ? extends String>) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
putAll(Map<? extends String, ? extends String>) - 类 中的方法org.apache.dubbo.rpc.AttachmentsAdapter.ObjectToStringMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
putAll(Map<String, Object>) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
put all.
putAttribute(String, Object) - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
putAttribute(String, Object) - 类 中的方法org.apache.dubbo.common.URL
 
putAttribute(String, Object) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
putCachedMapping(String, Set<String>) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
putCachedMapping(String, Set<String>) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
putIfNotNull(CharSequence, CharSequence) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Metadata
 
putMethodParameter(String, String, String, Map<String, Map<String, String>>) - 类 中的静态方法org.apache.dubbo.common.URL
 
putParams(Map<String, String>, String, String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLItemCache
 
putParamsIntern(Map<String, String>, String, String) - 类 中的静态方法org.apache.dubbo.common.url.component.URLItemCache
 

Q

QOS_ENABLE - 接口 中的静态变量org.apache.dubbo.common.constants.QosConstants
 
QOS_HOST - 接口 中的静态变量org.apache.dubbo.common.constants.QosConstants
 
QOS_LIVE_PROBE_EXTENSION - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
QOS_PORT - 接口 中的静态变量org.apache.dubbo.common.constants.QosConstants
 
QOS_READY_PROBE_EXTENSION - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
QOS_STARTUP_PROBE_EXTENSION - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
qosAcceptForeignIp(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
QosConstants - org.apache.dubbo.common.constants中的接口
QosConstants
QosConstants - org.apache.dubbo.qos.common中的接口
 
qosEnable(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
qosPort(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
QosProcessHandler - org.apache.dubbo.qos.server.handler中的类
 
QosProcessHandler(String, boolean) - 类 的构造器org.apache.dubbo.qos.server.handler.QosProcessHandler
 
QosProtocolWrapper - org.apache.dubbo.qos.protocol中的类
 
QosProtocolWrapper(Protocol) - 类 的构造器org.apache.dubbo.qos.protocol.QosProtocolWrapper
 
QUERY_PARAM_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.JAX_RS
The annotation class name of @QueryParam
QueryParamParameterProcessor - org.apache.dubbo.metadata.rest.jaxrs中的类
The AnnotatedMethodParameterProcessor implementation for JAX-RS's @QueryParam
QueryParamParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.jaxrs.QueryParamParameterProcessor
 
QUESTION_MASK - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
QUESTION_MASK_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
queues(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
queues(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
queues(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
QUEUES_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
Quit - org.apache.dubbo.qos.command.impl中的类
 
Quit() - 类 的构造器org.apache.dubbo.qos.command.impl.Quit
 
QUOTE - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 

R

RANDOM - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
 
RANDOM - 接口 中的静态变量org.apache.dubbo.common.constants.LoadbalanceRules
This class select one provider from multiple providers randomly.
RandomLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
This class select one provider from multiple providers randomly.
RandomLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
 
RandomServiceInstanceSelector - org.apache.dubbo.registry.client.selector中的类
The ServiceInstanceSelector implementation based on Random algorithm
RandomServiceInstanceSelector() - 类 的构造器org.apache.dubbo.registry.client.selector.RandomServiceInstanceSelector
 
RBRACE - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
RBRACE - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
RdsProtocol - org.apache.dubbo.registry.xds.util.protocol.impl中的类
 
RdsProtocol(XdsChannel, Node, int, int) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.impl.RdsProtocol
 
read() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Normally, shouldn't be called externally, but needed for QA, e.g.
read() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugInputStream
Reads a character.
read() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
read() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
read() - 类 中的方法org.apache.dubbo.metadata.rest.ClassPathServiceRestMetadataReader
 
read() - 接口 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadataReader
Read the instances of ServiceRestMetadata
read() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
read(char[], int, int) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
read(Reader) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
read string.
readable() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readable() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
readable() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readable() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readableBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readableBytes() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readableBytes() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readableBytes() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readAttachments() - 接口 中的方法org.apache.dubbo.common.serialize.ObjectInput
 
readBool() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read boolean.
readBool() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readBool() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readBoolean() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a boolean
readBoolean() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a boolean
readBoolean() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a boolean
readByte() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a byte from the stream.
readByte() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a byte from the stream.
readByte() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read byte.
readByte() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readByte() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readByte() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readByte() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readByte() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a byte array.
readBytes() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a byte array
readBytes() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a byte array
readBytes() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read byte array.
readBytes() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readBytes() - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectInput
 
readBytes() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
readBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(byte[]) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
readBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a byte array from the stream.
readBytes(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a byte array from the stream.
readBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(OutputStream, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by the number of the transferred bytes.
readBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by the number of the transferred bytes.
readBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads the call
readCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Starts reading the call
readCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Starts reading the call
readChar() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a byte from the stream.
readChar() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a byte from the stream.
readDouble() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a double.
readDouble() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a double
readDouble() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a double
readDouble() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read double.
readDouble() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readDouble() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Read the end byte
readEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads the end byte.
readEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads the end byte.
readEnvelope() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Starts reading the envelope
readerIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readerIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the readerIndex of this buffer.
readerIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readerIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readerIndex(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
readerIndex(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the readerIndex of this buffer.
readerIndex(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
readerIndex(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
readEvent() - 接口 中的方法org.apache.dubbo.common.serialize.ObjectInput
 
readFloat() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a float
readFloat() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a float
readFloat() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read float.
readFloat() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readFloat() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readHeader() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a header, returning null if there are no headers.
readHeader() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a header, returning null if there are no headers.
readHeader() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a header, returning null if there are no headers.
readinessProbe(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
ReadinessProbe - org.apache.dubbo.qos.probe中的接口
A probe to indicate whether program is ready
readInputStream() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Starts reading a byte array using an input stream.
readInputStream() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads bytes based on an input stream.
readInputStream() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads bytes based on an input stream.
readInputStream() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readInt() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an integer
readInt() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads an integer
readInt() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads an integer
readInt() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read integer.
readInt() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readInt() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readLength() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads the length of a list.
readLength() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Parses the length for an array
readLength() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Parses the length for an array
readLengthList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readLengthList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.ArrayDeserializer
Reads the array.
readLengthList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
readLengthList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
readLengthList(AbstractHessianInput, int) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
 
readLengthList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
readLengthList(AbstractHessianInput, int, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readLengthList(AbstractHessianInput, int, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
readLengthList(AbstractHessianInput, int, Class<?>) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
deserialize list object from expect type.
readLines(File) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
read lines.
readLines(InputStream) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
read lines.
readList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.ArrayDeserializer
Reads the array.
readList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
readList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
readList(AbstractHessianInput, int) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
 
readList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumerationDeserializer
 
readList(AbstractHessianInput, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
readList(AbstractHessianInput, int, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readList(AbstractHessianInput, int, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
readList(AbstractHessianInput, int, Class<?>) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
deserialize list object from expect type.
readList(AbstractHessianInput, int, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a list.
readListEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Read the end byte
readListEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads the end byte.
readListEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads the end byte.
readListStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads the start of a list
readListStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads the start of a list.
readListStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads the start of a list.
readLong() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a long
readLong() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a long
readLong() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a long
readLong() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read long.
readLong() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readLong() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.BeanDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassDeserializer
 
readMap(AbstractHessianInput) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.MapDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.SqlDateDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.StringValueDeserializer
 
readMap(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.ValueDeserializer
 
readMap(AbstractHessianInput, Class<?>, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readMap(AbstractHessianInput, Class<?>, Class<?>) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
deserialize map object from expect key and value type.
readMap(AbstractHessianInput, Class<?>, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.MapDeserializer
support generic type of map, fix the type of short serialization
readMap(AbstractHessianInput, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.BeanDeserializer
 
readMap(AbstractHessianInput, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaDeserializer
 
readMap(AbstractHessianInput, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
readMap(AbstractHessianInput, String, Class<?>, Class<?>) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
readMapEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Read the end byte
readMapEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads the end byte.
readMapEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads the end byte.
readMapStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads the start of a map
readMapStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads the start of a list.
readMapStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads the start of a list.
readMethod() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Starts reading the call
readMethod() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Starts reading the call
readMethod() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Starts reading the call
readMethodArgLength() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads the number of method arguments
readMethodArgLength() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Returns the number of method arguments
readNode() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an XML node encoded in UTF-8
readNode() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads an XML node.
readNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a null
readNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a null
readNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a null
readObject() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an arbitrary object from the input stream.
readObject() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads an arbitrary object from the input stream when the type is unknown.
readObject() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingInput
Read the next object
readObject() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads an arbitrary object from the input stream when the type is unknown.
readObject() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readObject() - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectInput
 
readObject() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readObject() - 接口 中的方法org.apache.dubbo.common.serialize.ObjectInput
已过时。
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractListDeserializer
 
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractMapDeserializer
 
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
readObject(AbstractHessianInput) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
 
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.InputStreamDeserializer
 
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
readObject(AbstractHessianInput) - 类 中的方法com.alibaba.com.caucho.hessian.io.UUIDDeserializer
 
readObject(AbstractHessianInput, Object, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassDeserializer
 
readObject(AbstractHessianInput, String[]) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Deserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.MapDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.SqlDateDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.StringValueDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.UUIDDeserializer
 
readObject(AbstractHessianInput, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.ValueDeserializer
 
readObject(AbstractHessianInput, String, String[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
readObject(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an arbitrary object from the input stream.
readObject(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads an object from the input stream with an expected type.
readObject(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads an object from the input stream with an expected type.
readObject(Class<T>) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readObject(Class<T>) - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectInput
 
readObject(Class<T>) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readObject(Class<T>) - 接口 中的方法org.apache.dubbo.common.serialize.ObjectInput
read object
readObject(Class<T>, Type) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readObject(Class<T>, Type) - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectInput
 
readObject(Class<T>, Type) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readObject(Class<T>, Type) - 接口 中的方法org.apache.dubbo.common.serialize.ObjectInput
read object
readObject(Class, Class<?>...) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an arbitrary object from the input stream.
readObject(Class, Class<?>...) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
readObject(Class, Class<?>...) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads an object from the input stream with an expected type.
readObject(List<Class<?>>) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an arbitrary object from the input stream.
readObject(List<Class<?>>) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
readObject(List<Class<?>>) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads an arbitrary object from the input stream when the type is unknown.
READONLY_EVENT - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
readRef() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a reference
readRef() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a reference.
readRef() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a reference.
readRemote() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a remote object reference to the stream.
readRemote() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a remote object.
readRemote() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a remote object.
readReply(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a reply as an object.
readReply(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a reply as an object.
readReply(Class) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a reply as an object.
readResolve() - 类 中的方法com.alibaba.com.caucho.hessian.io.java8.LocalDateHandle
 
readShort() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a short
readShort() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a short
readShort() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read short integer.
readShort() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readShort() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readStreamingObject() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
readString() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a string encoded in UTF-8
readString() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a string
readString() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a string
readString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a byte array from the stream.
readString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a byte array from the stream.
readThrowable() - 接口 中的方法org.apache.dubbo.common.serialize.ObjectInput
The following methods are customized for the requirement of Dubbo's RPC protocol implementation.
readType() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads an object type.
readType() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Parses a type from the stream.
readType() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Parses a type from the stream.
readUTCDate() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Reads a date.
readUTCDate() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Reads a date.
readUTCDate() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Reads a date.
readUTF() - 接口 中的方法org.apache.dubbo.common.serialize.DataInput
Read UTF-8 string.
readUTF() - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectInput
 
readUTF() - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectInput
 
readUTF() - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectInput
 
readValue(Class<?>, Object) - 类 中的方法org.apache.dubbo.common.json.GenericJSONConverter
已过时。
 
readValue(Class<?>, Object) - 接口 中的方法org.apache.dubbo.common.json.JSONConverter
已过时。
convert json value to target class.
ready() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
Ready - org.apache.dubbo.qos.command.impl中的类
 
Ready() - 类 的构造器org.apache.dubbo.qos.command.impl.Ready
 
realize(Object[], Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
realize(Object[], Class<?>[], Type[]) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
realize(Object, Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
realize(Object, Class<?>, Type) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
 
receiveConfigInfo(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
received(Channel, Object) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
received(Connection, Response) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
received(Connection, Response, boolean) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
received(Channel, Object) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
received(Channel, Object) - 接口 中的方法org.apache.dubbo.remoting.ChannelHandler
on message received.
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.DecodeHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.direct.DirectChannelHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.MultiMessageHandler
 
received(Channel, Response) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
received(Channel, Response, boolean) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
RECEIVED - org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
RECEIVED
RECOGNIZED - org.apache.dubbo.remoting.api.ProtocolDetector.Result
 
reconnect() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
reconnect() - 注释类型 中的方法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() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
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() - 接口 中的方法org.apache.dubbo.remoting.Client
reconnect.
reconnect() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
reconnect() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
reconnect() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
reconnect(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
RECONNECT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
RECONNECT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
RECONNECTED - 接口 中的静态变量org.apache.dubbo.remoting.zookeeper.StateListener
 
ReconnectTimerTask - org.apache.dubbo.remoting.exchange.support.header中的类
ReconnectTimerTask
ReconnectTimerTask(AbstractTimerTask.ChannelProvider, Long, int) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.ReconnectTimerTask
 
recreate() - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
recreate() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
recreate() - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
recreate() - 接口 中的方法org.apache.dubbo.rpc.Result
Recreate.
RedisMetadataReport - org.apache.dubbo.metadata.store.redis中的类
RedisMetadataReport
RedisMetadataReport(URL) - 类 的构造器org.apache.dubbo.metadata.store.redis.RedisMetadataReport
 
RedisMetadataReportFactory - org.apache.dubbo.metadata.store.redis中的类
RedisMetadataReportFactory.
RedisMetadataReportFactory() - 类 的构造器org.apache.dubbo.metadata.store.redis.RedisMetadataReportFactory
 
reExport(Exporter<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
reExport(Invoker<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
Reexport the invoker of the modified url
reExportRegister(URL) - 接口 中的方法org.apache.dubbo.registry.Registry
 
reExportRegister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
ReExportTask - org.apache.dubbo.registry.retry中的类
 
ReExportTask(Runnable, URL, FailbackRegistry) - 类 的构造器org.apache.dubbo.registry.retry.ReExportTask
 
reExportUnregister(URL) - 接口 中的方法org.apache.dubbo.registry.Registry
 
reExportUnregister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
ref(U) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
refer(Class<T>, URL) - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
已过时。
 
refer(Class<T>, URL) - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
已过时。
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.qos.protocol.QosProtocolWrapper
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProtocol
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper
 
refer(Class<T>, URL) - 接口 中的方法org.apache.dubbo.rpc.Protocol
Refer a remote service:
1.
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleProtocol
 
REFER_ASYNC_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REFER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The key name for reference URL in register center
referAsync() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Weather the reference is refer asynchronously
reference(String, Consumer<ReferenceBuilder<S>>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
reference(Consumer<ReferenceBuilder<S>>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
reference(ReferenceConfig<?>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
Reference - com.alibaba.dubbo.config.annotation中的注释类型
已过时。
Recommend DubboReference as the substitute
Reference - org.apache.dubbo.config.annotation中的注释类型
已过时。
Recommend DubboReference as the substitute
REFERENCE_FILTER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REFERENCE_INTERCEPTOR_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REFERENCE_PROPS - 接口 中的静态变量org.apache.dubbo.config.spring.Constants
attributes of reference annotation
REFERENCE_SOURCES - 接口 中的静态变量org.apache.dubbo.config.spring.Constants
Registration sources of the reference, may be xml file or annotation location
ReferenceAnnotationBeanPostProcessor - org.apache.dubbo.config.spring.beans.factory.annotation中的类
Step 1: The purpose of implementing BeanFactoryPostProcessor is to scan the registration reference bean definition earlier, so that it can be shared with the xml bean configuration.
ReferenceAnnotationBeanPostProcessor() - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
@com.alibaba.dubbo.config.annotation.Reference has been supported since 2.7.3
ReferenceAttributes - org.apache.dubbo.config.spring.reference中的接口
Attribute names of DubboReference and ReferenceConfig
ReferenceBean<T> - org.apache.dubbo.config.spring中的类
Spring FactoryBean for ReferenceConfig.
ReferenceBean() - 类 的构造器org.apache.dubbo.config.spring.ReferenceBean
 
ReferenceBean(Map<String, Object>) - 类 的构造器org.apache.dubbo.config.spring.ReferenceBean
 
ReferenceBeanBuilder - org.apache.dubbo.config.spring.reference中的类
Builder for ReferenceBean, used to return ReferenceBean instance in Java-config @Bean method, equivalent to DubboReference annotation.
ReferenceBeanBuilder() - 类 的构造器org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
ReferenceBeanManager - org.apache.dubbo.config.spring.reference中的类
 
ReferenceBeanManager() - 类 的构造器org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
ReferenceBeanSupport - org.apache.dubbo.config.spring.reference中的类
 
ReferenceBeanSupport() - 类 的构造器org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
 
ReferenceBuilder<T> - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ReferenceConfigBase.
ReferenceBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
ReferenceConfig<T> - com.alibaba.dubbo.config中的类
已过时。
ReferenceConfig<T> - org.apache.dubbo.config中的类
Please avoid using this class for any new application, use ReferenceConfigBase instead.
ReferenceConfig() - 类 的构造器com.alibaba.dubbo.config.ReferenceConfig
已过时。
 
ReferenceConfig() - 类 的构造器org.apache.dubbo.config.ReferenceConfig
 
ReferenceConfig(Reference) - 类 的构造器com.alibaba.dubbo.config.ReferenceConfig
已过时。
 
ReferenceConfig(Reference) - 类 的构造器org.apache.dubbo.config.ReferenceConfig
 
ReferenceConfigBase<T> - org.apache.dubbo.config中的类
ReferenceConfig
ReferenceConfigBase() - 类 的构造器org.apache.dubbo.config.ReferenceConfigBase
 
ReferenceConfigBase(Reference) - 类 的构造器org.apache.dubbo.config.ReferenceConfigBase
 
ReferenceConfigCache - org.apache.dubbo.config.utils中的类
A simple util class for cache ReferenceConfigBase.
ReferenceConfigCache.KeyGenerator - org.apache.dubbo.config.utils中的接口
 
ReferenceCountManagedChannel - org.apache.dubbo.rpc.protocol.grpc中的类
Also see ReferenceCountExchangeClient
ReferenceCountManagedChannel(ManagedChannel) - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
ReferenceCreator - org.apache.dubbo.config.spring.reference中的类
references(List<ReferenceConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
referred(Invoker<?>) - 接口 中的方法com.alibaba.dubbo.rpc.InvokerListener
已过时。
 
referred(Invoker<?>) - 接口 中的方法com.alibaba.dubbo.rpc.InvokerListener
已过时。
 
referred(Invoker<?>) - 接口 中的方法org.apache.dubbo.rpc.InvokerListener
The invoker referred
referred(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.listener.DeprecatedInvokerListener
 
referred(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.listener.InvokerListenerAdapter
 
ReflectUtils - org.apache.dubbo.common.utils中的类
ReflectUtils
refresh() - 类 中的方法org.apache.dubbo.config.AbstractConfig
Dubbo config property override
refresh() - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
refreshAll() - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
refreshMetadataAndInstance(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
register() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
register() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether to register the service to register center, default value is true
register() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether to register the service to register center, default value is true
register() - 类 中的方法org.apache.dubbo.config.DubboShutdownHook
Register the ShutdownHook
register(URL) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
register(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
register(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
register(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
register(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
register(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
register(String, MeshRuleRouter) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
register(URL) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
register(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
register(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
register(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
register(URL) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
register(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
register(URL) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
register(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Register data, such as : provider service, consumer address, route rule, override rule and other data.
register(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
register(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
register(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
register(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
register(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Registers an instance of ServiceInstance.
register(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
register(MeshRuleRouter) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
register(VsDestinationGroupRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.VsDestinationGroupRuleDispatcher
 
REGISTER - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
REGISTER_IP_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
REGISTER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REGISTER_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
REGISTER_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
REGISTER_MODE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法istio.v1.auth.Ca
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法istio.v1.auth.Ca
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法org.apache.dubbo.triple.TripleWrapper
 
registerBeanDefinitionIfNotExists(BeanDefinitionRegistry, String, Class<?>, Map<String, Object>) - 接口 中的静态方法org.apache.dubbo.config.spring.util.DubboBeanUtils
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.apache.dubbo.config.spring.context.annotation.DubboComponentScanRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.apache.dubbo.config.spring.context.annotation.DubboConfigConfigurationRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.apache.dubbo.config.spring.context.annotation.DubboLifecycleComponentRegistrar
已过时。
 
registerBeansIfNotExists(BeanDefinitionRegistry) - 接口 中的静态方法org.apache.dubbo.config.spring.util.DubboBeanUtils
Register some beans later Call this method in BeanDefinitionRegistryPostProcessor, in order to enable the registered BeanFactoryPostProcessor bean to be loaded and executed.
registerClass(Class<?>) - 类 中的静态方法org.apache.dubbo.common.serialize.support.SerializableClassRegistry
only supposed to be called at startup time
registerClass(Class<?>, Object) - 类 中的静态方法org.apache.dubbo.common.serialize.support.SerializableClassRegistry
only supposed to be called at startup time
registerCommonBeans(BeanDefinitionRegistry) - 接口 中的静态方法org.apache.dubbo.config.spring.util.DubboBeanUtils
Register the common beans
registerConsumer(String, ServiceDescriptor, ReferenceConfigBase<?>, Object, ServiceMetadata) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
registered(ResteasyProviderFactory) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
registerInfrastructureBean(BeanDefinitionRegistry, String, Class<?>) - 接口 中的静态方法org.apache.dubbo.config.spring.util.DubboBeanUtils
Register Infrastructure Bean
registerInstance(String, String, Instance) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
registerProvider(String, Object, ServiceDescriptor, ServiceConfigBase<?>, ServiceMetadata) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
registerReferenceBean(String, Class<?>, Map<String, Object>, Member) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
registerReferenceKeyAndBeanName(String, String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
registerService(Class<?>) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
registerService(String, Class<?>) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
registerServiceAppMapping(String, String, String, Object) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
registerServiceAppMapping(String, String, String, Object) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosMetadataReport
 
registerServiceAppMapping(String, String, String, Object) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
registerServiceAppMapping(String, String, URL) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
RegisterStatedURL(URL, URL, boolean) - 类 的构造器org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
REGISTRATION_STATUS - 接口 中的静态变量org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
registries(List<RegistryConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Add an instance of RegistryConfig
REGISTRIES - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
REGISTRIES_SUFFIX - 接口 中的静态变量org.apache.dubbo.config.Constants
 
registry() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
registry() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
registry() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Registry associated name
registry() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Registry spring bean name
registry() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Registry associated name
registry() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Registry spring bean name
registry(String, Consumer<RegistryBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Add an instance of RegistryConfig with the specified ID
registry(Consumer<RegistryBuilder>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Add an instance of RegistryConfig with default ID
registry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Add an instance of RegistryConfig
Registry - com.alibaba.dubbo.registry中的接口
已过时。
Registry - org.apache.dubbo.registry中的接口
Registry.
REGISTRY - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
REGISTRY_CLUSTER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_CLUSTER_TYPE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_DELAY_NOTIFICATION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REGISTRY_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
REGISTRY_FILESAVE_SYNC_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
To decide whether register center saves file synchronously, the default value is asynchronously
REGISTRY_FOR_REFERENCE - 类 中的静态变量org.apache.dubbo.registry.multiple.MultipleRegistry
 
REGISTRY_FOR_SERVICE - 类 中的静态变量org.apache.dubbo.registry.multiple.MultipleRegistry
 
REGISTRY_IDS - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
REGISTRY_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_LOCAL_FILE_CACHE_ENABLED - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
Whether to cache locally, default is true
REGISTRY_PREFIX_KEY - 类 中的静态变量org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
REGISTRY_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_PUBLISH_INSTANCE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_PUBLISH_INTERFACE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_RECONNECT_PERIOD_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
Reconnection period in milliseconds for register center
REGISTRY_RETRY_PERIOD_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
Period of registry center's retry interval
REGISTRY_RETRY_TIMES_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
Most retry times
REGISTRY_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REGISTRY_SERVICE_REFERENCE_PATH - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_SPLIT_PATTERN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REGISTRY_TYPE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
The parameter key of Dubbo Registry type
REGISTRY_ZONE - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
REGISTRY_ZONE_FORCE - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
RegistryBuilder - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build RegistryConfig.
RegistryBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
RegistryClusterIdentifier - org.apache.dubbo.registry.client中的接口
 
RegistryConfig - com.alibaba.dubbo.config中的类
已过时。
RegistryConfig - org.apache.dubbo.config中的类
RegistryConfig
RegistryConfig() - 类 的构造器com.alibaba.dubbo.config.RegistryConfig
已过时。
 
RegistryConfig() - 类 的构造器org.apache.dubbo.config.RegistryConfig
 
RegistryConfig(String) - 类 的构造器com.alibaba.dubbo.config.RegistryConfig
已过时。
 
RegistryConfig(String) - 类 的构造器org.apache.dubbo.config.RegistryConfig
 
RegistryConfig(String, String) - 类 的构造器com.alibaba.dubbo.config.RegistryConfig
已过时。
 
RegistryConfig(String, String) - 类 的构造器org.apache.dubbo.config.RegistryConfig
 
RegistryConstants - org.apache.dubbo.common.constants中的接口
 
RegistryDirectory<T> - org.apache.dubbo.registry.integration中的类
RegistryDirectory
RegistryDirectory(Class<T>, URL) - 类 的构造器org.apache.dubbo.registry.integration.RegistryDirectory
 
registryFactory - 类 中的静态变量org.apache.dubbo.qos.command.impl.BaseOffline
 
registryFactory - 类 中的静态变量org.apache.dubbo.qos.command.impl.BaseOnline
 
RegistryFactory - com.alibaba.dubbo.registry中的接口
已过时。
RegistryFactory - org.apache.dubbo.registry中的接口
RegistryFactory.
RegistryFactoryWrapper - org.apache.dubbo.registry中的类
 
RegistryFactoryWrapper(RegistryFactory) - 类 的构造器org.apache.dubbo.registry.RegistryFactoryWrapper
 
registryIds(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
registryIds(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
registryNotificationExecutor - 类 中的变量org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
RegistryNotifier - org.apache.dubbo.registry中的类
 
RegistryNotifier(long) - 类 的构造器org.apache.dubbo.registry.RegistryNotifier
 
RegistryNotifier(long, ScheduledExecutorService) - 类 的构造器org.apache.dubbo.registry.RegistryNotifier
 
RegistryNotifier.NotificationTask - org.apache.dubbo.registry中的类
 
RegistryProtocol - org.apache.dubbo.registry.integration中的类
TODO, replace RegistryProtocol completely in the future.
RegistryProtocol() - 类 的构造器org.apache.dubbo.registry.integration.RegistryProtocol
 
RegistryProtocol.InvokerDelegate<T> - org.apache.dubbo.registry.integration中的类
 
RegistryProtocolListener - org.apache.dubbo.registry.integration中的接口
RegistryProtocol listener is introduced to provide a chance to user to customize or change export and refer behavior of RegistryProtocol.
RegistryService - org.apache.dubbo.registry中的接口
RegistryService.
RegistryServiceListener - org.apache.dubbo.registry中的接口
 
RegistryStatusChecker - org.apache.dubbo.registry.status中的类
RegistryStatusChecker
RegistryStatusChecker() - 类 的构造器org.apache.dubbo.registry.status.RegistryStatusChecker
 
rejectedExecution(Runnable, ThreadPoolExecutor) - 类 中的方法org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
 
release() - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
RELEASE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
package version in the manifest
reliable(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
REMOTE - org.apache.dubbo.metadata.MetadataServiceType
The remote type of MetadataService
REMOTE_APPLICATION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
REMOTE_METADATA_STORAGE_TYPE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
remoteMetadataService - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
RemoteMetadataServiceImpl - org.apache.dubbo.registry.client.metadata.store中的类
 
RemoteMetadataServiceImpl(WritableMetadataService) - 类 的构造器org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
RemoteSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a remote object.
RemoteSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.RemoteSerializer
 
RemotingConstants - org.apache.dubbo.common.constants中的接口
RemotingConstants
RemotingException - com.alibaba.dubbo.remoting中的异常错误
已过时。
RemotingException - org.apache.dubbo.remoting中的异常错误
RemotingException.
RemotingException(Exception) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(InetSocketAddress, InetSocketAddress, String) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(InetSocketAddress, InetSocketAddress, String) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
 
RemotingException(InetSocketAddress, InetSocketAddress, String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(InetSocketAddress, InetSocketAddress, String, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
 
RemotingException(InetSocketAddress, InetSocketAddress, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(InetSocketAddress, InetSocketAddress, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
 
RemotingException(Channel, String) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(Channel, String) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
 
RemotingException(Channel, String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(Channel, String, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
 
RemotingException(Channel, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
已过时。
 
RemotingException(Channel, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
 
RemotingServer - org.apache.dubbo.remoting中的接口
Remoting Server.
remove() - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
Sets the value to uninitialized; a proceeding call to get() will trigger a call to initialValue().
remove() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
remove(int) - 类 中的方法org.apache.dubbo.common.utils.Stack
remove.
remove(int) - 类 中的方法org.apache.dubbo.qos.textui.TTable.Border
 
remove(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
remove(Object) - 类 中的方法com.alibaba.com.caucho.hessian.util.IdentityIntMap
Deletes the entry.
remove(Object) - 类 中的方法com.alibaba.com.caucho.hessian.util.IntMap
Deletes the entry.
remove(Object) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
remove(Object) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
remove(Object) - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Removes the specified element from this set if it is present.
remove(Object) - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
remove(Object) - 类 中的方法org.apache.dubbo.rpc.AttachmentsAdapter.ObjectToStringMap
 
remove(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
remove(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
remove(String) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.PathResolver
 
remove(String) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TriplePathResolver
 
remove(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
remove(String) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
已过时。
remove(String, String) - 接口 中的方法org.apache.dubbo.common.store.DataStore
 
remove(String, String) - 类 中的方法org.apache.dubbo.common.store.support.SimpleDataStore
 
remove(K) - 类 中的方法org.apache.dubbo.common.utils.LFUCache
 
remove(InternalThreadLocalMap) - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
Sets the value to uninitialized for the specified thread local map; a proceeding call to get() will trigger a call to initialValue().
REMOVE_VALUE_PREFIX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
removeAll() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
Removes all InternalThreadLocal variables bound to the current thread.
removeAll(Collection<?>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
removeApplicationContext(ApplicationContext) - 类 中的静态方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
removeAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
removeAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
remove attachment.
removeAttachment(String) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
remove attachment.
removeAttribute(String) - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
removeAttribute(String) - 类 中的方法org.apache.dubbo.common.URL
 
removeAttribute(String) - 接口 中的方法org.apache.dubbo.remoting.Channel
remove attribute.
removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
removeCachedMapping(String) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
removeCachedMapping(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
removeChannelHandler(ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
removeChannelHandler(ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
removeChildListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
removeChildListener(String, ChildListener) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
removeClientAttachment() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
removeConfig(String, String) - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
removeConfig(String, String) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
 
removeConfig(String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosConfigServiceWrapper
 
removeConfig(String, String) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
removeConfig(String, String) - 类 中的方法org.apache.dubbo.metadata.store.nacos.NacosConfigServiceWrapper
 
removeConfig(AbstractConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
In some scenario, we may nee to add and remove ServiceConfig or ReferenceConfig dynamically.
removeContext() - 类 中的静态方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
removeContext() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
remove context.
removeContext(boolean) - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
customized for internal use.
removeDataListener(String, DataListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
removeDataListener(String, DataListener) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
removeDestroyedRegistry(Registry) - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
removeEnd(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeFailedRegisteredTask(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
removeFailedRegisteredTask(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedSubscribed(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedSubscribedTask(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
removeFailedSubscribedTask(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedUnregisteredTask(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
removeFailedUnregisteredTask(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedUnsubscribedTask(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
removeFailedUnsubscribedTask(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeIndexedVariable(int) - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
removeListener(String) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
removeListener(String, String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
Stops one listener from listening to value changes in the specified key.
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration
已过时。
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfiguration
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
removeListener(String, String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Stops one listener from listening to value changes in the specified key.
removeListener(String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.common.config.configcenter.DynamicConfiguration
removeListener(String, ConfigurationListener) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.CacheListener
 
removeListener(String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
removeListener(Invocation) - 类 中的方法org.apache.dubbo.rpc.ListenableFilter
 
removeMessages() - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
removeParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
removeParameter(String) - 类 中的方法org.apache.dubbo.common.URL
 
removeParameter(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
removeParameters(String...) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
removeParameters(String...) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
remove specified parameters in URLParam
removeParameters(String...) - 类 中的方法org.apache.dubbo.common.URL
 
removeParameters(String...) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
removeParameters(Collection<String>) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
removeParameters(Collection<String>) - 类 中的方法org.apache.dubbo.common.URL
 
removeParameters(Collection<String>) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
removeRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Removes a reference.
removeRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Removes a reference.
removeRef(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Removes a reference.
removeReplier(Class<T>) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
removeReplier(Class<T>) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
removeResource(Collection<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaEndpoint
 
removeResource(Collection<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaListener
 
removeResource(Collection<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.delta.DeltaRoute
 
removeServerAttachment() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
removeServerContext() - 类 中的静态方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
removeServerContext() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
remove server side context.
removeService(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
removeService(MetadataInfo.ServiceInfo) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
removeServiceContext() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
removeServiceInstancesChangedListener(ServiceInstancesChangedListener) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
unsubscribe to instances change event.
removeServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
removeServiceListener(ServiceListener) - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
removeServiceMetadata(ServiceMetadataIdentifier) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
removeServiceMetadata(ServiceMetadataIdentifier) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
removeStateListener(StateListener) - 类 中的方法org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
 
removeStateListener(StateListener) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.ZookeeperClient
 
removeStatus(URL) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
removeStatus(URL, String) - 类 中的静态方法org.apache.dubbo.rpc.RpcStatus
 
removeTargetChildListener(String, CuratorZookeeperClient.CuratorWatcherImpl) - 类 中的方法org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
 
removeThreadPoolExhaustedEventListener(ThreadPoolExhaustedListener) - 类 中的方法org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
 
removeTracer(Class<?>, String, Channel) - 类 中的静态方法org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter
 
rendering() - 接口 中的方法org.apache.dubbo.qos.textui.TComponent
render
rendering() - 类 中的方法org.apache.dubbo.qos.textui.TKv
 
rendering() - 类 中的方法org.apache.dubbo.qos.textui.TLadder
 
rendering() - 类 中的方法org.apache.dubbo.qos.textui.TTable
 
rendering() - 类 中的方法org.apache.dubbo.qos.textui.TTree
 
repeat(char, int) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Returns padding using the specified delimiter repeated to a given length.
repeat(String, int) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Repeat a String repeat times to form a new String.
repeat(String, String, int) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Repeat a String repeat times to form a new String, with a String separator injected each time.
replace(String, String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
replaceExtension(String, Class<?>) - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
已过时。
not recommended any longer, and use only when test
replaceProperty(String, Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
replaceProperty(String, Configuration) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
 
replaceRef(Object, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Replaces a reference from one object to another.
replaceRef(Object, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Replaces a reference from one object to another.
replaceRef(Object, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Replaces a reference from one object to another.
Replier<T> - org.apache.dubbo.remoting.exchange.support中的接口
Replier.
ReplierDispatcher - org.apache.dubbo.remoting.exchange.support中的类
ReplierDispatcher
ReplierDispatcher() - 类 的构造器org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
ReplierDispatcher(Replier<?>) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
ReplierDispatcher(Replier<?>, Map<Class<?>, Replier<?>>) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
reply(ExchangeChannel, Object) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeHandler
reply.
reply(ExchangeChannel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerAdapter
 
reply(ExchangeChannel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
reply(ExchangeChannel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
reply(ExchangeChannel, T) - 接口 中的方法org.apache.dubbo.remoting.exchange.support.Replier
reply.
report(String, Object) - 接口 中的方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
reportConsumptionStatus(Object) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
reportMigrationStepStatus(Object) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
reportRegistrationStatus(Object) - 接口 中的静态方法org.apache.dubbo.common.status.reporter.FrameworkStatusReporter
 
request(Object) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
已过时。
request(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
request(Object, int) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
已过时。
request(Object, int) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
request(Object, int, ExecutorService) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
send request.
request(Object, int, ExecutorService) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
request(Object, ExecutorService) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
send request.
request(Object, ExecutorService) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
request(URL) - 类 中的方法org.apache.dubbo.registry.xds.istio.IstioCitadelCertificateSigner
 
request(URL) - 接口 中的方法org.apache.dubbo.registry.xds.XdsCertificateSigner
 
request(Request) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
Request - org.apache.dubbo.remoting.exchange中的类
Request.
Request() - 类 的构造器org.apache.dubbo.remoting.exchange.Request
 
Request(long) - 类 的构造器org.apache.dubbo.remoting.exchange.Request
 
REQUEST_HEADER_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The annotation class name of @RequestHeader
REQUEST_MAPPING_ANNOTATION_CLASS - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The class of @RequestMapping
REQUEST_MAPPING_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The annotation class name of @RequestMapping
REQUEST_PARAM_ANNOTATION_CLASS_NAME - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants.SPRING_MVC
The annotation class name of @RequestParam
REQUEST_SIGNATURE_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
REQUEST_TIMEOUT - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
REQUEST_TIMESTAMP_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
requestFinished(HttpRequest, HttpResponse, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
RequestHeaderParameterProcessor - org.apache.dubbo.metadata.rest.springmvc中的类
The AnnotatedMethodParameterProcessor implementation for Spring Web MVC's @RequestHeader
RequestHeaderParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.springmvc.RequestHeaderParameterProcessor
 
RequestMetadata - org.apache.dubbo.metadata.rest中的类
The metadata class for REST request
RequestMetadata() - 类 的构造器org.apache.dubbo.metadata.rest.RequestMetadata
Default Constructor
RequestParamParameterProcessor - org.apache.dubbo.metadata.rest.springmvc中的类
The AnnotatedMethodParameterProcessor implementation for Spring Web MVC's @RequestParam
RequestParamParameterProcessor() - 类 的构造器org.apache.dubbo.metadata.rest.springmvc.RequestParamParameterProcessor
 
required() - 注释类型 中的方法org.apache.dubbo.config.support.Parameter
If required=true, the value must not be empty when append to url
reRefer(URL) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
reRefer(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
reRefer(ClusterInvoker<?>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
reRegisterConsumer(String, String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
reRegisterProvider(String, String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
reRegisterWatcher(ZookeeperServiceDiscoveryChangeWatcher) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
reset() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
reset() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Resets all counters and references
reset() - 类 中的方法org.apache.dubbo.common.config.Environment
Reset environment.
reset() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
reset() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
reset() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
reset() - 类 中的静态方法org.apache.dubbo.config.bootstrap.DubboBootstrap
已过时。
For testing purposes only
reset() - 类 中的静态方法org.apache.dubbo.metadata.report.MetadataReportInstance
 
reset() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
Reset state of AbstractRegistryFactory
reset() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
reset() - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
 
reset(boolean) - 类 中的静态方法org.apache.dubbo.config.bootstrap.DubboBootstrap
已过时。
For testing purposes only
reset(Parameters) - 接口 中的方法org.apache.dubbo.remoting.Client
已过时。
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
已过时。
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
已过时。
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
已过时。
reset(Parameters) - 接口 中的方法org.apache.dubbo.remoting.RemotingServer
已过时。
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractEndpoint
已过时。
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
已过时。
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
已过时。
reset(URL) - 接口 中的方法org.apache.dubbo.common.Resetable
reset.
reset(URL) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractEndpoint
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
reset(URL) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
reset(URL) - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
Resetable - org.apache.dubbo.common中的接口
Resetable.
resetExtensionLoader(Class) - 类 中的静态方法org.apache.dubbo.common.extension.ExtensionLoader
 
resetInstanceUpdateKey(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
resetReaderIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
resetReaderIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
resetReaderIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
resetReferences() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Resets the references for streaming.
resetReferences() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Resets the references for streaming.
resetReferences() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Resets the references for streaming.
resetReferences() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Resets the references for streaming.
resetReferences() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Resets the references for streaming.
resetReferences() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Resets the references for streaming.
resetWriterIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
resetWriterIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Marks the current writerIndex in this buffer.
resetWriterIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
resetWriterIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
resolve(Class<?>) - 类 中的方法org.apache.dubbo.metadata.rest.AbstractServiceRestMetadataResolver
 
resolve(Class<?>) - 接口 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadataResolver
Resolve the REST metadata from the specified Dubbo Service interface or type
resolve(String) - 类 中的方法org.apache.dubbo.registry.dns.util.DNSResolver
 
resolve(String) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.PathResolver
 
resolve(String) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TriplePathResolver
 
resolveAnnotationType(AnnotatedElement, String) - 接口 中的静态方法org.apache.dubbo.common.utils.AnnotationUtils
Resolve the annotation type by the annotated element and resolved class name
resolveClass(String, ClassLoader) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Resolve the Class by the specified name and ClassLoader
resolveGroup() - 类 中的方法org.apache.dubbo.common.utils.ServiceAnnotationResolver
 
resolveInterfaceClassName() - 类 中的方法org.apache.dubbo.common.utils.ServiceAnnotationResolver
Resolve the class name of interface
resolveInterfaceName(Map<String, Object>, Class<?>) - 类 中的静态方法org.apache.dubbo.config.spring.util.DubboAnnotationUtils
Resolve the interface name from annotation attributes
resolveInterfaceName(Reference, Class<?>) - 类 中的静态方法org.apache.dubbo.config.spring.util.DubboAnnotationUtils
已过时。
resolveInterfaceName(Service, Class<?>) - 类 中的静态方法org.apache.dubbo.config.spring.util.DubboAnnotationUtils
已过时。
resolvePlaceholders(String) - 类 中的方法org.apache.dubbo.common.config.Environment
 
resolvePrimitiveClassName(String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveClassName(String) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolveRemote(String, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Resolves a remote object.
resolveRemote(String, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Resolves a remote object.
ResolveResult - org.apache.dubbo.registry.dns.util中的类
 
ResolveResult() - 类 的构造器org.apache.dubbo.registry.dns.util.ResolveResult
 
resolveServiceInterfaceClass(Map<String, Object>, Class<?>) - 类 中的静态方法org.apache.dubbo.config.spring.util.DubboAnnotationUtils
Resolve the interface class of Dubbo Service annotation from the specified annotation attributes and annotated class.
resolveTypes(Object...) - 类 中的静态方法org.apache.dubbo.common.utils.ReflectUtils
Resolve the types of the specified values
resolveVersion() - 类 中的方法org.apache.dubbo.common.utils.ServiceAnnotationResolver
 
Response - org.apache.dubbo.remoting.exchange中的类
Response
Response() - 类 的构造器org.apache.dubbo.remoting.exchange.Response
 
Response(long) - 类 的构造器org.apache.dubbo.remoting.exchange.Response
 
Response(long, String) - 类 的构造器org.apache.dubbo.remoting.exchange.Response
 
RESPONSE_NULL_VALUE - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
RESPONSE_NULL_VALUE_WITH_ATTACHMENTS - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
RESPONSE_VALUE - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
RESPONSE_VALUE_WITH_ATTACHMENTS - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
RESPONSE_WITH_EXCEPTION - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
RESPONSE_WITH_EXCEPTION_WITH_ATTACHMENTS - 类 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
 
ResponseCallback - com.alibaba.dubbo.remoting.exchange中的接口
已过时。
responseErr(ChannelHandlerContext, GrpcStatus) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
ResponseFuture - com.alibaba.dubbo.remoting.exchange中的接口
已过时。
responsePlainTextError(ChannelHandlerContext, int, GrpcStatus) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
RestConstraintViolation - org.apache.dubbo.rpc.protocol.rest中的类
 
RestConstraintViolation() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
RestConstraintViolation(String, String, String) - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
RestMetadataConstants - org.apache.dubbo.metadata.rest中的接口
The REST Metadata Constants definition interface
RestMetadataConstants.JAX_RS - org.apache.dubbo.metadata.rest中的接口
JAX-RS
RestMetadataConstants.SPRING_MVC - org.apache.dubbo.metadata.rest中的接口
Spring MVC
RestMethodMetadata - org.apache.dubbo.metadata.rest中的类
The metadata class for HTTP(REST) request and its binding method definition
RestMethodMetadata() - 类 的构造器org.apache.dubbo.metadata.rest.RestMethodMetadata
 
restoreContext(RpcContextAttachment) - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
restoreServerContext(RpcContextAttachment) - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
RestProtocol - org.apache.dubbo.rpc.protocol.rest中的类
 
RestProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
RestProtocolServer - org.apache.dubbo.rpc.protocol.rest中的接口
 
RestProtocolSubscribedURLsSynthesizer - org.apache.dubbo.registry.client.metadata中的类
SubscribedURLsSynthesizer implementation for REST protocol
RestProtocolSubscribedURLsSynthesizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
RestServerFactory - org.apache.dubbo.rpc.protocol.rest中的类
Only the server that implements servlet container could support something like @Context injection of servlet objects.
RestServerFactory() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
Result - com.alibaba.dubbo.rpc中的接口
已过时。
Result - org.apache.dubbo.rpc中的接口
(API, Prototype, NonThreadSafe) An RPC Result.
Result.AbstractResult - com.alibaba.dubbo.rpc中的类
已过时。
 
Result.CompatibleResult - com.alibaba.dubbo.rpc中的类
已过时。
 
retainAll(Collection<?>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
retries() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
retries() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
retries() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service invocation retry times
retries() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service invocation retry times
retries() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
retries() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service invocation retry times
retries() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service invocation retry times
retries(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
RETRIES - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
RETRIES_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
retry() - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
retry(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
RETRY_PERIOD_KEY - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
RETRY_TIMES_KEY - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
retryOffer(Runnable, long, TimeUnit) - 类 中的方法org.apache.dubbo.common.threadpool.support.eager.TaskQueue
retry offer task
retryPeriod(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
RetryServiceInstancesChangedEvent - org.apache.dubbo.registry.client.event中的类
A retry task when is failed.
RetryServiceInstancesChangedEvent() - 类 的构造器org.apache.dubbo.registry.client.event.RetryServiceInstancesChangedEvent
 
retryTimes(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
RETURN_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
RETURN_NULL_INVOKER - 类 中的静态变量org.apache.dubbo.common.bytecode.Proxy
 
RETURN_PREFIX - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
ReverseCompatibleNotifyListener(NotifyListener) - 类 的构造器com.alibaba.dubbo.registry.NotifyListener.ReverseCompatibleNotifyListener
已过时。
 
revertDisplayServiceKey(String) - 类 中的静态方法org.apache.dubbo.common.BaseServiceMetadata
revert of org.apache.dubbo.common.ServiceDescriptor#getDisplayServiceKey()
revertForbid(List<String>, Set<URL>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
revertForbid(List<String>, Set<URL>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
revertNotify(Map<String, Map<String, String>>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
revertNotify(Map<String, Map<String, String>>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
revertRegister(Map<String, Map<String, String>>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
revertRegister(Map<String, Map<String, String>>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
revertSubscribe(Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
revertSubscribe(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
 
REVISION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
RevisionResolver - org.apache.dubbo.metadata中的类
 
RevisionResolver() - 类 的构造器org.apache.dubbo.metadata.RevisionResolver
 
RIGHT - org.apache.dubbo.qos.textui.TTable.Align
right-alignment
Ring<T> - org.apache.dubbo.common.threadpool.manager中的类
 
Ring() - 类 的构造器org.apache.dubbo.common.threadpool.manager.Ring
 
ROLLING_TIMEOUT - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
ROOT_PATH - org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
The root path of Dubbo Service
ROUND_ROBIN - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
 
ROUND_ROBIN - 接口 中的静态变量org.apache.dubbo.common.constants.LoadbalanceRules
Round robin load balance.
RoundRobinLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
Round robin load balance.
RoundRobinLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
 
route(List<Invoker<T>>, URL, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
route(List<Invoker<T>>, URL, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
已过时。
 
route(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
 
route(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableRouter
 
route(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
route(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mock.MockInvokersSelector
 
route(List<Invoker<T>>, URL, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Filter invokers with current routing rule and only return the invokers that comply with the rule.
route(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptRouter
 
route(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
route(URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
route(BitList<Invoker<T>>, RouterCache<T>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
route(BitList<Invoker<T>>, RouterCache<T>, URL, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Filter invokers with current routing rule and only return the invokers that comply with the rule.
route(BitList<Invoker<T>>, RouterCache<T>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
route(BitList<Invoker<T>>, RouterCache<T>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
ROUTE_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ROUTE_SCRIPT_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
Router - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
Router - org.apache.dubbo.rpc.cluster中的接口
Router.
ROUTER_CACHE_NOT_BUILD - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
ROUTER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
key for router type, for e.g., "script"/"file", corresponding to ScriptRouterFactory.NAME, FileRouterFactory.NAME
ROUTER_TYPE_CLEAR - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
when ROUTER_KEY's value is set to ROUTER_TYPE_CLEAR, RegistryDirectory will clean all current routers
RouterCache<T> - org.apache.dubbo.rpc.cluster.router.state中的类
Cache the address list for each Router.
RouterCache() - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.RouterCache
 
RouterChain<T> - org.apache.dubbo.rpc.cluster中的类
Router chain
RouteResult - org.apache.dubbo.registry.xds.util.protocol.message中的类
 
RouteResult() - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
RouteResult(Map<String, Set<String>>) - 类 的构造器org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
RouterFactory - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
RouterFactory - org.apache.dubbo.rpc.cluster中的接口
RouterFactory.
ROUTERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ROUTERS_SUFFIX - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
RPC_ID_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
RpcAuthenticationException - org.apache.dubbo.auth.exception中的异常错误
 
RpcAuthenticationException() - 异常错误 的构造器org.apache.dubbo.auth.exception.RpcAuthenticationException
 
RpcAuthenticationException(String) - 异常错误 的构造器org.apache.dubbo.auth.exception.RpcAuthenticationException
 
RpcAuthenticationException(String, Throwable) - 异常错误 的构造器org.apache.dubbo.auth.exception.RpcAuthenticationException
 
RpcConstants - org.apache.dubbo.rpc中的类
已过时。
Replace to org.apache.dubbo.common.Constants
RpcContext - com.alibaba.dubbo.rpc中的类
已过时。
RpcContext - org.apache.dubbo.rpc中的类
Thread local context.
RpcContext(RpcContext) - 类 的构造器com.alibaba.dubbo.rpc.RpcContext
已过时。
 
RpcContextAttachment - org.apache.dubbo.rpc中的类
 
RpcContextFilter - org.apache.dubbo.rpc.protocol.rest中的类
 
RpcContextFilter() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
RpcContextInterceptor - org.apache.dubbo.rpc.protocol.grpc.interceptors中的类
Hand over context information from Dubbo to gRPC.
RpcContextInterceptor() - 类 的构造器org.apache.dubbo.rpc.protocol.grpc.interceptors.RpcContextInterceptor
 
RpcException - com.alibaba.dubbo.rpc中的异常错误
已过时。
RpcException - org.apache.dubbo.rpc中的异常错误
RPC Exception.
RpcException() - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException() - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(int) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(int) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(int, String) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(int, String) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(int, String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(int, String, Throwable) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(int, Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(int, Throwable) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(String) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(String) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(String, Throwable) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcException(Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
已过时。
 
RpcException(Throwable) - 异常错误 的构造器org.apache.dubbo.rpc.RpcException
 
RpcExceptionMapper - org.apache.dubbo.rpc.protocol.rest中的类
 
RpcExceptionMapper() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper
 
RpcInvocation - com.alibaba.dubbo.rpc中的类
 
RpcInvocation - org.apache.dubbo.rpc中的类
RPC Invocation.
RpcInvocation() - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation() - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(Invocation) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(Invocation, Invoker<?>) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(Method, Object[]) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(Method, Object[], Map<String, String>) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(Method, String, String, Object[]) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(Method, String, String, Object[], Map<String, Object>, Map<Object, Object>) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(String, Class<?>[], Object[]) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(String, Class<?>[], Object[], Map<String, String>) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(String, Class<?>[], Object[], Map<String, String>, Invoker<?>) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
 
RpcInvocation(String, String, String, Class<?>[], Object[]) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(String, String, String, Class<?>[], Object[], Map<String, Object>) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(String, String, String, Class<?>[], Object[], Map<String, Object>, Invoker<?>, Map<Object, Object>) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(Invocation) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcInvocation(Invocation, Invoker<?>) - 类 的构造器org.apache.dubbo.rpc.RpcInvocation
 
RpcServiceContext - org.apache.dubbo.rpc中的类
 
RpcStatus - org.apache.dubbo.rpc中的类
URL statistics.
RpcUtils - com.alibaba.dubbo.rpc.support中的类
2019-04-18
RpcUtils - org.apache.dubbo.rpc.support中的类
RpcUtils
RpcUtils() - 类 的构造器com.alibaba.dubbo.rpc.support.RpcUtils
 
RpcUtils() - 类 的构造器org.apache.dubbo.rpc.support.RpcUtils
 
RSA_KEY_SIZE_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
RSQUARE - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
RSQUARE - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
RULE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
RuleConverter - com.alibaba.dubbo.rpc.cluster中的接口
已过时。
RuleConverter - org.apache.dubbo.rpc.cluster中的接口
 
run() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
 
run() - 类 中的方法org.apache.dubbo.common.threadlocal.InternalRunnable
After the task execution is completed, it will call InternalThreadLocal.removeAll() to clear unnecessary variables in the thread.
run() - 类 中的方法org.apache.dubbo.config.DubboShutdownHook
 
run() - 类 中的方法org.apache.dubbo.registry.RegistryNotifier.NotificationTask
 
run() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
run(Timeout) - 接口 中的方法org.apache.dubbo.common.timer.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
run(Timeout) - 类 中的方法org.apache.dubbo.registry.retry.AbstractRetryTask
 
run(Timeout) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.AbstractTimerTask
 
RUNTIME_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 

S

saveMetadataURL(URL) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
saveServiceMetadata(ServiceMetadataIdentifier, URL) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
saveServiceMetadata(ServiceMetadataIdentifier, URL) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
saveSubscribedData(SubscriberMetadataIdentifier, Set<String>) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
 
saveSubscribedData(SubscriberMetadataIdentifier, Set<String>) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
scanBasePackageClasses() - 注释类型 中的方法com.alibaba.dubbo.config.spring.context.annotation.EnableDubbo
已过时。
Type-safe alternative to EnableDubbo.scanBasePackages() for specifying the packages to scan for annotated @Service classes.
scanBasePackageClasses() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.EnableDubbo
Type-safe alternative to EnableDubbo.scanBasePackages() for specifying the packages to scan for annotated @Service classes.
scanBasePackages() - 注释类型 中的方法com.alibaba.dubbo.config.spring.context.annotation.EnableDubbo
已过时。
Base packages to scan for annotated @Service classes.
scanBasePackages() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.EnableDubbo
Base packages to scan for annotated @Service classes.
schedule(ScheduledExecutorService, Supplier<T>, long, TimeUnit) - 类 中的静态方法org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
 
ScheduledCompletableFuture - org.apache.dubbo.common.threadpool.concurrent中的类
 
ScheduledCompletableFuture() - 类 的构造器org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
 
schema(Class<?>) - 类 中的静态方法org.apache.dubbo.metadata.definition.ServiceDefinitionBuilder
Describe a Java interface in Json schema.
scope() - 注释类型 中的方法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() - 注释类型 中的方法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(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
SCOPE - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
SCOPE_APPLICATION - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
SCOPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
SCOPE_LOCAL - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
SCOPE_NONE - 接口 中的静态变量org.apache.dubbo.config.Constants
 
SCOPE_REMOTE - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
SCOPE_SERVICE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
SCRIPT_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
ScriptRouter - org.apache.dubbo.rpc.cluster.router.script中的类
ScriptRouter
ScriptRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.script.ScriptRouter
 
ScriptRouterFactory - org.apache.dubbo.rpc.cluster.router.script中的类
ScriptRouterFactory
ScriptRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.script.ScriptRouterFactory
 
searchDomain(String) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
searchMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
SECRET_ACCESS_KEY_KEY - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
SECRET_GRACE_PERIOD_RATIO_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
SECRET_TTL_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
select() - 接口 中的方法org.apache.dubbo.rpc.PenetrateAttachmentSelector
Select some attachments to pass to next hop.
select(List<Invoker<T>>, URL, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.LoadBalance
已过时。
 
select(List<Invoker<T>>, URL, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.LoadBalance
已过时。
 
select(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.loadbalance.AbstractLoadBalance
 
select(List<Invoker<T>>, URL, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.LoadBalance
select one invoker in list.
select(URL, List<ServiceInstance>) - 类 中的方法org.apache.dubbo.registry.client.selector.RandomServiceInstanceSelector
 
select(URL, List<ServiceInstance>) - 接口 中的方法org.apache.dubbo.registry.client.selector.ServiceInstanceSelector
Select an instance of ServiceInstance by the specified service instances
SELECT_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.SelectTelnetHandler
 
SELECT_METHOD_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.SelectTelnetHandler
 
selectInstances(String, boolean) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
SelectTelnetHandler - org.apache.dubbo.qos.legacy中的类
SelectTelnetHandler
SelectTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.SelectTelnetHandler
 
SelfHostMetaServiceDiscovery - org.apache.dubbo.registry.client中的类
 
SelfHostMetaServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
SEMICOLON - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
SEMICOLON_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
SEMICOLON_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
SEMICOLON_SPLIT_PATTERN - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
send() - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitor
 
send(Object) - 接口 中的方法org.apache.dubbo.remoting.Endpoint
send message.
send(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
send(Object, boolean) - 接口 中的方法org.apache.dubbo.remoting.Endpoint
send message.
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannel
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
SEND_RECONNECT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
sent() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
sent() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
sent() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Whether the async request has already been sent, the default value is false
sent() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether the async request has already been sent, the default value is false
sent() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
sent() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Whether the async request has already been sent, the default value is false
sent() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether the async request has already been sent, the default value is false
sent(Channel, Object) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
sent(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
sent(Channel, Object) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
已过时。
 
sent(Channel, Object) - 接口 中的方法org.apache.dubbo.remoting.ChannelHandler
on message sent.
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
sent(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
sent(Channel, Request) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
sent(Request) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
SENT - org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
SENT
SENT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
SENT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
SEPARATOR_REGEX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
SerializableClassRegistry - org.apache.dubbo.common.serialize.support中的类
Provide a unified serialization registry, this class used for dubbo-serialization-fst and dubbo-serialization-kryo, it will register some classes at startup time (for example AbstractKryoFactory#create)
SerializableClassRegistry() - 类 的构造器org.apache.dubbo.common.serialize.support.SerializableClassRegistry
 
serialization(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
serialization(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
Serialization - com.alibaba.dubbo.common.serialize中的接口
已过时。
Serialization - org.apache.dubbo.common.serialize中的接口
Serialization strategy interface that specifies a serializer.
SERIALIZATION_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
SERIALIZATION_ID_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
SERIALIZATION_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
SERIALIZATION_SECURITY_CHECK_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
SerializationOptimizer - org.apache.dubbo.common.serialize.support中的接口
Interface defining serialization optimizer, there are nothing implementations for now.
serialize(URL, OutputStream) - 接口 中的方法com.alibaba.dubbo.common.serialize.Serialization
已过时。
 
serialize(Object) - 类 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
 
serialize(Object, OutputStream) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.SingleProtobufSerialization
 
serialize(Object, JavaBeanAccessor) - 类 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
 
serialize(String) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
serialize(URL, OutputStream) - 接口 中的方法com.alibaba.dubbo.common.serialize.Serialization
已过时。
 
serialize(URL, OutputStream) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2Serialization
 
serialize(URL, OutputStream) - 类 中的方法org.apache.dubbo.common.serialize.java.CompactedJavaSerialization
 
serialize(URL, OutputStream) - 类 中的方法org.apache.dubbo.common.serialize.java.JavaSerialization
 
serialize(URL, OutputStream) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaSerialization
 
serialize(URL, OutputStream) - 接口 中的方法org.apache.dubbo.common.serialize.Serialization
Get a serialization implementation instance
serialize(URL, String, String, Object, OutputStream) - 类 中的方法org.apache.dubbo.common.serialize.DefaultMultipleSerialization
 
serialize(URL, String, String, Object, OutputStream) - 接口 中的方法org.apache.dubbo.common.serialize.MultipleSerialization
 
SERIALIZE_BLOCKED_LIST_FILE_PATH - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
SerializeClassChecker - org.apache.dubbo.common.utils中的类
 
Serializer - com.alibaba.com.caucho.hessian.io中的接口
Serializing an object.
SerializerFactory - com.alibaba.com.caucho.hessian.io中的类
Factory for returning serialization methods.
SerializerFactory() - 类 的构造器com.alibaba.com.caucho.hessian.io.SerializerFactory
 
SerializerFactory(ClassLoader) - 类 的构造器com.alibaba.com.caucho.hessian.io.SerializerFactory
 
SERIALIZETYPE_FIELD_NUMBER - 类 中的静态变量org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
SERIALIZETYPE_FIELD_NUMBER - 类 中的静态变量org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
server(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
server(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
server(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
Server - org.apache.dubbo.qos.server中的类
A server serves for both telnet access and http access static initialize server start server and bind port close server
Server - com.alibaba.dubbo.remoting中的接口
已过时。
SERVER_ERROR - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
internal server error.
SERVER_INTERCEPTORS - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
SERVER_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
SERVER_LOGGER - 类 中的静态变量org.apache.dubbo.remoting.api.Http2WireProtocol
 
SERVER_SIDE - 异常错误 中的静态变量org.apache.dubbo.remoting.TimeoutException
 
SERVER_STREAM_KEY - 类 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
SERVER_THREADPOOL_EXHAUSTED_ERROR - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
server side threadpool exhausted and quick return.
SERVER_TIMEOUT - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
server side timeout.
ServerDelegate - org.apache.dubbo.remoting.transport中的类
ServerDelegate
ServerDelegate() - 类 的构造器org.apache.dubbo.remoting.transport.ServerDelegate
 
ServerDelegate(RemotingServer) - 类 的构造器org.apache.dubbo.remoting.transport.ServerDelegate
 
ServerInterceptor - org.apache.dubbo.rpc.protocol.grpc.interceptors中的接口
Adapt to the standard Dubbo SPI, so that we can leverage the advantages of Dubbo ExtensionLoader.
serverSocketChannelClass() - 类 中的静态方法org.apache.dubbo.remoting.api.NettyEventLoopFactory
 
serverSocketChannelClass() - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.NettyEventLoopFactory
 
ServerStatusChecker - org.apache.dubbo.rpc.protocol.dubbo.status中的类
ServerStatusChecker
ServerStatusChecker() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.status.ServerStatusChecker
 
ServerStream - org.apache.dubbo.rpc.protocol.tri中的类
 
ServerTransportFilter - org.apache.dubbo.rpc.protocol.grpc.interceptors中的接口
Adapt to the standard Dubbo SPI, so that we can leverage the advantages of Dubbo ExtensionLoader.
ServerTransportObserver - org.apache.dubbo.rpc.protocol.tri中的类
 
ServerTransportObserver(ChannelHandlerContext) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.ServerTransportObserver
 
service(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
service(String, Consumer<ServiceBuilder<S>>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
service(Consumer<ServiceBuilder<S>>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
service(ServiceConfig<?>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
service(ConsumerModel) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
service(ServiceDescriptor) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
Service - com.alibaba.dubbo.config.annotation中的注释类型
已过时。
Recommend DubboService as the substitute
Service - org.apache.dubbo.config.annotation中的注释类型
已过时。
Recommend DubboService as the substitute
SERVICE - 接口 中的静态变量org.apache.dubbo.monitor.Constants
 
SERVICE_ANNOTATION_CLASSES - 类 中的静态变量org.apache.dubbo.common.utils.ServiceAnnotationResolver
The annotation classes of Dubbo Service (read-only)
SERVICE_AUTH - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
SERVICE_ERROR - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
service error.
SERVICE_FILTER_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
SERVICE_GROUP - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
SERVICE_INTERFACE_NAME - 接口 中的静态变量org.apache.dubbo.metadata.MetadataService
The service interface name of MetadataService
SERVICE_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.ChangeTelnetHandler
 
SERVICE_KEY - 类 中的静态变量org.apache.dubbo.qos.legacy.LogTelnetHandler
 
SERVICE_KEY - 类 中的静态变量org.apache.dubbo.remoting.telnet.support.command.LogTelnetHandler
 
SERVICE_META_DATA_STORE_TAG - 类 中的静态变量org.apache.dubbo.metadata.MetadataConstants
 
SERVICE_NAME - 类 中的静态变量istio.v1.auth.IstioCertificateServiceGrpc
 
SERVICE_NAME_MAPPING_PROPERTIES_FILE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
The parameter key for the class path of the ServiceNameMapping Properties file
SERVICE_NOT_FOUND - 类 中的静态变量org.apache.dubbo.remoting.exchange.Response
service not found.
SERVICE_PATH_PREFIX - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
SERVICE_REGISTRY_PROTOCOL - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
The protocol for Service Discovery
SERVICE_REGISTRY_TYPE - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
The parameter value of Service-Oriented Registry type
SERVICE_REST_METADATA_RESOURCE_PATH - 接口 中的静态变量org.apache.dubbo.metadata.rest.RestMetadataConstants
ServiceRestMetadata Resource PATH
SERVICE_VERSION - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
ServiceAddressURL - org.apache.dubbo.common.url.component中的类
 
ServiceAddressURL(String, String, String, String, int, String, Map<String, String>, URL) - 类 的构造器org.apache.dubbo.common.url.component.ServiceAddressURL
 
ServiceAddressURL(URLAddress, URLParam, URL) - 类 的构造器org.apache.dubbo.common.url.component.ServiceAddressURL
 
ServiceAnnotationPostProcessor - org.apache.dubbo.config.spring.beans.factory.annotation中的类
A BeanFactoryPostProcessor used for processing of @Service annotated classes and annotated bean in java config classes.
ServiceAnnotationPostProcessor(String...) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
ServiceAnnotationPostProcessor(Collection<String>) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
ServiceAnnotationPostProcessor(Set<String>) - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
ServiceAnnotationResolver - org.apache.dubbo.common.utils中的类
The resolver class for @Service
ServiceAnnotationResolver(Class<?>) - 类 的构造器org.apache.dubbo.common.utils.ServiceAnnotationResolver
 
ServiceBean<T> - org.apache.dubbo.config.spring中的类
ServiceFactoryBean
ServiceBean() - 类 的构造器org.apache.dubbo.config.spring.ServiceBean
 
ServiceBean(Service) - 类 的构造器org.apache.dubbo.config.spring.ServiceBean
 
ServiceBeanExportedEvent - org.apache.dubbo.config.spring.context.event中的类
A ApplicationEvent after ServiceBean export invocation
ServiceBeanExportedEvent(ServiceBean) - 类 的构造器org.apache.dubbo.config.spring.context.event.ServiceBeanExportedEvent
Create a new ApplicationEvent.
ServiceBeanNameBuilder - org.apache.dubbo.config.spring.beans.factory.annotation中的类
Dubbo @Service Bean Builder
ServiceBuilder<U> - org.apache.dubbo.config.bootstrap.builders中的类
This is a builder for build ServiceConfigBase.
ServiceBuilder() - 类 的构造器org.apache.dubbo.config.bootstrap.builders.ServiceBuilder
 
ServiceCheckUtils - org.apache.dubbo.qos.command.util中的类
 
ServiceCheckUtils() - 类 的构造器org.apache.dubbo.qos.command.util.ServiceCheckUtils
 
ServiceConfig<T> - com.alibaba.dubbo.config中的类
已过时。
ServiceConfig<T> - org.apache.dubbo.config中的类
 
ServiceConfig() - 类 的构造器com.alibaba.dubbo.config.ServiceConfig
已过时。
 
ServiceConfig() - 类 的构造器org.apache.dubbo.config.ServiceConfig
 
ServiceConfig(Service) - 类 的构造器com.alibaba.dubbo.config.ServiceConfig
已过时。
 
ServiceConfig(Service) - 类 的构造器org.apache.dubbo.config.ServiceConfig
 
ServiceConfigBase<T> - org.apache.dubbo.config中的类
ServiceConfig
ServiceConfigBase() - 类 的构造器org.apache.dubbo.config.ServiceConfigBase
 
ServiceConfigBase(Service) - 类 的构造器org.apache.dubbo.config.ServiceConfigBase
 
ServiceConfigURL - org.apache.dubbo.common.url.component中的类
 
ServiceConfigURL() - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, int) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, int, String) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, int, String[]) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, int, String, String...) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, int, String, Map<String, String>) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, int, Map<String, String>) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, String, String, int, String) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, String, String, int, String, String...) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, String, String, int, String, Map<String, String>) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(String, String, String, String, int, String, Map<String, String>, Map<String, Object>) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceConfigURL(URLAddress, URLParam, Map<String, Object>) - 类 的构造器org.apache.dubbo.common.url.component.ServiceConfigURL
 
ServiceDefinition - org.apache.dubbo.metadata.definition.model中的类
2015/1/27.
ServiceDefinition() - 类 的构造器org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
ServiceDefinitionBuilder - org.apache.dubbo.metadata.definition中的类
2015/1/27.
ServiceDescriptor - org.apache.dubbo.rpc.model中的类
ServiceModel and ServiceMetadata are to some extend duplicated with each other.
ServiceDescriptor(Class<?>) - 类 的构造器org.apache.dubbo.rpc.model.ServiceDescriptor
 
ServiceDiscovery - org.apache.dubbo.registry.client中的接口
The common operations of Service Discovery
ServiceDiscoveryFactory - org.apache.dubbo.registry.client中的接口
The factory to create ServiceDiscovery
ServiceDiscoveryMigrationInvoker<T> - org.apache.dubbo.registry.client.migration中的类
 
ServiceDiscoveryMigrationInvoker(RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
ServiceDiscoveryRegistry - org.apache.dubbo.registry.client中的类
Being different to the traditional registry, ServiceDiscoveryRegistry that is a new service-oriented Registry based on ServiceDiscovery, it will not interact in the external registry directly, but store the urls that Dubbo services exported and referenced into WritableMetadataService when ServiceDiscoveryRegistry.register(URL) and ServiceDiscoveryRegistry.subscribe(URL, NotifyListener) methods are executed.
ServiceDiscoveryRegistry(URL) - 类 的构造器org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
ServiceDiscoveryRegistryDirectory<T> - org.apache.dubbo.registry.client中的类
 
ServiceDiscoveryRegistryDirectory(Class<T>, URL) - 类 的构造器org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
ServiceDiscoveryRegistryFactory - org.apache.dubbo.registry.client中的类
 
ServiceDiscoveryRegistryFactory() - 类 的构造器org.apache.dubbo.registry.client.ServiceDiscoveryRegistryFactory
 
serviceId(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
ServiceInfo() - 类 的构造器org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
ServiceInfo(String, String, String, String, String, Map<String, String>) - 类 的构造器org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
ServiceInfo(URL) - 类 的构造器org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
ServiceInstance - org.apache.dubbo.registry.client中的接口
The model class of an instance of a service, which is used for service registration and discovery.
ServiceInstanceCustomizer - org.apache.dubbo.registry.client中的接口
The interface to customize the service instance
ServiceInstanceHostPortCustomizer - org.apache.dubbo.config.metadata中的类
The ServiceInstanceCustomizer to customize the port of service instance.
ServiceInstanceHostPortCustomizer() - 类 的构造器org.apache.dubbo.config.metadata.ServiceInstanceHostPortCustomizer
 
ServiceInstanceMetadataCustomizer - org.apache.dubbo.registry.client.metadata中的类
 
ServiceInstanceMetadataCustomizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
 
ServiceInstanceMetadataUtils - org.apache.dubbo.registry.client.metadata中的类
The Utilities class for the metadata of the service instance
ServiceInstanceMetadataUtils() - 类 的构造器org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
ServiceInstancesChangedEvent - org.apache.dubbo.registry.client.event中的类
An event raised after the instances of one service has been changed.
ServiceInstancesChangedEvent(String, List<ServiceInstance>) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
ServiceInstancesChangedListener - org.apache.dubbo.registry.client.event.listener中的类
The Service Discovery Changed Listener
ServiceInstancesChangedListener(Set<String>, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
ServiceInstanceSelector - org.apache.dubbo.registry.client.selector中的接口
The ServiceInstance Selector
serviceKey(int, String, String, String) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
serviceKey(URL) - 类 中的静态方法org.apache.dubbo.rpc.support.ProtocolUtils
 
ServiceListener - org.apache.dubbo.config中的接口
Listener for service config
ServiceMetadata - org.apache.dubbo.rpc.model中的类
Notice, this class currently has no usage inside Dubbo.
ServiceMetadata() - 类 的构造器org.apache.dubbo.rpc.model.ServiceMetadata
 
ServiceMetadata(String, String, String, Class<?>) - 类 的构造器org.apache.dubbo.rpc.model.ServiceMetadata
 
ServiceMetadataIdentifier - org.apache.dubbo.metadata.report.identifier中的类
The ServiceMetadataIdentifier is used to store the URL that are from provider and consumer
ServiceMetadataIdentifier() - 类 的构造器org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
ServiceMetadataIdentifier(String, String, String, String, String, String) - 类 的构造器org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
ServiceMetadataIdentifier(URL) - 类 的构造器org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
serviceName() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Gets the current Dubbo Service name
serviceName() - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
Gets the current Dubbo Service name
ServiceNameMapping - org.apache.dubbo.metadata中的接口
The interface for Dubbo service name Mapping
ServicePackagesHolder - org.apache.dubbo.config.spring.beans.factory.annotation中的类
A temp holder for scanned packages of service.
ServicePackagesHolder() - 类 的构造器org.apache.dubbo.config.spring.beans.factory.annotation.ServicePackagesHolder
 
serviceParamsIncluded() - 接口 中的方法org.apache.dubbo.metadata.MetadataParamsFilter
params that need to be sent to metadata center
serviceRepository - 类 中的静态变量org.apache.dubbo.qos.command.impl.BaseOffline
 
serviceRepository - 类 中的静态变量org.apache.dubbo.qos.command.impl.BaseOnline
 
ServiceRepository - org.apache.dubbo.rpc.model中的类
 
ServiceRepository() - 类 的构造器org.apache.dubbo.rpc.model.ServiceRepository
 
ServiceRestMetadata - org.apache.dubbo.metadata.rest中的类
The metadata class for HTTP(REST) request and its binding Dubbo service metadata
ServiceRestMetadata() - 类 的构造器org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
ServiceRestMetadataReader - org.apache.dubbo.metadata.rest中的接口
An interface to read ServiceRestMetadata
ServiceRestMetadataResolver - org.apache.dubbo.metadata.rest中的接口
The interface to resolve the REST metadata from the specified Dubbo Service interface or type.
ServiceRouter - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Service level router, "server-unique-name.condition-router"
ServiceRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.ServiceRouter
 
ServiceRouterFactory - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Service level router factory
ServiceRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.ServiceRouterFactory
 
services() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
已过时。
services(String, String...) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
services(List<ServiceConfig>) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
SERVICES - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
ServicesLoadingStrategy - org.apache.dubbo.common.extension中的类
ServicesLoadingStrategy() - 类 的构造器org.apache.dubbo.common.extension.ServicesLoadingStrategy
 
SERVLET - org.apache.dubbo.config.bootstrap.BootstrapTakeoverMode
 
session(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
SESSION_LOST - 接口 中的静态变量org.apache.dubbo.remoting.zookeeper.StateListener
 
SESSION_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
set(int) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
set(int) - 类 中的方法org.apache.dubbo.qos.textui.TTable.Border
set border style
set(int, E) - 类 中的方法org.apache.dubbo.common.utils.Stack
set.
set(int, E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
set(Object) - 类 中的方法org.apache.dubbo.qos.textui.TTree
 
set(String, Object) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
set value.
set(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcContext
已过时。
set(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
已过时。
set(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcStatus
set value.
set(T) - 类 中的方法org.apache.dubbo.common.utils.Holder
 
set(V) - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
Sets the value for the current thread.
setAcceptForeignIp(boolean) - 类 中的方法org.apache.dubbo.qos.server.Server
 
setAccepts(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setAccepts(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setAccepts(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setAccessKey(String) - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
setAccesslog(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setAccesslog(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setAccesslog(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setActives(Integer) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setActives(Integer) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setAddress(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setAddress(String) - 类 中的方法org.apache.dubbo.common.URL
 
setAddress(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setAddress(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setAddress(String) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setAddress(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setAddress(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setAddress(String) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
setAddress(String) - 类 中的方法org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
 
setAddress(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
setAddress(String) - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
setAddress(String, int) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setAddress(String, int) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setAddresses(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setAddresses(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
setAddrMetadata(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterCache
 
setAddrPool(ConcurrentHashMap<String, BitList<Invoker<T>>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterCache
 
setAlgorithm(String) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
Sets the encryption algorithm for the content.
setAlgorithm(String) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
Sets the encryption algorithm for the content.
setAlive(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setAlive(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setAllowNonSerializable(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
If true, non-serializable objects are allowed.
setApiVersion(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
setApp(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
setAppConfigFile(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setAppConfigMap(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.Environment
 
setAppExternalConfig(Map<String, String>) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setAppExternalConfigMap(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.Environment
 
setApplication(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
setApplication(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
setApplication(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setApplication(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
setApplication(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
setApplication(String) - 类 中的静态方法org.apache.dubbo.rpc.model.ApplicationModel
已过时。
setApplication(ApplicationConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setApplication(ApplicationConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
Set application config
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.ConfigCenterBean
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.context.DubboInfraBeanRegisterPostProcessor
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanManager
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
setApplicationContext(ApplicationContext) - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
 
setApplications(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setApplications(List<SubMigrationRule>) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setAppName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
setArchitecture(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setArgc(Integer) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setArgp(List<StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setArgs(int, ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated bytes args = 2;
setArgs(String[]) - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
setArgs(List<DubboMethodArg>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setArgTypes(int, String) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
repeated string argTypes = 3;
setArguments(Object[]) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setArguments(Object[]) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setArguments(Object[]) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setArguments(Object[]) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setArguments(Object[]) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setArguments(Object[]) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Sets invocation arguments
setArguments(List<? extends ArgumentConfig>) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setAsync(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setAsync(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setAsyncThreadNum(Integer) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setAsyncThreadNum(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setAttachment(String, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
setAttachment(String, Object) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
setAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setAttachment(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
setAttachment(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Result
 
setAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
 
setAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setAttachment(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
setAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
setAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setAttachment(String, String) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
setAttachment(String, String) - 接口 中的方法org.apache.dubbo.rpc.Result
 
setAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set attachment.
setAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
set attachment.
setAttachment(String, String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setAttachmentIfAbsent(String, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
setAttachmentIfAbsent(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
setAttachmentIfAbsent(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setAttachmentIfAbsent(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
setAttachmentIfAbsent(String, String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setAttachmentIfAbsent(String, String) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
setAttachmentIfAbsent(String, String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setAttachments(Map<String, String>) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
setAttachments(Map<String, String>) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setAttachments(Map<String, String>) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.AppResponse
Append all items from the map into the attachment, if map is empty then nothing happens
setAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setAttachments(Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.Result
Replace the existing attachments with the specified param.
setAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set attachments
setAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
set attachments
setAttachments(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
已过时。
setAttachments(DubboAttachmentMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setAttribute(String, Object) - 接口 中的方法org.apache.dubbo.remoting.Channel
set attribute.
setAttribute(String, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
setAttribute(String, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
setAttribute(String, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
setAttribute(String, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
setAttribute(String, Object) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setAuth(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
setBeanFactory(BeanFactory) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
setBeanName(String) - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
setBeanName(String) - 类 中的方法org.apache.dubbo.config.spring.ServiceBean
 
setBodyIndex(Integer) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setBodyType(String) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setBool_value(BoolMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setBootstrap(DubboBootstrap) - 类 中的方法org.apache.dubbo.config.ReferenceConfig
 
setBootstrap(DubboBootstrap) - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
setBroken(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setBuffer(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setBuffer(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setByte(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setByte(int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setByte(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setByte(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setByte(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setBytes(int, byte[]) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, InputStream, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, InputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, InputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer becomes unreadable.
setBytes(int, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setCache(String) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setCache(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setCache(Map<String, RouterCache<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AddrCache
 
setCacheFactory(CacheFactory) - 类 中的方法org.apache.dubbo.cache.filter.CacheFilter
Dubbo will populate and set the cache factory instance based on service/method/consumer/provider configured cache attribute value.
setCallback(ResponseCallback) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseFuture
已过时。
set callback.
setCallback(Boolean) - 类 中的方法org.apache.dubbo.config.ArgumentConfig
 
setCallbacks(Integer) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setCallbacks(Integer) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setCanonicalName(String) - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
setCategory(String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
setCertChain(int, String) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
PEM-encoded certificate chain.
setCertificate(X509Certificate) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
The X509 certificate to obtain the public key of the recipient.
setCertificate(X509Certificate) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
The X509 certificate to obtain the public key of the recipient.
setChannel(Channel) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
setCharset(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setCharset(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setCheck(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setCheck(Boolean) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setCheck(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setCheck(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setClassName(String) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
setClassName(String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
setClassName(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
setClassNameProperty(String) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
setClient(String) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setClient(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setClient(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setClient(String) - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
setClient(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setClient(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setClient(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setClient(Client) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
setClientKeyCertChainPath(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setClientKeyCertChainPathStream(InputStream) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setClientKeyPassword(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setClientPrivateKeyPath(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setClientPrivateKeyPathStream(InputStream) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setClientTrustCertCollectionPath(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setClientTrustCertCollectionPathStream(InputStream) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setCloseStreamOnClose(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
 
setCloseStreamOnClose(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
setCloseStreamOnClose(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingOutput
 
setCluster(Boolean) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setCluster(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setCluster(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setCluster(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setCluster(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setCode(int) - 异常错误 中的方法org.apache.dubbo.rpc.RpcException
 
setCodec(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setCodec(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setCodeSource(String) - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
setCommandName(String) - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
setCompatibleFuture(CompletableFuture<?>) - 类 中的方法org.apache.dubbo.rpc.FutureContext
已过时。
setCompatibleParamSignatures(String[]) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setCompiler(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setConditions(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
setConfigCenter(ConfigCenterConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setConfigFile(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setConfigs(List<ConfigItem>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setConfigurators(List<Configurator>) - 类 中的方法org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
setConfigVersion(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setConnections(Integer) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setConnections(Integer) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setConsistentHash(ConsistentHashLB) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
setConstraintViolations(List<RestConstraintViolation>) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
setConsumer(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setConsumer(ConsumerConfig) - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
setConsumer(ConsumerConfig) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setConsumerSide(String) - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
setConsumerUrl(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
setConsumerUrl(URL) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setConsumerUrl(URL) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setConsumes(Set<String>) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
setContent(String) - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigItem
 
setContextpath(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setContextpath(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setCorethreads(Integer) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setCorethreads(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setCorrespondingServiceNames(String, Set<String>) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosInstanceManageUtil
 
setCreator(String) - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
setCsr(String) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
PEM-encoded certificate request.
setCsrBytes(ByteString) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
PEM-encoded certificate request.
setCurrentHostname(String) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
已过时。
setCycleReport(Boolean) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setData(ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
bytes data = 2;
setData(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setDefault(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
setDefaultCompiler(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.AdaptiveCompiler
 
setDefaultGroup(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
setDelay(Integer) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setDelay(Integer) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setDelay(Integer) - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
setDeprecated(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setDeprecated(Boolean) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setDestination(DubboDestination) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
setDestinationRuleList(List<DestinationRule>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
setDispatcher(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setDispatcher(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setDispather(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
setDispather(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
setDnsResolver(DNSResolver) - 类 中的方法org.apache.dubbo.registry.dns.DNSServiceDiscovery
已过时。
setDocument(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setDubbo(List<DubboRoute>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
setDubbocontext(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
setDumpDirectory(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setDynamic(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setDynamic(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setDynamic(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setDynamicConfiguration(DynamicConfiguration) - 类 中的方法org.apache.dubbo.common.config.Environment
 
setDynamicIncluded(boolean) - 类 中的方法org.apache.dubbo.common.config.CompositeConfiguration
 
setEagleeyecontext(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
setEmpty(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setEnabled(boolean) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setEnabled(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setEnabled(Boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setEnabled(Boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setEnableFileCache(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setEnd(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
setEndpoints(ServiceInstance, Map<String, Integer>) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
setEnumNameProperty(String) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
setEnums(List<String>) - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
setEnvironment(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setEnvironment(Environment) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setEnvironment(Environment) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
setEnvironment(Environment) - 类 中的方法org.apache.dubbo.config.spring.ConfigCenterBean
 
setEnvironment(Environment) - 类 中的方法org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
 
setErrorMessage(String) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setEvent(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setEvent(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setEvent(String) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setEvent(String) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setExact(Boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
setExact(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
setExact(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setException(Throwable) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
setException(Throwable) - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
setException(Throwable) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setException(Throwable) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setException(Throwable) - 接口 中的方法org.apache.dubbo.rpc.Result
 
setExceptionClass(String) - 异常错误 中的方法com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
setExceptionClass(String) - 异常错误 中的方法org.apache.dubbo.rpc.service.GenericException
 
setExceptionMessage(String) - 异常错误 中的方法com.alibaba.dubbo.rpc.service.GenericException
已过时。
 
setExceptionMessage(String) - 异常错误 中的方法org.apache.dubbo.rpc.service.GenericException
 
setExchanger(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setExchanger(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setExecutes(Integer) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setExecutes(Integer) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setExecutor(Executor) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setExecutor(ExecutorService) - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
setExecutor(ExecutorService) - 类 中的方法org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
setExecutor(EagerThreadPoolExecutor) - 类 中的方法org.apache.dubbo.common.threadpool.support.eager.TaskQueue
 
setExpirationInterval(int) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
setExpirationInterval(long) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
set expiration interval
setExport(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setExportAsync(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setExtension(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setExternalConfig(Map<String, String>) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setExternalConfigMap(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.Environment
 
setExtraKeys(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setFallback(DubboRouteDestination) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
setFieldValue(Object, Field, T) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Set the value for the specified Field
setFieldValue(Object, String, T) - 接口 中的静态方法org.apache.dubbo.common.utils.FieldUtils
Set the value for the specified Field
setFile(File) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
setFile(File) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
setFile(File) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
setFile(File) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
setFile(File) - 接口 中的方法org.apache.dubbo.common.logger.LoggerAdapter
Set the current logging file
setFile(File) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
setFile(String) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setFile(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setFilter(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setFilter(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setForce(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
setForce(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setForce(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
setForce(Boolean) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setForce(Boolean) - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
setForks(Integer) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setFormParams(List<String>) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setFuture(CompletableFuture<?>) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setFuture(CompletableFuture<?>) - 类 中的方法org.apache.dubbo.rpc.FutureContext
set future.
setFuture(CompletableFuture<?>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set future.
setFuture(CompletableFuture<?>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
set future.
setGeneric(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
已过时。
setGeneric(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setGeneric(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setGeneric(String) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
setGroup(String) - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setGroup(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setGroup(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
setGroup(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
setGroup(String) - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
setGroup(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setGroup(String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
setGroup(String) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Add group name
setHeaderMapIndex(Integer) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setHeaders(Map<String, List<String>>) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
setHeaders(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setHeaders(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setHealthy(boolean) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setHealthy(boolean) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
setHeartbeat(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setHeartbeat(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
已过时。
setHeartbeat(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setHighestPriority(Boolean) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
已过时。
setHost(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setHost(String) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setHost(String) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setHost(String) - 类 中的方法org.apache.dubbo.common.URL
 
setHost(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setHost(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setHost(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setHost(String) - 类 中的方法org.apache.dubbo.qos.server.Server
 
setHost(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setHost(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
setHost(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setHostnameList(List<String>) - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
setHosts(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
setHttp(boolean) - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
setHttpBinder(HttpBinder) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
setHttpBinder(HttpBinder) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
setHttpCode(int) - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
setId(long) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setId(String) - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
setId(String) - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
setId(String) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
setIgnoreInvalidFields(boolean) - 类 中的方法org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
 
setIgnoreInvalidFields(boolean) - 接口 中的方法org.apache.dubbo.config.spring.context.properties.DubboConfigBinder
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
setIgnoreUnknownFields(boolean) - 类 中的方法org.apache.dubbo.config.spring.context.properties.AbstractDubboConfigBinder
 
setIgnoreUnknownFields(boolean) - 接口 中的方法org.apache.dubbo.config.spring.context.properties.DubboConfigBinder
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
setIncludeSpringEnv(Boolean) - 类 中的方法org.apache.dubbo.config.spring.ConfigCenterBean
 
setIndex(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setIndex(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setIndex(int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
setIndex(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
setIndex(Integer) - 类 中的方法org.apache.dubbo.config.ArgumentConfig
 
setIndexedVariable(int, Object) - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
setIndexToEncoded(Map<Integer, Boolean>) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setIndexToName(Map<Integer, Collection<String>>) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setInit(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setInit(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setInjvm(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
已过时。
instead, use the parameter scope to judge if it's in jvm, scope=local
setInjvm(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
已过时。
instead, use the parameter scope to judge if it's in jvm, scope=local
setInterface(Class) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setInterface(Class<?>) - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
setInterface(Class<?>) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
setInterface(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setInterface(String) - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
setInterface(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setInterface(MulticastSocket, boolean) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
setInterfaceClass(Class<?>) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
已过时。 
setInterfaces(List<SubMigrationRule>) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setInterval(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setInvocation(Invocation) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setInvocation(Invocation) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setInvocationTime(Date) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Set the invocation date.
setInvokeMode(InvokeMode) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setInvoker(Invoker<?>) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setInvoker(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setInvoker(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setInvoker(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setInvoker(Invoker<?>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setInvokers(List<Invoker<?>>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setInvokers(List<Invoker<?>>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setInvokers(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AddrCache
 
setInvokers(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
Notify router chain of the initial addresses from registry at the first time.
setInvokersChangedListener(InvokersChangedListener) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setIothreads(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setIothreads(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setItems(List<String>) - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
setKeepAlive(Boolean) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setKey(String) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setKey(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setKey(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setKeyAndReferenceConfig(String, ReferenceConfig) - 类 中的方法org.apache.dubbo.config.spring.ReferenceBean
 
setKind(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
setKubernetesClient(KubernetesClient) - 类 中的方法org.apache.dubbo.registry.kubernetes.KubernetesServiceDiscovery
已过时。
setLabels(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
setLayer(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setLayer(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setLazy(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setLazy(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setLevel(Level) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLoggerAdapter
 
setLevel(Level) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter
 
setLevel(Level) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter
 
setLevel(Level) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter
 
setLevel(Level) - 接口 中的方法org.apache.dubbo.common.logger.LoggerAdapter
Set the current logging level
setLevel(Level) - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
Set the current logging level
setLevel(Level) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
setListener(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setListener(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setListener(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setListener(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setLivenessProbe(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setLoadbalance(String) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setLoadBalance(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setLoadBalancer(LoadBalancerSettings) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
setLoadingStrategies(LoadingStrategy...) - 类 中的静态方法org.apache.dubbo.common.extension.ExtensionLoader
 
setLocal(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
Replace to setStub(Boolean)
setLocal(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
Replace to setStub(String)
setLocalAddress(String, int) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setLocalAddress(String, int) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set local address.
setLocalAddress(String, int) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
set local address.
setLocalAddress(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setLocalAddress(InetSocketAddress) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set local address.
setLocalAddress(InetSocketAddress) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
set local address.
setLocalMigrationRule(String) - 类 中的方法org.apache.dubbo.common.config.Environment
已过时。
setLogger(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setLogger(Logger) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
setLogger(Logger) - 类 中的方法org.apache.dubbo.rpc.filter.ExceptionFilter
 
setLoggerAdapter(String) - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
 
setLoggerAdapter(LoggerAdapter) - 类 中的静态方法org.apache.dubbo.common.logger.LoggerFactory
Set logger provider
setLogLevel(Level) - 类 中的方法org.apache.dubbo.common.utils.Log
 
setLogMessage(String) - 类 中的方法org.apache.dubbo.common.utils.Log
 
setLogName(String) - 类 中的方法org.apache.dubbo.common.utils.Log
 
setLogThread(String) - 类 中的方法org.apache.dubbo.common.utils.Log
 
setMatch(List<DubboMatchRequest>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
setMaxCapacity(int) - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
setMerger(String) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setMerger(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
SetMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
SetMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.SetMerger
 
setMessage(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setMeta(Set<RestMethodMetadata>) - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
setMetadata(Struct) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
setMetadata(Struct.Builder) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
setMetadata(Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setMetadata(Map<String, String>) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
setMetadata(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
setMetadataReportConfig(MetadataReportConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setMetadataServicePort(Integer) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setMetadataServiceURL(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
 
setMetadataServiceURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
setMetadataStorageType(ServiceInstance, String) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Set the metadata storage type in specified service instance
setMetadataType(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setMethod(String) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
setMethod(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setMethod(MethodDefinition) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setMethod(DubboMethodMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setMethodName(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setMethodName(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setMethodName(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setMethodName(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setMethodName(String) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setMethodName(String) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Set target method name.
setMethods(List<? extends MethodConfig>) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setMethods(List<? extends MethodConfig>) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setMethods(List<MethodDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
setMetrics(MetricsConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setMetrics(MetricsConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
setMigrationRule(MigrationRule) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
setMigrationRule(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setMigrationStep(MigrationStep) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationClusterInvoker
 
setMigrationStep(MigrationStep) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setMixinInstance(Object) - 接口 中的方法org.apache.dubbo.common.bytecode.Mixin.MixinAware
 
setMock(Object) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
已过时。
setMock(String) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setMock(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setMod(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
setModule(ModuleConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setModule(ModuleConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
setMonitor(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setMonitor(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setMonitor(String) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setMonitor(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
已过时。
setMonitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
已过时。
setMonitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setMonitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
setMonitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setMonitor(MonitorConfig) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
已过时。
setMonitorFactory(MonitorFactory) - 类 中的方法org.apache.dubbo.monitor.support.MonitorFilter
 
setName(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setName(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setName(String) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setName(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setName(String) - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
setName(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
setName(String) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
setName_match(StringMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setNamespace(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setNetworker(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setNetworker(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setNoempty(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setNum_value(ListDoubleMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setObjectAttachment(String, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
setObjectAttachment(String, Object) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
setObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setObjectAttachment(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
setObjectAttachment(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Result
 
setObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
 
setObjectAttachment(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setObjectAttachmentIfAbsent(String, Object) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
已过时。
 
setObjectAttachmentIfAbsent(String, Object) - 接口 中的方法org.apache.dubbo.rpc.Invocation
 
setObjectAttachmentIfAbsent(String, Object) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setObjectAttachments(Map<String, Object>) - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
setObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setObjectAttachments(Map<String, Object>) - 接口 中的方法org.apache.dubbo.rpc.Result
Replace the existing attachments with the specified param.
setObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set attachments
setObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.RpcContextAttachment
set attachments
setObjectAttachments(Map<String, Object>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setOnconnect(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setOnconnect(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setOnconnect(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setOndisconnect(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setOndisconnect(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setOndisconnect(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setOneof(List<DoubleMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
setOneof(List<StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
setOninvoke(Object) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setOninvokeInstance(Object) - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
setOninvokeMethod(Method) - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
setOninvokeMethod(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setOnreturn(Object) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setOnreturnInstance(Object) - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
setOnreturnMethod(Method) - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
setOnreturnMethod(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setOnthrow(Object) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setOnthrowInstance(Object) - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
setOnthrowMethod(Method) - 类 中的方法org.apache.dubbo.rpc.model.AsyncMethodInfo
 
setOnthrowMethod(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setOptimizer(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setOptions(String) - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
setOrder(int) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor
 
setOrder(int) - 类 中的方法org.apache.dubbo.config.spring.context.DubboConfigInitializationPostProcessor
 
setOrganization(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setOrganization(String) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setOriginRequest(Object) - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
setOverrideURL(ServiceConfigURL) - 类 中的方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
setOwner(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setOwner(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setOwner(String) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setOwner(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setParameters(List<TypeDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.definition.model.FullServiceDefinition
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setParameterTypes(Class<?>[]) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setParameterTypes(Class<?>[]) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
setParameterTypes(Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setParameterTypes(Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setParameterTypes(Class<?>[]) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setParameterTypes(String[]) - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
setParameterTypesDesc(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setParams(Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
setParams(Map<String, List<String>>) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
setParentPrefix(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setPassword(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setPassword(String) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setPassword(String) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setPassword(String) - 类 中的方法org.apache.dubbo.common.URL
 
setPassword(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setPassword(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setPassword(String) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setPassword(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setPassword(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setPath(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setPath(String) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setPath(String) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setPath(String) - 类 中的方法org.apache.dubbo.common.URL
 
setPath(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setPath(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
已过时。
setPath(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
已过时。
setPath(String) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
setPath(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
setPath(String) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
setPath(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setPayload(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setPayload(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setPort(int) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setPort(int) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setPort(int) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setPort(int) - 类 中的方法org.apache.dubbo.common.URL
 
setPort(int) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setPort(int) - 类 中的方法org.apache.dubbo.qos.server.Server
 
setPort(int) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setPort(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setPort(Integer) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setPort(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setPort(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
已过时。
setPort(Integer) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setPort(Integer) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance.Endpoint
 
setPort(String) - 类 中的方法org.apache.dubbo.config.MetricsConfig
 
setPort(List<Integer>) - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
setPortValue(int) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
setPreferred(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setPrefix(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setPrimitiveProperty(Object) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
setPriority(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
setPriority(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setPriority(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
setPrivateKey(PrivateKey) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
The X509 certificate to obtain the public key of the recipient.
setPrivateKey(PrivateKey) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
The private key.
setProduces(Set<String>) - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
setPrompt(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setPrompt(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setProperties(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.InmemoryConfiguration
set store
setProperties(Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
setProperties(Properties) - 类 中的静态方法org.apache.dubbo.common.utils.ConfigUtils
This method should be called before Dubbo starting.
setProperty(Object, Object) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
setPropertyValue(Object, String, Object) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
set property value.
setPropertyValues(Object, String[], Object[]) - 类 中的方法org.apache.dubbo.common.bytecode.Wrapper
set property value.
setProportion(Integer) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setProportion(Integer) - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
setProtocol(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setProtocol(String) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setProtocol(String) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setProtocol(String) - 类 中的方法org.apache.dubbo.common.URL
 
setProtocol(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.MetricsConfig
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
已过时。
setProtocol(String) - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setProtocol(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setProtocol(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
setProtocol(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
setProtocol(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance.Endpoint
 
setProtocol(ProtocolConfig) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setProtocol(Protocol) - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitorFactory
 
setProtocol(Protocol) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setProtocol(Protocol) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
setProtocol(Protocol) - 类 中的方法org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
 
setProtocolIds(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setProtocols(List<? extends ProtocolConfig>) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setProvidedBy(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setProvidedBy(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setProvider(ProviderConfig) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
setProviderAddresses(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setProviderIds(String) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
setProviderSide(String) - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
setProviderUrl(URL) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
setProxy(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setProxy(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setProxyFactory(ProxyFactory) - 类 中的方法org.apache.dubbo.monitor.dubbo.DubboMonitorFactory
 
setProxyFactory(ProxyFactory) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
setProxyFactory(ProxyFactory) - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
 
setProxyObject(Object) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
setPublishInstance(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setPublishInstance(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setPublishInterface(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setPublishInterface(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setQosAcceptForeignIp(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosAcceptForeignIpCompatible(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosEnable(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosEnableCompatible(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosHost(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosHostCompatible(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosPort(Integer) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQosPortCompatible(Integer) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setQueues(Integer) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setQueues(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setQueues(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setRange(DoubleRangeMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
setRawAddress(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setRawRule(String) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
setRawRule(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setReadinessProbe(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setReconnect(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setReconnect(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setRef(int, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Sets an object reference.
setRef(int, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Adds a list/map reference.
setRef(int, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Adds a list/map reference.
setRef(T) - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
setReferAsync(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setRegex(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setRegister(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setRegister(Boolean) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setRegister(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setRegisterConsumer(Boolean) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setRegistered(boolean) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
setRegisteredConsumerUrl(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setRegisteredConsumerUrl(URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
setRegistries(List<? extends RegistryConfig>) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setRegistries(List<? extends RegistryConfig>) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setRegistries(List<? extends RegistryConfig>) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setRegistries(List<? extends RegistryConfig>) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setRegistry(String) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setRegistry(String[]) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setRegistry(RegistryConfig) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setRegistry(Registry) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setRegistryCluster(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setRegistryCluster(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
setRegistryFactory(RegistryFactory) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
setRegistryIds(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setRegistryIds(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setRegistryUrl(URL) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
 
setReliable(Boolean) - 类 中的方法org.apache.dubbo.config.MethodConfig
已过时。
setRemote(Channel) - 类 中的方法org.apache.dubbo.qos.command.CommandContext
 
setRemoteAddress(String, int) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setRemoteAddress(String, int) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set remote address.
setRemoteAddress(String, int) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
set remote address.
setRemoteAddress(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setRemoteAddress(InetSocketAddress) - 类 中的方法org.apache.dubbo.rpc.RpcContext
set remote address.
setRemoteAddress(InetSocketAddress) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
set remote address.
setRemoteApplicationName(String) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setRemoteApplicationName(String) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setRemoteResolver(HessianRemoteResolver) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Sets the resolver used to lookup remote objects.
setRemotingServers(RemotingServer) - 接口 中的方法org.apache.dubbo.rpc.ProtocolServer
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
setRepository(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setRequest(Object) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setRequest(Object) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setRequest(Object) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setRequest(RequestMetadata) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setResourceLoader(ResourceLoader) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor
 
setResponse(Object) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setResponse(Object) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setResponse(Object) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setResponseFuture(CompletableFuture<AppResponse>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
setResult(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setRetries(Integer) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setRetries(Integer) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setRetry(Boolean) - 类 中的方法org.apache.dubbo.config.MethodConfig
已过时。
setRetryPeriod(Integer) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setRetryTimes(Integer) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setReturn(Boolean) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setReturnType(Class<?>) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setReturnType(String) - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
setReturnTypes(Type[]) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setRevision(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
setRevision(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
setRevision(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
setRoute(List<DubboRouteDestination>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
setRouteConfigNames(Set<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
setRoutedetail(List<DubboRouteDetail>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
setRouter(String) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setRouterChain(RouterChain<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
setRouterFactory(RouterFactory) - 类 中的方法org.apache.dubbo.rpc.cluster.router.file.FileRouterFactory
 
setRpcContext(URL) - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
setRpcContext(URL) - 类 中的静态方法org.apache.dubbo.rpc.RpcServiceContext
 
setRuntime(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setScope(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setScope(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setScope(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setScope(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setSecretKey(String) - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
setSecureRandom(SecureRandom) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
The random number generator for the shared secrets.
setSecureRandom(SecureRandom) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
The random number generator for the shared secrets.
setSendCollectionType(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.SerializerFactory
Set true if the collection serializer should send the java type.
setSendJavaType(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionSerializer
Set true if the java type of the collection should be sent.
setSendJavaType(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.MapSerializer
Set true if the java type of the collection should be sent.
setSent(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setSent(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setSerialization(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setSerialization(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setSerializerFactory(SerializerFactory) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInputFactory
 
setSerializeType(String) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
hessian4 json
setSerializeType(String) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string serializeType = 1;
setSerializeTypeBytes(ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
hessian4 json
setSerializeTypeBytes(ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string serializeType = 1;
setServer(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setServer(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setServer(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setServer(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setServer(ExchangeServer) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
setServer(RemotingServer) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
setServerKeyCertChainPath(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setServerKeyCertChainPathStream(InputStream) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setServerKeyPassword(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setServerPrivateKeyPath(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setServerPrivateKeyPathStream(InputStream) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setServerTrustCertCollectionPath(String) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setServerTrustCertCollectionPathStream(InputStream) - 类 中的方法org.apache.dubbo.config.SslConfig
 
setService(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setService(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setServiceDescriptor(ServiceDescriptor) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
setServiceDiscoveryInvoker(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setServiceId(String) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setServiceInterface(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setServiceInterface(String) - 类 中的方法org.apache.dubbo.common.URL
 
setServiceInterface(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
setServiceInterface(String) - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
setServiceInterface(String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
setServiceInterfaceName(String) - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
setServiceKey(String) - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
setServiceKey(String) - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
setServiceKey(String) - 类 中的方法org.apache.dubbo.rpc.model.ConsumerModel
 
setServiceKey(String) - 类 中的方法org.apache.dubbo.rpc.model.ProviderModel
 
setServiceMetadata(MetadataInfo) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setServiceName(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setServiceName(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setServiceName(String) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Add service name.
setServices(String) - 类 中的方法org.apache.dubbo.config.ReferenceConfig
Set the service names that the Dubbo interface subscribed.
setServices(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setServices(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setServices(List<StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
setServices(Map<String, MetadataInfo.ServiceInfo>) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
setServiceType(Class<?>) - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
setSession(Integer) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setShareconnections(Integer) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setShutwait(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setSide(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
setSide(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setSimple(SimpleLB) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
setSimplified(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setSource(BeanMetadataElement) - 接口 中的方法org.apache.dubbo.config.spring.beans.factory.config.ConfigurableSourceBeanMetadataElement
Set the source into the specified BeanMetadataElement
setSourceLabels(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setSpec(DestinationRuleSpec) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
setSpec(VirtualServiceSpec) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
setSsl(SslConfig) - 类 中的方法org.apache.dubbo.config.context.ConfigManager
 
setSslEnabled(Boolean) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setStart(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
setStartupProbe(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setStat(Integer) - 类 中的方法org.apache.dubbo.config.MethodConfig
已过时。
setStat(Object) - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigItem
 
setStatus(byte) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setStatus(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setStatus(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setStep(MigrationStep) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setStep(MigrationStep) - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
setSticky(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractReferenceConfig
 
setSticky(Boolean) - 类 中的方法org.apache.dubbo.config.MethodConfig
 
setSticky(Boolean) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setStr_value(ListStringMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setStub(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setStub(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setStub(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setSubscribe(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setSubscribeUrl(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setSubset(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setSubsets(List<Subset>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
setSuperClass(Class<?>) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
setSuperClass(String) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
setSuperClassName(String) - 类 中的方法org.apache.dubbo.common.compiler.support.CtClassBuilder
 
setSyncReport(Boolean) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setTag(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setTag(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setTags(List<Tag>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
setTakeoverMode(BootstrapTakeoverMode) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
setTarget(Object) - 类 中的方法org.apache.dubbo.rpc.model.ServiceMetadata
 
setTargetServiceUniqueName(String) - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
setTelnet(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setTelnet(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
SETTER_METHOD_DESC_PATTERN - 类 中的静态变量org.apache.dubbo.common.utils.ReflectUtils
 
setThreadLocalMap(InternalThreadLocalMap) - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThread
Sets the internal data structure that keeps the threadLocal variables bound to this thread.
setThreadname(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setThreadname(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setThreadName(URL, String) - 类 中的静态方法org.apache.dubbo.common.utils.ExecutorUtil
append thread name with url address
setThreadpool(String) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setThreadpool(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setThreadpool(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setThreads(Integer) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setThreads(Integer) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setThreads(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setThreshold(Float) - 类 中的方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
setThreshold(Float) - 类 中的方法org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
setThreshold(DoubleMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setTimeout(Integer) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setTimeout(Integer) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setTimeout(Integer) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setTimeout(Integer) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setTimeout(Integer) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setTimeout(Long) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setTimestamp(long) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setTimestamp(long) - 类 中的方法org.apache.dubbo.common.url.component.URLParam
 
setTimeToLive(int) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
setTimeToLive(long) - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
update time to live
setToken(Boolean) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setToken(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setTrafficPolicy(TrafficPolicy) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
setTransport(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
已过时。 
setTransporter(String) - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
setTransporter(String) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setTransporter(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setTwoWay(boolean) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setType(int) - 类 中的方法org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
setType(String) - 类 中的方法org.apache.dubbo.config.ArgumentConfig
 
setType(String) - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
setType(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setType(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setType(String) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string type = 3;
setTypeBytes(ByteString) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
string type = 3;
setTypes(Class[]) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Set invocation's method's input parameter's types
setTypes(List<TypeDefinition>) - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
setUnknownFields(UnknownFieldSet) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper.Builder
 
setUnknownFields(UnknownFieldSet) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper.Builder
 
setUrl(URL) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setUrl(String) - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
setUrl(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setUrl(URL) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setUrl(URL) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
setUrl(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
setUrl(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
setUrl(URL) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setUrl(URL) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setURL(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianRemote
Sets the remote URL.
setUrlIndex(Integer) - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
setUrlMergeProcessor(String) - 类 中的方法org.apache.dubbo.config.ConsumerConfig
 
setUrls(List<URL>) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
已过时。
 
setUrls(List<URL>) - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
setUrls(List<URL>) - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
setUseAsConfigCenter(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setUseAsMetadataCenter(Boolean) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setUsername(String) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
setUsername(String) - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
setUsername(String) - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
setUsername(String) - 类 中的方法org.apache.dubbo.common.URL
 
setUsername(String) - 类 中的方法org.apache.dubbo.common.URLBuilder
 
setUsername(String) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
setUsername(String) - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
setUsername(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setUsername(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setValid(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setValidation(String) - 类 中的方法org.apache.dubbo.config.AbstractMethodConfig
 
setValidation(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setValidation(Validation) - 类 中的方法org.apache.dubbo.validation.filter.ValidationFilter
Sets the validation instance for ValidationFilter
setValidityDuration(long) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest.Builder
Optional: requested certificate validity period, in seconds.
setValue(Object) - 类 中的方法com.alibaba.dubbo.rpc.Result.AbstractResult
已过时。
 
setValue(Object) - 类 中的方法com.alibaba.dubbo.rpc.Result.CompatibleResult
已过时。
 
setValue(Object) - 接口 中的方法com.alibaba.dubbo.rpc.Result
已过时。
 
setValue(Object) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
setValue(Object) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
CompletableFuture can only be completed once, so try to update the result of one completed CompletableFuture will has no effect.
setValue(Object) - 接口 中的方法org.apache.dubbo.rpc.Result
 
setValue(String) - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap.Node
 
setValue(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setVersion(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Sets the client's version.
setVersion(String) - 类 中的方法org.apache.dubbo.common.BaseServiceMetadata
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.ApplicationConfig
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.ModuleConfig
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.MonitorConfig
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setVersion(String) - 类 中的方法org.apache.dubbo.config.spring.reference.ReferenceBeanBuilder
 
setVersion(String) - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
setVersion(String) - 类 中的方法org.apache.dubbo.metadata.report.identifier.MetadataIdentifier
 
setVersion(String) - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
setVersion(String) - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
setVersion(String) - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
setVersion(String) - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
setVersion(String) - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
setVersion(String) - 类 中的方法org.apache.dubbo.rpc.support.AccessLogData
Add version information.
setVirtualServiceRuleList(List<VirtualServiceRule>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
setWait(Integer) - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
setWait(Integer) - 类 中的方法org.apache.dubbo.config.RegistryConfig
已过时。 
setWaitingFuture(CompletableFuture<?>) - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
setWarmup(Integer) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setWeight(int) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
setWeight(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
setWeight(Integer) - 类 中的方法org.apache.dubbo.config.AbstractServiceConfig
 
setWeight(Integer) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setWelcome(String) - 类 中的方法org.apache.dubbo.qos.server.Server
welcome message
setWhitelist(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassFactory
 
setZone(String) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
setZookeeperTransporter(ZookeeperTransporter) - 类 中的方法org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfigurationFactory
 
setZookeeperTransporter(ZookeeperTransporter) - 类 中的方法org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportFactory
 
setZookeeperTransporter(ZookeeperTransporter) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
Invisible injection of zookeeper client via IOC/SPI
SHARE_CONNECTIONS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.dubbo.Constants
 
shareConnections(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
SHORT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
SHORT - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
SHORT_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
SHORT_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
short2bytes(short) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
short2bytes(short, byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
short2bytes(short, byte[], int) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
to byte array.
ShortArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ShortArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ShortArrayMerger
 
SHORTEST_RESPONSE - 接口 中的静态变量org.apache.dubbo.common.constants.LoadbalanceRules
Filter the number of invokers with the shortest response time of success calls and count the weights and quantities of these invokers.
ShortestResponseLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
ShortestResponseLoadBalance
ShortestResponseLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.ShortestResponseLoadBalance
 
shortValue() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
shouldCheck() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
shouldDelay() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
shouldExport() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
shouldExportAsync() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
shouldInit() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
shouldKeepWatching() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
shouldMigrate(ClusterInvoker<T>, ClusterInvoker<T>, MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
shouldMigrate(ClusterInvoker<T>, ClusterInvoker<T>, MigrationRule) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationAddressComparator
 
shouldReferAsync() - 类 中的方法org.apache.dubbo.config.ReferenceConfigBase
 
shouldRePool() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
shouldRePool() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
shouldRePool() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
shutdown() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
The following methods are still not supported
shutdown() - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
shutdown() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
SHUTDOWN_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
SHUTDOWN_WAIT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
SHUTDOWN_WAIT_SECONDS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
已过时。
shutdownExportReferExecutor() - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
shutdownExportReferExecutor() - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
The executor only used in bootstrap currently, we should call this method to release the resource after the async export-refer is done.
ShutdownHookCallback - org.apache.dubbo.common.lang中的接口
Dubbo ShutdownHook callback interface
ShutdownHookCallbacks - org.apache.dubbo.common.lang中的类
The compose ShutdownHookCallback class to manipulate one and more ShutdownHookCallback instances
shutdownNow() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
shutdownNow() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
 
shutdownNow(Executor, int) - 类 中的静态方法org.apache.dubbo.common.utils.ExecutorUtil
 
ShutdownTelnetHandler - org.apache.dubbo.qos.legacy中的类
ShutdownTelnetHandler
ShutdownTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.ShutdownTelnetHandler
 
shutwait(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
SIDE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
sign(byte[], String) - 类 中的静态方法org.apache.dubbo.auth.utils.SignatureUtils
 
sign(Object[], String, String) - 类 中的静态方法org.apache.dubbo.auth.utils.SignatureUtils
 
sign(String, String) - 类 中的静态方法org.apache.dubbo.auth.utils.SignatureUtils
 
sign(Invocation, URL) - 类 中的方法org.apache.dubbo.auth.AccessKeyAuthenticator
 
sign(Invocation, URL) - 接口 中的方法org.apache.dubbo.auth.spi.Authenticator
give a sign to request
signalContextSwitch() - 接口 中的方法org.apache.dubbo.rpc.AsyncContext
Signal RpcContext switch.
signalContextSwitch() - 类 中的方法org.apache.dubbo.rpc.AsyncContextImpl
 
SIGNATURE_STRING_FORMAT - 接口 中的静态变量org.apache.dubbo.auth.Constants
 
SignatureUtils - org.apache.dubbo.auth.utils中的类
 
SignatureUtils() - 类 的构造器org.apache.dubbo.auth.utils.SignatureUtils
 
SIMPLE_TYPES - 类 中的静态变量org.apache.dubbo.common.utils.ClassUtils
simpleClassName(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
simpleClassName(Class<?>) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
 
SimpleDataStore - org.apache.dubbo.common.store.support中的类
 
SimpleDataStore() - 类 的构造器org.apache.dubbo.common.store.support.SimpleDataStore
 
SimpleLB - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance中的枚举
 
simplified(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
SIMPLIFIED_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
simple the registry for provider.
Single() - 类 的构造器org.apache.dubbo.config.spring.context.annotation.DubboConfigConfiguration.Single
 
SingleProtobufSerialization - org.apache.dubbo.rpc.protocol.tri中的类
 
SingleProtobufSerialization() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.SingleProtobufSerialization
 
SingleProtobufSerialization.SingleMessageMarshaller<T extends com.google.protobuf.MessageLite> - org.apache.dubbo.rpc.protocol.tri中的类
 
SingleProtocolConnectionManager - org.apache.dubbo.remoting.api中的类
 
SingleProtocolConnectionManager() - 类 的构造器org.apache.dubbo.remoting.api.SingleProtocolConnectionManager
 
size() - 类 中的方法com.alibaba.com.caucho.hessian.util.IdentityIntMap
Returns the current number of entries in the map.
size() - 类 中的方法com.alibaba.com.caucho.hessian.util.IntMap
Returns the current number of entries in the map.
size() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
size() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
size() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
size() - 类 中的静态方法org.apache.dubbo.common.threadlocal.InternalThreadLocal
Returns the number of thread local variables bound to the current thread.
size() - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
size() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
size() - 类 中的方法org.apache.dubbo.common.utils.ConcurrentHashSet
Returns the number of elements in this set (its cardinality).
size() - 类 中的方法org.apache.dubbo.common.utils.LRUCache
 
size() - 类 中的方法org.apache.dubbo.common.utils.Stack
get stack size.
size() - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
 
size() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
size(Collection<?>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
Get the size of the specified Collection
SIZE - 类 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Output
 
skip(long) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
skip(long) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringReader
 
skip(long) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
SKIP_SOME_INPUT - org.apache.dubbo.remoting.Codec2.DecodeResult
 
skipBytes(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
skipBytes(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
skipBytes(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
SkipFailbackWrapperException - org.apache.dubbo.registry.support中的异常错误
Wrapper Exception, it is used to indicate that FailbackRegistry skips Failback.
SkipFailbackWrapperException(Throwable) - 异常错误 的构造器org.apache.dubbo.registry.support.SkipFailbackWrapperException
 
skipOptionalCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
For backward compatibility with HessianSkeleton
skipOptionalCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
For backward compatibility with HessianSkeleton
skipUnusedStream(InputStream) - 类 中的静态方法org.apache.dubbo.common.io.StreamUtils
 
SLASH - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
SLASH_CHAR - 类 中的静态变量org.apache.dubbo.common.utils.StringUtils
 
Slf4jLogger - org.apache.dubbo.common.logger.slf4j中的类
 
Slf4jLogger(Logger) - 类 的构造器org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
Slf4jLoggerAdapter - org.apache.dubbo.common.logger.slf4j中的类
 
Slf4jLoggerAdapter() - 类 的构造器org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
 
snakeToSplitName(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Convert snake_case or SNAKE_CASE to kebab-case.
socketChannelClass() - 类 中的静态方法org.apache.dubbo.remoting.api.NettyEventLoopFactory
 
socketChannelClass() - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.NettyEventLoopFactory
 
sort() - 注释类型 中的方法org.apache.dubbo.qos.command.annotation.Cmd
Command order in help
sort(List<T>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
sortSimpleName(List<String>) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
SPI - org.apache.dubbo.common.extension中的注释类型
Marker for extension interface
SpiExtensionFactory - org.apache.dubbo.common.extension.factory中的类
SpiExtensionFactory
SpiExtensionFactory() - 类 的构造器org.apache.dubbo.common.extension.factory.SpiExtensionFactory
 
split(String, char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
split.
split(List<String>, String) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
splitAll(Map<String, List<String>>, String) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
spliterator() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.DefaultMetadata
 
splitToList(String, char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Splits String around matches of the given character.
splitToSet(String, char) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Split the specified value to be a Set
splitToSet(String, char, boolean) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Split the specified value to be a Set
SPRING - org.apache.dubbo.config.bootstrap.BootstrapTakeoverMode
 
SPRING_CONFIG - 类 中的静态变量org.apache.dubbo.container.spring.SpringContainer
 
SpringCloudMetadataServiceURLBuilder - org.apache.dubbo.registry.client.metadata中的类
Supporting interaction with Dubbo Spring Cloud at https://github.com/alibaba/spring-cloud-alibaba Dubbo Spring Cloud is a Dubbo extension that favours a per instance registry model and exposes metadata service.
SpringCloudMetadataServiceURLBuilder() - 类 的构造器org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
SpringContainer - org.apache.dubbo.container.spring中的类
SpringContainer.
SpringContainer() - 类 的构造器org.apache.dubbo.container.spring.SpringContainer
 
SpringExtensionFactory - org.apache.dubbo.config.spring.extension中的类
SpringExtensionFactory
SpringExtensionFactory() - 类 的构造器org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
SpringMvcServiceRestMetadataResolver - org.apache.dubbo.metadata.rest.springmvc中的类
SpringMvcServiceRestMetadataResolver() - 类 的构造器org.apache.dubbo.metadata.rest.springmvc.SpringMvcServiceRestMetadataResolver
 
SpringStatusChecker - org.apache.dubbo.config.spring.status中的类
SpringStatusChecker
SpringStatusChecker() - 类 的构造器org.apache.dubbo.config.spring.status.SpringStatusChecker
 
SqlDateDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a string valued object
SqlDateDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.SqlDateDeserializer
 
SqlDateSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a sql date object.
SqlDateSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.SqlDateSerializer
 
ssl(SslConfig) - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
SSL_ENABLED_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
sslClientHandler(URL, NettyClientHandler) - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer
 
SslClientTlsHandler(URL, NettyClientHandler) - 类 的构造器org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.SslClientTlsHandler
 
SslConfig - org.apache.dubbo.config中的类
 
SslConfig() - 类 的构造器org.apache.dubbo.config.SslConfig
 
SslContexts - org.apache.dubbo.remoting.transport.netty4中的类
 
SslContexts() - 类 的构造器org.apache.dubbo.remoting.transport.netty4.SslContexts
 
SslHandlerInitializer - org.apache.dubbo.remoting.transport.netty4中的类
Handshake, SSl and Protocol
SslHandlerInitializer() - 类 的构造器org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer
 
SslHandlerInitializer.HandshakeCompletionEvent - org.apache.dubbo.remoting.transport.netty4中的类
 
SslHandlerInitializer.SslClientTlsHandler - org.apache.dubbo.remoting.transport.netty4中的类
 
SslHandlerInitializer.SslServerTlsHandler - org.apache.dubbo.remoting.transport.netty4中的类
 
sslServerHandler(URL, NettyServerHandler) - 类 中的静态方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer
 
Stack<E> - org.apache.dubbo.common.utils中的类
Stack.
Stack() - 类 的构造器org.apache.dubbo.common.utils.Stack
 
StackTraceElementDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a JDK 1.4 StackTraceElement
StackTraceElementDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.StackTraceElementDeserializer
 
stackTraceField - 类 中的静态变量org.apache.dubbo.rpc.proxy.InvokerInvocationHandler
 
StandardMetadataServiceURLBuilder - org.apache.dubbo.registry.client.metadata中的类
Standard Dubbo provider enabling introspection service discovery mode.
StandardMetadataServiceURLBuilder() - 类 的构造器org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
 
start() - 接口 中的方法org.apache.dubbo.common.context.Lifecycle
Start the component
start() - 类 中的方法org.apache.dubbo.common.context.LifecycleAdapter
 
start() - 类 中的方法org.apache.dubbo.common.timer.HashedWheelTimer
Starts the background thread explicitly.
start() - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
start() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
Start the bootstrap
start() - 类 中的方法org.apache.dubbo.config.spring.extension.SpringExtensionFactory
 
start() - 类 中的方法org.apache.dubbo.container.spring.SpringContainer
 
start() - 类 中的方法org.apache.dubbo.qos.server.Server
start server, bind port
start() - 接口 中的方法org.apache.dubbo.rpc.AsyncContext
change the context state to start
start() - 类 中的方法org.apache.dubbo.rpc.AsyncContextImpl
 
start() - 类 中的方法org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
 
start(URL) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
start(URL) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocolServer
 
START - 类 中的静态变量org.apache.dubbo.common.json.JSON
已过时。
 
startAsync() - 类 中的静态方法org.apache.dubbo.rpc.RpcContext
 
startAsync() - 类 中的静态方法org.apache.dubbo.rpc.RpcServiceContext
 
startCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Starts reading the call, including the headers.
startCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Starts the method call:
startCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Starts reading the call, including the headers.
startCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the call tag.
startCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Starts reading the call, including the headers.
startCall() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes the call tag.
startCall(String, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Starts the method call:
startCall(String, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Starts the method call.
startCall(String, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Starts the method call.
startClose() - 接口 中的方法org.apache.dubbo.remoting.Endpoint
 
startClose() - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
startClose() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
startClose() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
startClose() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
 
startClose() - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
 
startClose() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
 
startClose() - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
 
startEnvelope(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Starts an envelope.
startExpiring() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
start expiring Thread
startExpiryIfNotStarted() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
start thread
startMessage() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Starts reading the message
startMessage() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Starts a packet
startReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianInput
Starts reading the reply
startReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
startReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Input
Starts reading the reply
startReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Starts the reply
startReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianInput
Starts reading the reply
startReply() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Starts the reply
startStreamingPacket() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Starts a streaming packet
startsWithIgnoreCase(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Test str whether starts with the prefix ignore case.
startTop2() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugInputStream
 
startTop2() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
 
startTop2() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugState
 
Startup - org.apache.dubbo.qos.command.impl中的类
 
Startup() - 类 的构造器org.apache.dubbo.qos.command.impl.Startup
 
startupProbe(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
StartupProbe - org.apache.dubbo.qos.probe中的接口
A probe to indicate whether program is startup
stat(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
STATE_ROUTER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The key for state router
stateChanged(int) - 接口 中的方法org.apache.dubbo.remoting.zookeeper.StateListener
 
StateListener - org.apache.dubbo.remoting.zookeeper中的接口
 
StateRouter - org.apache.dubbo.rpc.cluster.router.state中的接口
State Router.
StateRouterFactory - org.apache.dubbo.rpc.cluster.router.state中的接口
 
StaticDirectory<T> - org.apache.dubbo.rpc.cluster.directory中的类
StaticDirectory
StaticDirectory(List<Invoker<T>>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
StaticDirectory(List<Invoker<T>>, RouterChain<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
StaticDirectory(URL, List<Invoker<T>>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
StaticDirectory(URL, List<Invoker<T>>, RouterChain<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
Statistics - org.apache.dubbo.monitor.dubbo中的类
Statistics.
Statistics(URL) - 类 的构造器org.apache.dubbo.monitor.dubbo.Statistics
 
status(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
status(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
Status - com.alibaba.dubbo.common.status中的类
已过时。
Status - org.apache.dubbo.common.status中的类
Status
Status(Status.Level) - 类 的构造器com.alibaba.dubbo.common.status.Status
已过时。
 
Status(Status.Level) - 类 的构造器org.apache.dubbo.common.status.Status
 
Status(Status.Level, String) - 类 的构造器com.alibaba.dubbo.common.status.Status
已过时。
 
Status(Status.Level, String) - 类 的构造器org.apache.dubbo.common.status.Status
 
Status(Status.Level, String, String) - 类 的构造器com.alibaba.dubbo.common.status.Status
已过时。
 
Status(Status.Level, String, String) - 类 的构造器org.apache.dubbo.common.status.Status
 
STATUS_KEY - 接口 中的静态变量org.apache.dubbo.config.Constants
 
STATUS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
Status.Level - org.apache.dubbo.common.status中的枚举
Level
StatusChecker - com.alibaba.dubbo.common.status中的接口
已过时。
StatusChecker - org.apache.dubbo.common.status中的接口
StatusChecker
StatusTelnetHandler - org.apache.dubbo.remoting.telnet.support.command中的类
StatusTelnetHandler
StatusTelnetHandler() - 类 的构造器org.apache.dubbo.remoting.telnet.support.command.StatusTelnetHandler
 
StatusUtils - org.apache.dubbo.common.status.support中的类
StatusManager
StatusUtils() - 类 的构造器org.apache.dubbo.common.status.support.StatusUtils
 
sticky() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
sticky() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Whether to stick to the same node in the cluster, the default value is false
sticky() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
sticky() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Whether to stick to the same node in the cluster, the default value is false
sticky(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
sticky(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MethodBuilder
 
STICKY - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
stop() - 类 中的方法org.apache.dubbo.common.timer.HashedWheelTimer
 
stop() - 接口 中的方法org.apache.dubbo.common.timer.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
stop() - 类 中的静态方法org.apache.dubbo.common.utils.LogUtil
 
stop() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
stop() - 类 中的方法org.apache.dubbo.container.spring.SpringContainer
 
stop() - 类 中的方法org.apache.dubbo.qos.server.Server
close server
stop() - 接口 中的方法org.apache.dubbo.rpc.AsyncContext
change the context state to stop
stop() - 类 中的方法org.apache.dubbo.rpc.AsyncContextImpl
 
stop() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
stop() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
stop() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
 
stopAsync() - 类 中的方法org.apache.dubbo.rpc.RpcContext
 
stopAsync() - 类 中的方法org.apache.dubbo.rpc.RpcServiceContext
 
stopExpiring() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
stop thread
stopWatching() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
storeConsumerMetadata(MetadataIdentifier, Map<String, String>) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
deprecated or need triage
storeConsumerMetadata(MetadataIdentifier, Map<String, String>) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
storeProviderMetadata(MetadataIdentifier, ServiceDefinition) - 接口 中的方法org.apache.dubbo.metadata.report.MetadataReport
Service Definition -- START
storeProviderMetadata(MetadataIdentifier, ServiceDefinition) - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
STR1 - 类 中的静态变量org.apache.dubbo.common.json.Yylex
已过时。
 
STR2 - 类 中的静态变量org.apache.dubbo.common.json.Yylex
已过时。
lexical states
stream(URL) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
stream(URL) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
Stream - org.apache.dubbo.rpc.protocol.tri中的接口
 
STREAM_UNWRAP - org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
 
STREAM_WRAP - org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
 
Stream.OperationHandler - org.apache.dubbo.rpc.protocol.tri中的接口
 
Stream.OperationResult - org.apache.dubbo.rpc.protocol.tri中的枚举
 
StreamObserver<T> - org.apache.dubbo.common.stream中的接口
 
Streams - org.apache.dubbo.common.function中的接口
The utilities class for Stream
StreamUtils - org.apache.dubbo.common.io中的类
Stream utils.
STRICT - org.apache.dubbo.config.context.ConfigMode
Strict mode: accept only one config for unique config type, throw exceptions if found more than one configs for an unique config type.
STRING - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
STRING - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
STRING - 类 中的静态变量org.apache.dubbo.common.json.JSONToken
已过时。
 
STRING_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
STRING_ARRAY - 类 中的静态变量com.alibaba.com.caucho.hessian.io.BasicSerializer
 
STRING_DIRECT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
STRING_SHORT_MAX - 接口 中的静态变量com.alibaba.com.caucho.hessian.io.Hessian2Constants
 
StringConstantFieldValuePredicate - org.apache.dubbo.common.utils中的类
The constant field value Predicate for the specified Class
StringConstantFieldValuePredicate(Class<?>) - 类 的构造器org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
 
StringConverter<T> - org.apache.dubbo.common.convert中的接口
A class to covert String to the target-typed value
StringMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
StringMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
StringToArrayConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to array-type object
StringToArrayConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToArrayConverter
 
StringToBlockingDequeConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to BlockingDeque-based value
StringToBlockingDequeConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToBlockingDequeConverter
 
StringToBlockingQueueConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to BlockingDeque-based value
StringToBlockingQueueConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToBlockingQueueConverter
 
StringToBooleanConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Boolean
StringToBooleanConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToBooleanConverter
 
StringToCharacterConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Character
StringToCharacterConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToCharacterConverter
 
StringToCharArrayConverter - org.apache.dubbo.common.convert中的类
The class to convert String to char[]
StringToCharArrayConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToCharArrayConverter
 
StringToCollectionConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to Collection-based value
StringToCollectionConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToCollectionConverter
 
StringToDequeConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to Deque-based value
StringToDequeConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToDequeConverter
 
StringToDoubleConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Double
StringToDoubleConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToDoubleConverter
 
StringToFloatConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Float
StringToFloatConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToFloatConverter
 
StringToIntegerConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Integer
StringToIntegerConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToIntegerConverter
 
StringToIterableConverter<T extends Iterable> - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to Iterable-based value
StringToIterableConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToIterableConverter
 
StringToListConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to List-based value
StringToListConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToListConverter
 
StringToLongConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Long
StringToLongConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToLongConverter
 
StringToMultiValueConverter - org.apache.dubbo.common.convert.multiple中的接口
The class to convert String to multiple value object
StringToNavigableSetConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to SortedSet-based value
StringToNavigableSetConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToNavigableSetConverter
 
StringToOptionalConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Optional
StringToOptionalConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToOptionalConverter
 
StringToQueueConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to Deque-based value
StringToQueueConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToQueueConverter
 
StringToSetConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to Set-based value
StringToSetConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToSetConverter
 
StringToShortConverter - org.apache.dubbo.common.convert中的类
The class to convert String to Short
StringToShortConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToShortConverter
 
StringToSortedSetConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to SortedSet-based value
StringToSortedSetConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToSortedSetConverter
 
StringToStringConverter - org.apache.dubbo.common.convert中的类
A class to covert String to String value, just no-op
StringToStringConverter() - 类 的构造器org.apache.dubbo.common.convert.StringToStringConverter
 
StringToTransferQueueConverter - org.apache.dubbo.common.convert.multiple中的类
The class to convert String to TransferQueue-based value
StringToTransferQueueConverter() - 类 的构造器org.apache.dubbo.common.convert.multiple.StringToTransferQueueConverter
 
StringUtils - org.apache.dubbo.common.utils中的类
StringUtils
StringValueDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a string valued object
StringValueDeserializer(Class) - 类 的构造器com.alibaba.com.caucho.hessian.io.StringValueDeserializer
 
StringValueSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing a remote object.
StringValueSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.StringValueSerializer
 
stripEnd(String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Strips any of a set of characters from the end of a String.
stub() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
stub() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
stub() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service stub name, use interface name + Local if not set
stub() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service stub name, use interface name + Local if not set
stub() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service stub name, use interface name + Local if not set
stub() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service stub name, use interface name + Local if not set
stub(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
stub(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
STUB - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
STUB_EVENT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
STUB_EVENT_METHODS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
STUB_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
stubevent() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
stubevent() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Export an stub service for event dispatch, default value is false.
stubevent() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Export an stub service for event dispatch, default value is false.
STUBEVENT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
StubProxyFactoryWrapper - org.apache.dubbo.rpc.proxy.wrapper中的类
StubProxyFactoryWrapper
StubProxyFactoryWrapper(ProxyFactory) - 类 的构造器org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
 
subList(int, int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
SubMigrationRule - org.apache.dubbo.registry.client.migration.model中的类
 
SubMigrationRule() - 类 的构造器org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
SubMigrationRule(String, MigrationStep, Float, Integer) - 类 的构造器org.apache.dubbo.registry.client.migration.model.SubMigrationRule
 
submit(ScheduledExecutorService, Supplier<T>) - 类 中的静态方法org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
 
subscribe(URL, NotifyListener) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
subscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
subscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
subscribe(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
subscribe(String, EventListener) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
subscribe(String, String, EventListener) - 类 中的方法org.apache.dubbo.registry.nacos.NacosNamingServiceWrapper
 
subscribe(StreamObserver<Object>) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
subscribe(StreamObserver<Object>) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Stream
 
subscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
subscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
subscribe(URL, NotifyListener) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
subscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
subscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
subscribe(URL, NotifyListener) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Subscribe to eligible registered data and automatically push when the registered data is changed.
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
subscribe(TransportObserver) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.AbstractStream
 
subscribe(TransportObserver) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.Stream
 
SUBSCRIBE - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
SUBSCRIBE_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
subscribeAppRule(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
SUBSCRIBED_SERVICE_NAMES_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
The parameter key of the subscribed service names for Service-Oriented Registry
SubscribedURLsSynthesizer - org.apache.dubbo.registry.client.metadata中的接口
The interface to synthesize the subscribed URLs
SubscriberMetadataIdentifier - org.apache.dubbo.metadata.report.identifier中的类
2019-08-12
SubscriberMetadataIdentifier() - 类 的构造器org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
SubscriberMetadataIdentifier(String, String) - 类 的构造器org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
SubscriberMetadataIdentifier(URL) - 类 的构造器org.apache.dubbo.metadata.report.identifier.SubscriberMetadataIdentifier
 
subscribeURL(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
Subscribes a URL
subscribeURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
Subset - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
Subset() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
SUCCESS - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
summary() - 注释类型 中的方法org.apache.dubbo.qos.command.annotation.Cmd
Command description
summary() - 注释类型 中的方法org.apache.dubbo.remoting.telnet.support.Help
 
supportContentType(String) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
must starts from application/grpc
supports(Class<?>) - 类 中的方法org.apache.dubbo.metadata.rest.AbstractServiceRestMetadataResolver
 
supports(Class<?>) - 接口 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadataResolver
Support to resolve REST metadata or not
supports(String) - 接口 中的方法org.apache.dubbo.metadata.MetadataServiceExporter
Does current implementation support the specified metadata type?
supports(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
supports(URL) - 接口 中的方法org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
Supports the synthesis of the subscribed URLs or not
supports(URL) - 类 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Supports or not ?
SUSPENDED - 接口 中的静态变量org.apache.dubbo.remoting.zookeeper.StateListener
 
switchContextLoader(ClassLoader) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.ClassLoadUtil
 
SYNC - org.apache.dubbo.rpc.InvokeMode
 
SYNC_REPORT_KEY - 接口 中的静态变量org.apache.dubbo.metadata.report.support.Constants
 
syncReport(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
synthesize(URL, Collection<ServiceInstance>) - 类 中的方法org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
synthesize(URL, Collection<ServiceInstance>) - 接口 中的方法org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
synthesize the subscribed URLs
SystemConfiguration - org.apache.dubbo.common.config中的类
FIXME: is this really necessary?
SystemConfiguration() - 类 的构造器org.apache.dubbo.common.config.SystemConfiguration
 

T

tag() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service tag name
tag() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service tag name
tag() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service tag name
tag() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service tag name
tag(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractInterfaceBuilder
 
Tag - org.apache.dubbo.rpc.cluster.router.tag.model中的类
 
Tag() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
TAG - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
TAG_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TagDynamicStateRouter - org.apache.dubbo.rpc.cluster.router.tag中的类
TagDynamicStateRouter, "application.tag-router"
TagDynamicStateRouter(URL, RouterChain) - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouter
 
TagDynamicStateRouterFactory - org.apache.dubbo.rpc.cluster.router.tag中的类
Tag router factory
TagDynamicStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagDynamicStateRouterFactory
 
tagMatchFail(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
TagRouter - org.apache.dubbo.rpc.cluster.router.tag中的类
TagRouter, "application.tag-router"
TagRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagRouter
 
TagRouterFactory - org.apache.dubbo.rpc.cluster.router.tag中的类
Tag router factory
TagRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagRouterFactory
 
TagRouterRule - org.apache.dubbo.rpc.cluster.router.tag.model中的类
%YAML1.2 --- force: true runtime: false enabled: true priority: 1 key: demo-provider tags: - name: tag1 addresses: [ip1, ip2] - name: tag2 addresses: [ip3, ip4] ...
TagRouterRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
TagRuleParser - org.apache.dubbo.rpc.cluster.router.tag.model中的类
 
TagRuleParser() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.model.TagRuleParser
 
TagStaticStateRouter - org.apache.dubbo.rpc.cluster.router.tag中的类
TagStaticStateRouter, "application.tag-router"
TagStaticStateRouter(URL, RouterChain) - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouter
 
TagStaticStateRouterFactory - org.apache.dubbo.rpc.cluster.router.tag中的类
Tag router factory
TagStaticStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagStaticStateRouterFactory
 
task() - 接口 中的方法org.apache.dubbo.common.timer.Timeout
Returns the TimerTask which is associated with this handle.
TaskQueue<R extends Runnable> - org.apache.dubbo.common.threadpool.support.eager中的类
TaskQueue in the EagerThreadPoolExecutor It offer a task if the executor's submittedTaskCount less than currentPoolThreadSize or the currentPoolThreadSize more than executor's maximumPoolSize.
TaskQueue(int) - 类 的构造器org.apache.dubbo.common.threadpool.support.eager.TaskQueue
 
TComponent - org.apache.dubbo.qos.textui中的接口
render component
TcpKeepalive - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
TcpKeepalive() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TcpKeepalive
 
TCPSettings - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
TCPSettings() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TCPSettings
 
telnet(Channel, String) - 接口 中的方法com.alibaba.dubbo.remoting.telnet.TelnetHandler
已过时。
 
telnet(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
telnet(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
telnet(Channel, String) - 接口 中的方法com.alibaba.dubbo.remoting.telnet.TelnetHandler
已过时。
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.ChangeTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.CountTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.CurrentTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.InvokeTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.ListTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.LogTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.PortTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.SelectTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.ShutdownTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.qos.legacy.TraceTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.telnet.support.command.ClearTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.telnet.support.command.ExitTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.telnet.support.command.HelpTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.telnet.support.command.LogTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.telnet.support.command.StatusTelnetHandler
 
telnet(Channel, String) - 类 中的方法org.apache.dubbo.remoting.telnet.support.TelnetHandlerAdapter
 
telnet(Channel, String) - 接口 中的方法org.apache.dubbo.remoting.telnet.TelnetHandler
telnet.
TELNET - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
TelnetCodec - org.apache.dubbo.remoting.telnet.codec中的类
TelnetCodec
TelnetCodec() - 类 的构造器org.apache.dubbo.remoting.telnet.codec.TelnetCodec
 
TelnetCommandDecoder - org.apache.dubbo.qos.command.decoder中的类
 
TelnetCommandDecoder() - 类 的构造器org.apache.dubbo.qos.command.decoder.TelnetCommandDecoder
 
TelnetHandler - com.alibaba.dubbo.remoting.telnet中的接口
已过时。
TelnetHandler - org.apache.dubbo.remoting.telnet中的接口
TelnetHandler
TelnetHandlerAdapter - org.apache.dubbo.remoting.telnet.support中的类
 
TelnetHandlerAdapter() - 类 的构造器org.apache.dubbo.remoting.telnet.support.TelnetHandlerAdapter
 
TelnetIdleEventHandler - org.apache.dubbo.qos.server.handler中的类
 
TelnetIdleEventHandler() - 类 的构造器org.apache.dubbo.qos.server.handler.TelnetIdleEventHandler
 
TelnetProcessHandler - org.apache.dubbo.qos.server.handler中的类
Telnet process handler
TelnetProcessHandler() - 类 的构造器org.apache.dubbo.qos.server.handler.TelnetProcessHandler
 
TelnetUtils - org.apache.dubbo.remoting.telnet.support中的类
TelnetUtils
TelnetUtils() - 类 的构造器org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
test(String) - 类 中的方法org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
 
TEST_ENVIRONMENT - 接口 中的静态变量org.apache.dubbo.config.Constants
Test environment key.
TEXT_PLAIN_UTF_8 - 类 中的静态变量org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
TEXT_XML_UTF_8 - 类 中的静态变量org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
thenApply(Function<Result, ? extends U>) - 类 中的方法com.alibaba.dubbo.rpc.Result.AbstractResult
已过时。
 
thenApply(Function<Result, ? extends U>) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
thenApply(Function<Result, ? extends U>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
thenApply(Function<Result, ? extends U>) - 接口 中的方法org.apache.dubbo.rpc.Result
 
THREAD_NAME_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
THREAD_POOL_KEEP_ALIVE_TIME_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
The keep alive time in milliseconds for threads in ThreadPoolExecutor
THREAD_POOL_PREFIX_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
THREAD_POOL_SIZE_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
 
ThreadlessExecutor - org.apache.dubbo.common.threadpool中的类
The most important difference between this Executor and other normal Executor is that this one doesn't manage any thread.
ThreadlessExecutor(ExecutorService) - 类 的构造器org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
ThreadLocalCache - org.apache.dubbo.cache.support.threadlocal中的类
This class store the cache value per thread.
ThreadLocalCache(URL) - 类 的构造器org.apache.dubbo.cache.support.threadlocal.ThreadLocalCache
Taken URL as an argument to create an instance of ThreadLocalCache.
ThreadLocalCacheFactory - org.apache.dubbo.cache.support.threadlocal中的类
Implement CacheFactory by extending AbstractCacheFactory and provide instance of new ThreadLocalCache.
ThreadLocalCacheFactory() - 类 的构造器org.apache.dubbo.cache.support.threadlocal.ThreadLocalCacheFactory
 
threadLocalMap() - 类 中的方法org.apache.dubbo.common.threadlocal.InternalThread
Returns the internal data structure that keeps the threadLocal variables bound to this thread.
threadpool(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
threadPool(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
threadPool(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
ThreadPool - com.alibaba.dubbo.common.threadpool中的接口
已过时。
ThreadPool - org.apache.dubbo.common.threadpool中的接口
ThreadPool
THREADPOOL_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
ThreadPoolExhaustedEvent - org.apache.dubbo.common.threadpool.event中的类
An Event when the Dubbo thread pool is exhausted.
ThreadPoolExhaustedEvent(String) - 类 的构造器org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedEvent
 
ThreadPoolExhaustedListener - org.apache.dubbo.common.threadpool.event中的接口
 
ThreadPoolStatusChecker - org.apache.dubbo.rpc.protocol.dubbo.status中的类
ThreadPoolStatusChecker
ThreadPoolStatusChecker() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.status.ThreadPoolStatusChecker
 
threads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
threads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
threads(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
THREADS_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
THROW_PREFIX - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
THROW_UNSUPPORTED_INVOKER - 类 中的静态变量org.apache.dubbo.common.bytecode.Proxy
 
ThrowableAction - org.apache.dubbo.common.function中的接口
A function interface for action with Throwable
ThrowableConsumer<T> - org.apache.dubbo.common.function中的接口
ThrowableFunction<T,​R> - org.apache.dubbo.common.function中的接口
ThrowableSerializer - com.alibaba.com.caucho.hessian.io中的类
Serializing an object for known object types.
ThrowableSerializer(Class, ClassLoader) - 类 的构造器com.alibaba.com.caucho.hessian.io.ThrowableSerializer
 
TICKS_PER_WHEEL - 接口 中的静态变量org.apache.dubbo.remoting.Constants
ticks per wheel.
TIME_COUNTDOWN_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TIME_OUT_TIMER - 类 中的静态变量org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
TIME_OUT_TIMER - 类 中的静态变量org.apache.dubbo.remoting.exchange.support.DefaultFuture2
 
timeout() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
timeout() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
timeout() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Timeout value for service invocation, default value is 0
timeout() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Timeout value for service invocation, default value is 0
timeout() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
timeout() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Timeout value for service invocation, default value is 0
timeout() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Timeout value for service invocation, default value is 0
timeout(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
timeout(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
timeout(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
timeout(Long) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
Timeout - org.apache.dubbo.common.timer中的接口
A handle associated with a TimerTask that is returned by a Timer.
TIMEOUT - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
TIMEOUT - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
TIMEOUT_ATTACHMENT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TIMEOUT_ATTACHMENT_KEY_LOWER - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TIMEOUT_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TIMEOUT_PARAM_NAME - 类 中的静态变量org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration
The parameter name of timeout for config-center
TIMEOUT_TERMINATE - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
TimeoutCountDown - org.apache.dubbo.rpc中的类
 
TimeoutException - org.apache.dubbo.remoting中的异常错误
TimeoutException.
TimeoutException(boolean, InetSocketAddress, InetSocketAddress, String) - 异常错误 的构造器org.apache.dubbo.remoting.TimeoutException
 
TimeoutException(boolean, Channel, String) - 异常错误 的构造器org.apache.dubbo.remoting.TimeoutException
 
TimeoutFilter - org.apache.dubbo.rpc.filter中的类
Log any invocation timeout, but don't stop server from running
TimeoutFilter() - 类 的构造器org.apache.dubbo.rpc.filter.TimeoutFilter
 
timer() - 接口 中的方法org.apache.dubbo.common.timer.Timeout
Returns the Timer that created this handle.
Timer - org.apache.dubbo.common.timer中的接口
Schedules TimerTasks for one-time future execution in a background thread.
timeRemaining(TimeUnit) - 类 中的方法org.apache.dubbo.rpc.TimeoutCountDown
 
TimerTask - org.apache.dubbo.common.timer中的接口
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit) (TimerTask, long, TimeUnit)}.
TIMESTAMP - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
TIMESTAMP_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TKv - org.apache.dubbo.qos.textui中的类
KV
TKv() - 类 的构造器org.apache.dubbo.qos.textui.TKv
 
TKv(TTable.ColumnDefine, TTable.ColumnDefine) - 类 的构造器org.apache.dubbo.qos.textui.TKv
 
TLadder - org.apache.dubbo.qos.textui中的类
Ladder
TLadder() - 类 的构造器org.apache.dubbo.qos.textui.TLadder
 
toAddress(String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
toAddressString(InetSocketAddress) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
toArgumentString(Object[]) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toArray() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
toArray(T[]) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
toBooleanObject(boolean) - 接口 中的静态方法org.apache.dubbo.common.config.Configuration
 
toBuilder() - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
toBuilder() - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
toBuilder() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
toBuilder() - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
toByteArray() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
toByteBuffer() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
toByteBuffer() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
toByteBuffer() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
toByteBuffer() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
toByteBuffer(int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
toClass() - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
toClass(ClassLoader, ProtectionDomain) - 类 中的方法org.apache.dubbo.common.bytecode.ClassGenerator
 
toCommaDelimitedString(String, String...) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
Create the common-delimited String by one or more String members
toConfiguration() - 类 中的方法org.apache.dubbo.common.URL
 
toConfigurators(List<URL>) - 接口 中的静态方法org.apache.dubbo.rpc.cluster.Configurator
Convert override urls to map for use when re-refer.
toDescString() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
toDubboStatus(GrpcStatus.Code) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
toFullString() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toFullString() - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
toFullString() - 类 中的方法org.apache.dubbo.common.URL
 
toFullString() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
toFullString(String...) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toFullString(String...) - 类 中的方法org.apache.dubbo.common.URL
 
toIdentityString() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toIdentityString() - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
toIdentityString() - 类 中的方法org.apache.dubbo.common.URL
 
toIdentityString(String...) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toIdentityString(String...) - 类 中的方法org.apache.dubbo.common.URL
 
toInetSocketAddress() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toInetSocketAddress() - 类 中的方法org.apache.dubbo.common.URL
 
toInstance(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosNamingServiceUtils
Convert the ServiceInstance to Instance
toJavaURL() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toJavaURL() - 类 中的方法org.apache.dubbo.common.URL
 
token() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
token() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service token, default value is false
token() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service token, default value is false
token(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
token(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
TOKEN_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
TokenFilter - org.apache.dubbo.rpc.filter中的类
Perform check whether given provider token is matching with remote token or not.
TokenFilter() - 类 的构造器org.apache.dubbo.rpc.filter.TokenFilter
 
toList(List<List<String>>) - 类 中的静态方法org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
toMap() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toMap() - 类 中的方法org.apache.dubbo.common.URL
 
toMap(Object...) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
toMap(Map.Entry<K, V>[]) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
toMessage() - 类 中的方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
toOSStyleKey(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toParameterString() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toParameterString() - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
toParameterString() - 类 中的方法org.apache.dubbo.common.URL
 
toParameterString(String...) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toParameterString(String...) - 类 中的方法org.apache.dubbo.common.URL
 
toQueryString(Map<String, String>) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toResponse(RpcException) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper
 
toSerializableURL() - 类 中的方法org.apache.dubbo.common.URL
 
toServiceInstance(Instance) - 类 中的静态方法org.apache.dubbo.registry.nacos.util.NacosNamingServiceUtils
Convert the Instance to ServiceInstance
toServicePath() - 类 中的方法org.apache.dubbo.metadata.report.identifier.BaseServiceMetadataIdentifier
 
toServiceString() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toServiceString() - 类 中的方法org.apache.dubbo.common.URL
 
toServiceStringWithoutResolving() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toServiceStringWithoutResolving() - 类 中的方法org.apache.dubbo.common.URL
 
toShortString(Object) - 类 中的静态方法org.apache.dubbo.common.utils.ClassHelper
已过时。
 
toShortString(Object) - 类 中的静态方法org.apache.dubbo.common.utils.ClassUtils
 
toSortedStrings(Iterable<URL>) - 接口 中的静态方法org.apache.dubbo.metadata.MetadataService
Convert the specified Iterable of URLs to be the strings presenting the URLs
toSortedStrings(Stream<URL>) - 接口 中的静态方法org.apache.dubbo.metadata.MetadataService
Convert the specified Stream of URLs to be the strings presenting the URLs
toString() - 类 中的方法com.alibaba.com.caucho.hessian.io.ArrayDeserializer
 
toString() - 类 中的方法com.alibaba.com.caucho.hessian.io.BasicDeserializer
 
toString() - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionDeserializer
 
toString() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianRemote
Readable version of the remote.
toString() - 类 中的方法com.alibaba.com.caucho.hessian.io.ObjectDeserializer
 
toString() - 类 中的方法com.alibaba.com.caucho.hessian.util.IdentityIntMap
 
toString() - 类 中的方法com.alibaba.com.caucho.hessian.util.IntMap
 
toString() - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toString() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
 
toString() - 类 中的方法org.apache.dubbo.auth.model.AccessKeyPair
 
toString() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap.ExpireThread
 
toString() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
toString() - 类 中的方法org.apache.dubbo.common.bytecode.CustomizedLoaderClassPath
 
toString() - 类 中的方法org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
 
toString() - 类 中的方法org.apache.dubbo.common.extension.ExtensionLoader
 
toString() - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
toString() - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
toString() - 类 中的方法org.apache.dubbo.common.Parameters
已过时。
 
toString() - 类 中的方法org.apache.dubbo.common.url.component.PathURLAddress
 
toString() - 类 中的方法org.apache.dubbo.common.url.component.ServiceConfigURL
 
toString() - 类 中的方法org.apache.dubbo.common.url.component.URLAddress
 
toString() - 类 中的方法org.apache.dubbo.common.url.component.URLParam
 
toString() - 类 中的方法org.apache.dubbo.common.URL
 
toString() - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
toString() - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
toString() - 类 中的方法org.apache.dubbo.config.ProtocolConfig
 
toString() - 类 中的方法org.apache.dubbo.config.ProviderConfig
 
toString() - 类 中的方法org.apache.dubbo.config.utils.ReferenceConfigCache
 
toString() - 类 中的方法org.apache.dubbo.metadata.definition.model.FullServiceDefinition
 
toString() - 类 中的方法org.apache.dubbo.metadata.definition.model.MethodDefinition
 
toString() - 类 中的方法org.apache.dubbo.metadata.definition.model.ServiceDefinition
 
toString() - 类 中的方法org.apache.dubbo.metadata.definition.model.TypeDefinition
 
toString() - 类 中的方法org.apache.dubbo.metadata.MappingChangedEvent
 
toString() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
 
toString() - 类 中的方法org.apache.dubbo.metadata.MetadataInfo
 
toString() - 类 中的方法org.apache.dubbo.metadata.report.identifier.ServiceMetadataIdentifier
 
toString() - 类 中的方法org.apache.dubbo.metadata.report.support.AbstractMetadataReport
 
toString() - 类 中的方法org.apache.dubbo.metadata.rest.RequestMetadata
 
toString() - 类 中的方法org.apache.dubbo.metadata.rest.RestMethodMetadata
 
toString() - 类 中的方法org.apache.dubbo.metadata.rest.ServiceRestMetadata
 
toString() - 类 中的方法org.apache.dubbo.monitor.dubbo.Statistics
 
toString() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
toString() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
toString() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
A human-readable description of the implementation
toString() - 类 中的方法org.apache.dubbo.registry.dns.util.ResolveResult
 
toString() - 类 中的方法org.apache.dubbo.registry.nacos.NacosServiceName
 
toString() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
toString() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.Endpoint
 
toString() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.EndpointResult
 
toString() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.ListenerResult
 
toString() - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.message.RouteResult
 
toString() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
toString() - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
toString() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
toString() - 类 中的方法org.apache.dubbo.remoting.exchange.Request
 
toString() - 类 中的方法org.apache.dubbo.remoting.exchange.Response
 
toString() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
toString() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannel
 
toString() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
 
toString() - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
toString() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerInvokerWrapper
 
toString() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractExporter
 
toString() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractInvoker
 
toString() - 类 中的方法org.apache.dubbo.rpc.proxy.AbstractProxyInvoker
 
toString() - 类 中的方法org.apache.dubbo.rpc.RpcInvocation
 
toString() - 类 中的方法org.apache.dubbo.rpc.TimeoutCountDown
 
toString(String) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
toString(String...) - 类 中的方法com.alibaba.dubbo.common.URL
已过时。
 
toString(String...) - 类 中的方法org.apache.dubbo.common.URL
 
toString(String, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toString(Throwable) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
toString(Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toStringArray(Collection<String>) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toStringKeys(Set<String>) - 接口 中的静态方法org.apache.dubbo.metadata.ServiceNameMapping
 
toStringMap(String...) - 类 中的静态方法org.apache.dubbo.common.utils.CollectionUtils
 
toSubscribeUrl(URL) - 类 中的静态方法org.apache.dubbo.registry.integration.RegistryProtocol
 
toTable(String[], List<List<String>>) - 类 中的静态方法org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
toTable(List<String>, List<List<String>>) - 类 中的静态方法org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
touch(Object) - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
toURI(String) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
toUrl() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
toUrl() - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
toUrl() - 类 中的方法org.apache.dubbo.config.MetadataReportConfig
 
toURL() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
toURL() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
toURL(String, String, int, String) - 类 中的静态方法org.apache.dubbo.common.utils.NetUtils
 
toURLKey(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
toURLPlainParam(URLParam) - 类 中的静态方法org.apache.dubbo.common.url.component.URLPlainParam
 
toUrls() - 类 中的方法org.apache.dubbo.config.AbstractInterfaceConfig
 
toURLs(Iterable<String>) - 接口 中的静态方法org.apache.dubbo.metadata.MetadataService
Convert the multiple urls to a list of urls
toYaml(MigrationRule) - 类 中的静态方法org.apache.dubbo.registry.client.migration.model.MigrationRule
 
TPS_LIMIT_INTERVAL_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
TPS_LIMIT_RATE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.Constants
 
TPSLimiter - org.apache.dubbo.rpc.filter.tps中的接口
Provide boolean information whether a invocation of a provider service's methods or a particular method is allowed within a last invocation and current invocation.
TpsLimitFilter - org.apache.dubbo.rpc.filter中的类
TpsLimitFilter limit the TPS (transaction per second) for all method of a service or a particular method.
TpsLimitFilter() - 类 的构造器org.apache.dubbo.rpc.filter.TpsLimitFilter
 
trace(String) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
trace(String) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
trace(String) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
trace(String) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
trace(String) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with trace log level.
trace(String) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
trace(String) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
trace(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
trace(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
trace(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
trace(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
trace(String, Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with trace log level.
trace(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
trace(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
trace(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
trace(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
trace(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
trace(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
trace(Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs an error with trace log level.
trace(Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
trace(Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
trace(Logger, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
trace(Logger, String, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
trace(Logger, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
TRACE - org.apache.dubbo.common.logger.Level
TRACE
TRACE_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
TraceFilter - org.apache.dubbo.rpc.protocol.dubbo.filter中的类
TraceFilter
TraceFilter() - 类 的构造器org.apache.dubbo.rpc.protocol.dubbo.filter.TraceFilter
 
TraceTelnetHandler - org.apache.dubbo.qos.legacy中的类
TraceTelnetHandler
TraceTelnetHandler() - 类 的构造器org.apache.dubbo.qos.legacy.TraceTelnetHandler
 
TrafficPolicy - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
TrafficPolicy() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
translate(String, String, String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
translate.
transport(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
已过时。 
TRANSPORT_FILTERS - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
TransportCodec - org.apache.dubbo.remoting.transport.codec中的类
已过时。
TransportCodec() - 类 的构造器org.apache.dubbo.remoting.transport.codec.TransportCodec
已过时。
 
transporter(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProtocolBuilder
 
transporter(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
transporter(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
Transporter - com.alibaba.dubbo.remoting中的接口
已过时。
Transporter - org.apache.dubbo.remoting中的接口
Transporter.
TRANSPORTER_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
 
Transporters - org.apache.dubbo.remoting中的类
Transporter facade.
TransportObserver - org.apache.dubbo.rpc.protocol.tri中的接口
 
TreePathDynamicConfiguration - org.apache.dubbo.common.config.configcenter中的类
An abstract implementation of DynamicConfiguration is like "tree-structure" path : "file" "zookeeper" "consul"
TreePathDynamicConfiguration(String, String, int, long, String, long) - 类 的构造器org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
 
TreePathDynamicConfiguration(URL) - 类 的构造器org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
 
TRI_VERSION - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
TRICE_ID_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
trim(String) - 类 中的静态方法org.apache.dubbo.common.utils.StringUtils
 
TRIPLE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
TripleClientHandler - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleClientHandler() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleClientHandler
 
TripleClientInboundHandler - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleClientInboundHandler() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleClientInboundHandler
 
TripleConstant - org.apache.dubbo.rpc.protocol.tri中的接口
 
TripleHttp2ClientResponseHandler - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleHttp2ClientResponseHandler() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleHttp2ClientResponseHandler
 
TripleHttp2FrameServerHandler - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleHttp2FrameServerHandler() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleHttp2FrameServerHandler
 
TripleHttp2Protocol - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleHttp2Protocol() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleHttp2Protocol
 
TripleInvoker<T> - org.apache.dubbo.rpc.protocol.tri中的类
TripleInvoker
TripleInvoker(Class<T>, URL, Set<Invoker<?>>) - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleInvoker
 
TriplePathResolver - org.apache.dubbo.rpc.protocol.tri中的类
 
TriplePathResolver() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TriplePathResolver
 
TripleProtocol - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleProtocol
 
TripleRpcException - org.apache.dubbo.rpc.protocol.tri中的异常错误
 
TripleRpcException(GrpcStatus) - 异常错误 的构造器org.apache.dubbo.rpc.protocol.tri.TripleRpcException
 
TripleServerConnectionHandler - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleServerConnectionHandler() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleServerConnectionHandler
 
TripleServerInboundHandler - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleServerInboundHandler() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleServerInboundHandler
 
TripleServerInitializer - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleServerInitializer() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleServerInitializer
 
TripleUtil - org.apache.dubbo.rpc.protocol.tri中的类
 
TripleUtil() - 类 的构造器org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
TripleWrapper - org.apache.dubbo.triple中的类
 
TripleWrapper.TripleRequestWrapper - org.apache.dubbo.triple中的类
Protobuf type org.apache.dubbo.triple.TripleRequestWrapper
TripleWrapper.TripleRequestWrapper.Builder - org.apache.dubbo.triple中的类
Protobuf type org.apache.dubbo.triple.TripleRequestWrapper
TripleWrapper.TripleRequestWrapperOrBuilder - org.apache.dubbo.triple中的接口
 
TripleWrapper.TripleResponseWrapper - org.apache.dubbo.triple中的类
Protobuf type org.apache.dubbo.triple.TripleResponseWrapper
TripleWrapper.TripleResponseWrapper.Builder - org.apache.dubbo.triple中的类
Protobuf type org.apache.dubbo.triple.TripleResponseWrapper
TripleWrapper.TripleResponseWrapperOrBuilder - org.apache.dubbo.triple中的接口
 
TRUST_CERTS - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
TRUST_DOMAIN_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
tryOnComplete() - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
tryOnData(byte[], boolean) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
tryOnMetadata(Metadata, boolean) - 接口 中的方法org.apache.dubbo.rpc.protocol.tri.TransportObserver
 
TTable - org.apache.dubbo.qos.textui中的类
Table
TTable(int) - 类 的构造器org.apache.dubbo.qos.textui.TTable
 
TTable(TTable.ColumnDefine[]) - 类 的构造器org.apache.dubbo.qos.textui.TTable
 
TTable.Align - org.apache.dubbo.qos.textui中的枚举
alignment
TTable.Border - org.apache.dubbo.qos.textui中的类
border style
TTable.ColumnDefine - org.apache.dubbo.qos.textui中的类
column definition
TTree - org.apache.dubbo.qos.textui中的类
tree
TTree(boolean, String) - 类 的构造器org.apache.dubbo.qos.textui.TTree
 
type - 类 中的变量org.apache.dubbo.common.json.JSONToken
已过时。
 
type() - 注释类型 中的方法org.apache.dubbo.config.annotation.Argument
 
type(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ArgumentBuilder
 
TYPE_ARRAY - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TYPE_BEAN - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TYPE_CLASS - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TYPE_COLLECTION - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TYPE_ENUM - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TYPE_FIELD_NUMBER - 类 中的静态变量org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
TYPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
TYPE_MAP - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TYPE_PRIMITIVE - 类 中的静态变量org.apache.dubbo.common.beanutil.JavaBeanDescriptor
 
TypeBuilder - org.apache.dubbo.metadata.definition.builder中的接口
2015/1/27.
TypeDefinition - org.apache.dubbo.metadata.definition.model中的类
2015/1/27.
TypeDefinition() - 类 的构造器org.apache.dubbo.metadata.definition.model.TypeDefinition
 
TypeDefinition(String) - 类 的构造器org.apache.dubbo.metadata.definition.model.TypeDefinition
 
TypeDefinitionBuilder - org.apache.dubbo.metadata.definition中的类
2015/1/27.
TypeDefinitionBuilder() - 类 的构造器org.apache.dubbo.metadata.definition.TypeDefinitionBuilder
 
TypeUtils - org.apache.dubbo.common.utils中的接口
The utilities class for Type

U

unary(URL) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.AbstractServerStream
 
unary(URL, Executor) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.AbstractClientStream
 
UNARY_UNWRAP - org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
 
UNARY_WRAP - org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
 
UnaryClientStream - org.apache.dubbo.rpc.protocol.tri中的类
 
UnaryServerStream - org.apache.dubbo.rpc.protocol.tri中的类
 
unboxed(Boolean) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Byte) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Character) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Double) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Float) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Integer) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Long) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Object) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
unboxed(Short) - 类 中的静态方法org.apache.dubbo.common.compiler.support.ClassUtils
 
undeploy(Class) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
undeploy(Class) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocolServer
 
UNDERLINE_SEPARATOR - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
unexport() - 类 中的方法com.alibaba.dubbo.rpc.Exporter.CompatibleExporter
已过时。
 
unexport() - 类 中的方法org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter
 
unexport() - 类 中的方法org.apache.dubbo.config.ServiceConfig
 
unexport() - 类 中的方法org.apache.dubbo.config.ServiceConfigBase
 
unexport() - 接口 中的方法org.apache.dubbo.metadata.MetadataServiceExporter
Unexports the MetadataService
unexport() - 接口 中的方法org.apache.dubbo.rpc.Exporter
unexport.
unexport() - 类 中的方法org.apache.dubbo.rpc.listener.ListenerExporterWrapper
 
unexport() - 类 中的方法org.apache.dubbo.rpc.protocol.AbstractExporter
 
unexported(ServiceConfig) - 接口 中的方法org.apache.dubbo.config.ServiceListener
Callback when ServiceConfig is unexported
unexported(Exporter<?>) - 接口 中的方法org.apache.dubbo.rpc.ExporterListener
The exporter unexported.
unexported(Exporter<?>) - 类 中的方法org.apache.dubbo.rpc.listener.ExporterListenerAdapter
 
unexportURL(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
Unexports a URL
unexportURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
UNIQUE_KEY - org.apache.dubbo.metadata.report.identifier.KeyTypeEnum
 
UNIT_INFO_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.tri.TripleConstant
 
UNKNOWN - org.apache.dubbo.common.status.Status.Level
UNKNOWN
UNKNOWN_EXCEPTION - 异常错误 中的静态变量org.apache.dubbo.rpc.RpcException
 
unpack(byte[], Class<T>) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
unpack(InputStream, Class<T>) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
UNRECOGNIZED - org.apache.dubbo.remoting.api.ProtocolDetector.Result
 
unregister() - 类 中的方法org.apache.dubbo.config.DubboShutdownHook
Unregister the ShutdownHook
unregister(URL) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
unregister(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
unregister(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
unregister(URL) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
unregister(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
unregister(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
unregister(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Unregister
unregister(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
unregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
unregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
unregister(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Unregisters an instance of ServiceInstance.
unregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
unregister(MeshRuleRouter) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
unregister(MeshRuleRouter) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
unregister(VsDestinationGroupRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.VsDestinationGroupRuleDispatcher
 
UNREGISTER - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
unregistered() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
unregisterService(Class<?>) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
unregisterService(String) - 类 中的方法org.apache.dubbo.rpc.model.ServiceRepository
 
unRegisterShutdownHook() - 类 中的方法org.apache.dubbo.config.bootstrap.DubboBootstrap
 
UnsafeByteArrayInputStream - org.apache.dubbo.common.io中的类
UnsafeByteArrayInputStream.
UnsafeByteArrayInputStream(byte[]) - 类 的构造器org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
UnsafeByteArrayInputStream(byte[], int) - 类 的构造器org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
UnsafeByteArrayInputStream(byte[], int, int) - 类 的构造器org.apache.dubbo.common.io.UnsafeByteArrayInputStream
 
UnsafeByteArrayOutputStream - org.apache.dubbo.common.io中的类
UnsafeByteArrayOutputStream.
UnsafeByteArrayOutputStream() - 类 的构造器org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
UnsafeByteArrayOutputStream(int) - 类 的构造器org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
UnsafeStringReader - org.apache.dubbo.common.io中的类
Thread-unsafe StringReader.
UnsafeStringReader(String) - 类 的构造器org.apache.dubbo.common.io.UnsafeStringReader
 
UnsafeStringWriter - org.apache.dubbo.common.io中的类
Thread-unsafe StringWriter.
UnsafeStringWriter() - 类 的构造器org.apache.dubbo.common.io.UnsafeStringWriter
 
UnsafeStringWriter(int) - 类 的构造器org.apache.dubbo.common.io.UnsafeStringWriter
 
UNSET - 类 中的静态变量org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
 
unsubscribe(URL, NotifyListener) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
unsubscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
unsubscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
unsubscribe(URL, NotifyListener) - 接口 中的方法com.alibaba.dubbo.registry.Registry
已过时。
 
unsubscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
已过时。
 
unsubscribe(URL, NotifyListener) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
已过时。
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.multicast.MulticastRegistry
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleRegistry
 
unsubscribe(URL, NotifyListener) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Unsubscribe
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
unSubscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
unSubscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
UNSUBSCRIBE - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
unsubscribeURL(URL) - 接口 中的方法org.apache.dubbo.metadata.WritableMetadataService
Unsubscribes a URL
unsubscribeURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
unwrap(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.io.Deflation
 
unwrap(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianEnvelope
Unwrap the Hessian input stream with this envelope.
unwrap(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
 
unwrap(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
 
unwrapHeaders(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.io.Deflation
 
unwrapHeaders(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianEnvelope
Unwrap the envelope after having read the envelope code ('E') and the envelope method.
unwrapHeaders(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
 
unwrapHeaders(Hessian2Input) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
 
unwrapReq(URL, TripleWrapper.TripleRequestWrapper, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
unwrapResp(URL, TripleWrapper.TripleResponseWrapper, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
unzip(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
unzip.
update(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
update(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.SelfHostMetaServiceDiscovery
 
update(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Updates the registered ServiceInstance.
update(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.multiple.MultipleServiceDiscovery
 
updateAppConfigMap(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.Environment
Merge target map properties into app configuration
updateAppExternalConfigMap(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.Environment
 
updateExternalConfigMap(Map<String, String>) - 类 中的方法org.apache.dubbo.common.config.Environment
 
updateIdIfAbsent(String) - 类 中的方法org.apache.dubbo.config.AbstractConfig
 
updateObserve(long, Set<String>) - 类 中的方法org.apache.dubbo.registry.xds.util.protocol.AbstractProtocol
 
updateObserve(long, Set<String>) - 接口 中的方法org.apache.dubbo.registry.xds.util.protocol.XdsProtocol
Update observed resource list in XdsProtocol.observeResource(Set, Consumer)
updateParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.ConfigCenterConfig
 
updateParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.config.RegistryConfig
 
updatePropertyIfAbsent(Supplier<T>, Consumer<T>, T) - 类 中的静态方法org.apache.dubbo.common.utils.PojoUtils
Update the property if absent
updateThreadpool(URL, ExecutorService) - 类 中的方法org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
 
updateThreadpool(URL, ExecutorService) - 接口 中的方法org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Modify some of the threadpool's properties according to the url, for example, coreSize, maxSize, ...
url() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
url() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service target URL for direct invocation, if this is specified, then registry center takes no effect.
url() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service target URL for direct invocation, if this is specified, then registry center takes no effect.
url(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ReferenceBuilder
 
URL - com.alibaba.dubbo.common中的类
已过时。
URL - org.apache.dubbo.common中的类
URL - Uniform Resource Locator (Immutable, ThreadSafe)
URL - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
URL(String, String, int) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, int) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, int, String) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, int, String) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, int, String[]) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, int, String[]) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, int, String, String...) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, int, String, String...) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, int, String, Map<String, String>) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, int, String, Map<String, String>) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, int, Map<String, String>) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, int, Map<String, String>) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, String, String, int, String) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, String, String, int, String) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, String, String, int, String, String...) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, String, String, int, String, String...) - 类 的构造器org.apache.dubbo.common.URL
 
URL(String, String, String, String, int, String, Map<String, String>) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(String, String, String, String, int, String, Map<String, String>) - 类 的构造器org.apache.dubbo.common.URL
 
URL(URL) - 类 的构造器com.alibaba.dubbo.common.URL
已过时。
 
URL(URLAddress, URLParam) - 类 的构造器org.apache.dubbo.common.URL
 
URL_MERGE_PROCESSOR_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
Url merge processor key
URLAddress - org.apache.dubbo.common.url.component中的类
 
URLAddress(String, int) - 类 的构造器org.apache.dubbo.common.url.component.URLAddress
 
URLAddress(String, int, String) - 类 的构造器org.apache.dubbo.common.url.component.URLAddress
 
URLBuilder - org.apache.dubbo.common中的类
 
URLBuilder() - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, int) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, int, String) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, int, String[]) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, int, String, String...) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, int, String, Map<String, String>) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, int, Map<String, String>) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, String, String, int, String, Map<String, String>) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLBuilder(String, String, String, String, int, String, Map<String, String>, Map<String, Object>) - 类 的构造器org.apache.dubbo.common.URLBuilder
 
URLItemCache - org.apache.dubbo.common.url.component中的类
 
URLItemCache() - 类 的构造器org.apache.dubbo.common.url.component.URLItemCache
 
urlMergeProcessor(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConsumerBuilder
 
URLParam - org.apache.dubbo.common.url.component中的类
A class which store parameters for URL
Using DynamicParamTable to compress common keys (i.e. side, version)
DynamicParamTable allow to use only two integer value named `key` and `value-offset` to find a unique string to string key-pair.
URLParam.URLParamMap - org.apache.dubbo.common.url.component中的类
An embedded Map adapt to URLParam
copy-on-write mode, urlParam reference will be changed after modify actions.
URLParam.URLParamMap.Node - org.apache.dubbo.common.url.component中的类
 
URLParamMap(URLParam) - 类 的构造器org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
URLPlainParam - org.apache.dubbo.common.url.component中的类
Act like URLParam, will not use DynamicParamTable to compress parameters, which can support serializer serialization and deserialization.
URLStrParser - org.apache.dubbo.common中的类
 
UrlUtils - com.alibaba.dubbo.common.utils中的类
已过时。
UrlUtils - org.apache.dubbo.common.utils中的类
 
UrlUtils - org.apache.dubbo.remoting.utils中的类
 
UrlUtils() - 类 的构造器com.alibaba.dubbo.common.utils.UrlUtils
已过时。
 
UrlUtils() - 类 的构造器org.apache.dubbo.common.utils.UrlUtils
 
UrlUtils() - 类 的构造器org.apache.dubbo.remoting.utils.UrlUtils
 
USE_HTTPS - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
useAsConfigCenter(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
useAsMetadataCenter(Boolean) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.qos.server.handler.QosProcessHandler
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.qos.server.handler.TelnetIdleEventHandler
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.SslClientTlsHandler
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.SslHandlerInitializer.SslServerTlsHandler
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleHttp2ClientResponseHandler
 
username(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ConfigCenterBuilder
 
username(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MetadataReportBuilder
 
username(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
username(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
USERNAME - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
USERNAME_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
UTF8ENCODE - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
Utf8Utils - org.apache.dubbo.common.utils中的类
See original Utf8.java
UUIDDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a uuid valued object
UUIDDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.UUIDDeserializer
 

V

validate(String, Class<?>[], Object[]) - 类 中的方法org.apache.dubbo.validation.support.jvalidation.JValidator
 
validate(String, Class<?>[], Object[]) - 接口 中的方法org.apache.dubbo.validation.Validator
 
validateAbstractInterfaceConfig(AbstractInterfaceConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateApplicationConfig(ApplicationConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateClass(String) - 类 中的方法org.apache.dubbo.common.utils.SerializeClassChecker
Check if a class is in block list, using prefix match
validateConfigCenterConfig(ConfigCenterConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateConsumerConfig(ConsumerConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateMetadataConfig(MetadataReportConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateMethodConfig(MethodConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateMetricsConfig(MetricsConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateModuleConfig(ModuleConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateMonitorConfig(MonitorConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateProtocolConfig(ProtocolConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateProviderConfig(ProviderConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateReferenceConfig(ReferenceConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateRegistryConfig(RegistryConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateServiceConfig(ServiceConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validateSslConfig(SslConfig) - 类 中的静态方法org.apache.dubbo.config.utils.ConfigValidationUtils
 
validation() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
validation() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
validation() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Whether to use JSR303 validation, legal values are: true, false
validation() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Whether to use JSR303 validation, legal values are: true, false
validation() - 注释类型 中的方法org.apache.dubbo.config.annotation.Method
 
validation() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Whether to use JSR303 validation, legal values are: true, false
validation() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Whether to use JSR303 validation, legal values are: true, false
validation(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractMethodBuilder
 
Validation - com.alibaba.dubbo.validation中的接口
已过时。
Validation - org.apache.dubbo.validation中的接口
Instance of Validation interface provide instance of Validator based on the value of validation attribute.
VALIDATION - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
VALIDATION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.FilterConstants
 
ValidationFilter - org.apache.dubbo.validation.filter中的类
ValidationFilter invoke the validation by finding the right Validator instance based on the configured validation attribute value of invoker url before the actual method invocation.
ValidationFilter() - 类 的构造器org.apache.dubbo.validation.filter.ValidationFilter
 
Validator - com.alibaba.dubbo.validation中的接口
已过时。
Validator - org.apache.dubbo.validation中的接口
Instance of validator class is an extension to perform validation on method input parameter before the actual method invocation.
VALIDITY_DURATION_FIELD_NUMBER - 类 中的静态变量istio.v1.auth.Ca.IstioCertificateRequest
 
value - 类 中的变量org.apache.dubbo.common.json.JSONToken
已过时。
 
value() - 注释类型 中的方法com.alibaba.dubbo.common.extension.Activate
已过时。
 
value() - 注释类型 中的方法org.apache.dubbo.common.Experimental
 
value() - 注释类型 中的方法org.apache.dubbo.common.extension.Activate
Activate the current extension when the specified keys appear in the URL's parameters.
value() - 注释类型 中的方法org.apache.dubbo.common.extension.Adaptive
Decide which target extension to be injected.
value() - 注释类型 中的方法org.apache.dubbo.common.extension.SPI
default extension name
value() - 注释类型 中的方法org.apache.dubbo.common.Extension
已过时。 
value() - 注释类型 中的方法org.apache.dubbo.config.spring.context.annotation.DubboComponentScan
Alias for the DubboComponentScan.basePackages() attribute.
value() - 注释类型 中的方法org.apache.dubbo.validation.MethodValidated
 
VALUE_SEPARATOR - 类 中的静态变量org.apache.dubbo.registry.nacos.NacosServiceName
 
valueBoolean(boolean) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
ValueDeserializer - com.alibaba.com.caucho.hessian.io中的类
Deserializing a string valued object
ValueDeserializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.ValueDeserializer
 
valueDouble(double) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
valueFloat(float) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
valueInt(int) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
valueLong(long) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
valueNull() - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
valueOf(String) - 类 中的静态方法com.alibaba.dubbo.common.URL
已过时。
 
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanAccessor
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.common.config.configcenter.ConfigChangeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.common.logger.Level
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.common.status.Status.Level
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 类 中的静态方法org.apache.dubbo.common.URL
parse decoded url string, formatted dubbo://host:port/path?
valueOf(String) - 类 中的静态方法org.apache.dubbo.common.utils.UrlUtils
NOTICE: This method allocate too much objects, we can use URLStrParser.parseDecodedStr(String) instead.
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.config.bootstrap.BootstrapTakeoverMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.config.context.ConfigMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metadata.MetadataServiceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metadata.report.identifier.KeyTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.qos.textui.TTable.Align
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.registry.client.migration.model.MigrationStep
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.remoting.api.ProtocolDetector.Result
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.remoting.Codec2.DecodeResult
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.remoting.zookeeper.EventType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.rpc.InvokeMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.rpc.protocol.tri.Stream.OperationResult
返回带有指定名称的该类型的枚举常量。
valueOf(String, boolean) - 类 中的静态方法org.apache.dubbo.common.URL
parse normal or encoded url string into strutted URL: - dubbo://host:port/path?
valueOf(String, boolean, boolean) - 类 中的静态方法org.apache.dubbo.common.URL
 
valueOf(String, String...) - 类 中的静态方法org.apache.dubbo.common.URL
 
valueOf(String, URL) - 类 中的静态方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
valueOf(String, URL, ServiceConfigURL) - 类 中的静态方法org.apache.dubbo.common.url.component.DubboServiceAddressURL
 
valueOf(URL) - 类 中的静态方法org.apache.dubbo.registry.nacos.NacosServiceName
Build an instance of NacosServiceName
valueOf(URL, String[], String[]) - 类 中的静态方法org.apache.dubbo.common.URL
 
values() - 类 中的方法org.apache.dubbo.cache.support.expiring.ExpiringMap
 
values() - 枚举 中的静态方法org.apache.dubbo.common.beanutil.JavaBeanAccessor
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.common.config.configcenter.ConfigChangeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.common.logger.Level
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.common.status.Status.Level
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.apache.dubbo.common.url.component.URLParam.URLParamMap
 
values() - 枚举 中的静态方法org.apache.dubbo.config.bootstrap.BootstrapTakeoverMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.config.context.ConfigMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metadata.MetadataServiceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metadata.report.identifier.KeyTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.qos.textui.TTable.Align
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.registry.client.migration.model.MigrationStep
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.remoting.api.ProtocolDetector.Result
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.remoting.Codec2.DecodeResult
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.remoting.zookeeper.EventType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.rpc.InvokeMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.rpc.protocol.tri.Stream.OperationResult
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueString(String) - 类 中的方法org.apache.dubbo.common.json.JSONWriter
已过时。
value.
version() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Reference
已过时。
 
version() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
version() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboReference
Service version, default value is empty string
version() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service version, default value is empty string
version() - 注释类型 中的方法org.apache.dubbo.config.annotation.Reference
已过时。
Service version, default value is empty string
version() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service version, default value is empty string
version() - 接口 中的方法org.apache.dubbo.metadata.MetadataService
Gets the version of MetadataService that always equals MetadataService.VERSION
version(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractReferenceBuilder
 
version(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
version(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ApplicationBuilder
 
version(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ModuleBuilder
 
version(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.MonitorBuilder
 
version(String) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
version(String) - 类 中的方法org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
 
Version - org.apache.dubbo.common中的类
Version
Version - org.apache.dubbo.qos.command.impl中的类
 
Version() - 类 的构造器org.apache.dubbo.qos.command.impl.Version
 
VERSION - 接口 中的静态变量org.apache.dubbo.config.spring.reference.ReferenceAttributes
 
VERSION - 接口 中的静态变量org.apache.dubbo.metadata.MetadataService
The contract version of MetadataService, the future update must make sure compatible.
VERSION - 接口 中的静态变量org.apache.dubbo.monitor.MonitorService
 
VERSION_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.CommonConstants
 
versionFromServiceKey(String) - 类 中的静态方法org.apache.dubbo.common.BaseServiceMetadata
 
ViolationReport - org.apache.dubbo.rpc.protocol.rest中的类
 
ViolationReport() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
VirtualServiceRule - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
VirtualServiceRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
VirtualServiceSpec - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
VirtualServiceSpec() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
VsDestinationGroup - org.apache.dubbo.rpc.cluster.router.mesh.rule中的类
 
VsDestinationGroup() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
VsDestinationGroupRuleDispatcher - org.apache.dubbo.rpc.cluster.router.mesh.util中的类
 
VsDestinationGroupRuleDispatcher() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.util.VsDestinationGroupRuleDispatcher
 
VsDestinationGroupRuleListener - org.apache.dubbo.rpc.cluster.router.mesh.util中的接口
 

W

wait(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.ProviderBuilder
 
wait(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
已过时。 
waitAndDrain() - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
Waits until there is a task, executes the task and all queued tasks (if there're any).
waitAndDrain(long, TimeUnit) - 类 中的方法org.apache.dubbo.common.threadpool.ThreadlessExecutor
 
warmup(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
WARMUP_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
warn(String) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
warn(String) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
warn(String) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
warn(String) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
warn(String) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with warn log level.
warn(String) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
warn(String) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
warn(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
warn(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
warn(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
warn(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
warn(String, Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with warn log level.
warn(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
warn(String, Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
warn(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jcl.JclLogger
 
warn(Throwable) - 类 中的方法org.apache.dubbo.common.logger.jdk.JdkLogger
 
warn(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j.Log4jLogger
 
warn(Throwable) - 类 中的方法org.apache.dubbo.common.logger.log4j2.Log4j2Logger
 
warn(Throwable) - 接口 中的方法org.apache.dubbo.common.logger.Logger
Logs a message with warn log level.
warn(Throwable) - 类 中的方法org.apache.dubbo.common.logger.slf4j.Slf4jLogger
 
warn(Throwable) - 类 中的方法org.apache.dubbo.common.logger.support.FailsafeLogger
 
warn(Logger, String) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
warn(Logger, String, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
warn(Logger, Throwable) - 类 中的静态方法org.apache.dubbo.common.utils.LogHelper
 
WARN - org.apache.dubbo.common.logger.Level
WARN
WARN - org.apache.dubbo.common.status.Status.Level
WARN
WATCH_RECONNECT_INTERVAL - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
WATCH_RECONNECT_LIMIT - 类 中的静态变量org.apache.dubbo.registry.kubernetes.util.KubernetesClientConst
 
weakCompareAndSet(int, int) - 类 中的方法org.apache.dubbo.common.utils.AtomicPositiveInteger
 
weight() - 注释类型 中的方法com.alibaba.dubbo.config.annotation.Service
已过时。
 
weight() - 注释类型 中的方法org.apache.dubbo.config.annotation.DubboService
Service weight value, default value is 0
weight() - 注释类型 中的方法org.apache.dubbo.config.annotation.Service
已过时。
Service weight value, default value is 0
weight(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.AbstractServiceBuilder
 
weight(Integer) - 类 中的方法org.apache.dubbo.config.bootstrap.builders.RegistryBuilder
 
WEIGHT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
WEIGHT_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
whenCompleteWithContext(BiConsumer<Result, Throwable>) - 类 中的方法com.alibaba.dubbo.rpc.Result.AbstractResult
已过时。
 
whenCompleteWithContext(BiConsumer<Result, Throwable>) - 类 中的方法org.apache.dubbo.rpc.AppResponse
 
whenCompleteWithContext(BiConsumer<Result, Throwable>) - 类 中的方法org.apache.dubbo.rpc.AsyncRpcResult
 
whenCompleteWithContext(BiConsumer<Result, Throwable>) - 接口 中的方法org.apache.dubbo.rpc.Result
Add a callback which can be triggered when the RPC call finishes.
WHITELIST - 接口 中的静态变量org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer
 
WhitelistHessian2FactoryInitializer - org.apache.dubbo.common.serialize.hessian2.dubbo中的类
see https://github.com/ebourg/hessian/commit/cf851f5131707891e723f7f6a9718c2461aed826
WhitelistHessian2FactoryInitializer() - 类 的构造器org.apache.dubbo.common.serialize.hessian2.dubbo.WhitelistHessian2FactoryInitializer
 
WILDCARD - 类 中的静态变量org.apache.dubbo.registry.nacos.NacosServiceName
 
WireProtocol - org.apache.dubbo.remoting.api中的接口
 
withCause(Throwable) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
withDescription(String) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.GrpcStatus
 
WORKER_THREAD_NUM - 类 中的静态变量org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
 
WORKLOAD_NAMESPACE_KEY - 类 中的静态变量org.apache.dubbo.registry.xds.istio.IstioConstant
 
wrap(Hessian2Output) - 类 中的方法com.alibaba.com.caucho.hessian.io.Deflation
 
wrap(Hessian2Output) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianEnvelope
Wrap the Hessian output stream in an envelope.
wrap(Hessian2Output) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Encryption
 
wrap(Hessian2Output) - 类 中的方法com.alibaba.com.caucho.hessian.security.X509Signature
 
wrap(String, int) - 类 中的静态方法org.apache.dubbo.qos.textui.TTable
 
wrap(ChannelHandler, URL) - 类 中的静态方法org.apache.dubbo.remoting.transport.dispatcher.ChannelHandlers
 
wrappedBuffer(byte[]) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
wrappedBuffer(byte[], int, int) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
wrappedBuffer(ByteBuffer) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
 
WrappedChannelHandler - org.apache.dubbo.remoting.transport.dispatcher中的类
 
WrappedChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
Wrapper - org.apache.dubbo.common.bytecode中的类
Wrapper.
Wrapper - org.apache.dubbo.common.extension中的注释类型
The annotated class will only work as a wrapper when the condition matches.
Wrapper() - 类 的构造器org.apache.dubbo.common.bytecode.Wrapper
 
WrapperComparator - org.apache.dubbo.common.extension.support中的类
OrderComparator
WrapperComparator() - 类 的构造器org.apache.dubbo.common.extension.support.WrapperComparator
 
wrapReq(URL, String, Object, String, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
wrapReq(URL, RpcInvocation, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
wrapResp(URL, String, Object, MethodDescriptor, MultipleSerialization) - 类 中的静态方法org.apache.dubbo.rpc.protocol.tri.TripleUtil
 
writable() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writable() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
writable() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writable() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writableBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writableBytes() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
writableBytes() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writableBytes() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
WritableMetadataService - org.apache.dubbo.metadata中的接口
Local MetadataService that extends MetadataService and provides the modification, which is used for Dubbo's consumers and providers.
write(byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
write(char[]) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
write(char[], int, int) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
write(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
Writes a character.
write(int) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
write(int) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
write(int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyClientHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyServerHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法org.apache.dubbo.rpc.protocol.tri.TripleClientHandler
 
write(InputStream, OutputStream) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write.
write(InputStream, OutputStream, byte[]) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write.
write(InputStream, OutputStream, int) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write.
write(Reader, Writer) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write.
write(Reader, Writer, int) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write.
write(Writer, String) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write string.
write(Object) - 类 中的方法org.apache.dubbo.remoting.api.Connection
 
write(Object) - 接口 中的方法org.apache.dubbo.rpc.AsyncContext
write value and complete the async context.
write(Object) - 类 中的方法org.apache.dubbo.rpc.AsyncContextImpl
 
write(String) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
write(String, int, int) - 类 中的方法org.apache.dubbo.common.io.UnsafeStringWriter
 
writeAttachments(Map<String, Object>) - 接口 中的方法org.apache.dubbo.common.serialize.ObjectOutput
 
writeBool(boolean) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write boolean.
writeBool(boolean) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeBool(boolean) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeBoolean(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a boolean value to the stream.
writeBoolean(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a boolean value to the stream.
writeBoolean(boolean) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a boolean value to the stream.
writeByte(byte) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write byte.
writeByte(byte) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeByte(byte) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeByte(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
writeByte(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeByte(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeByteBufferEnd(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the last chunk of a byte buffer to the stream.
writeByteBufferEnd(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a byte buffer to the stream.
writeByteBufferEnd(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a byte buffer to the stream.
writeByteBufferStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a byte buffer to the stream.
writeByteBufferStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a byte buffer to the stream.
writeByteBufferStart() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a byte buffer to the stream.
writeBytes(byte[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a byte array to the stream.
writeBytes(byte[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a byte array to the stream.
writeBytes(byte[]) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a byte array to the stream.
writeBytes(byte[]) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write byte array.
writeBytes(byte[]) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeBytes(byte[]) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(byte[]) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
writeBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeBytes(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a byte array to the stream.
writeBytes(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a byte array to the stream.
writeBytes(byte[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a byte array to the stream.
writeBytes(byte[], int, int) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write byte array.
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeBytes(InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(InputStream, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the content of the specified stream to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
writeBytes(InputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(InputStream, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
writeBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer becomes unreadable, and increases the writerIndex by the number of the transferred bytes.
writeBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeClassFieldLength(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the end of the class.
writeClassFieldLength(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the tail of the class definition to the stream.
writeDouble(double) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a double value to the stream.
writeDouble(double) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a double value to the stream.
writeDouble(double) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a double value to the stream.
writeDouble(double) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write double.
writeDouble(double) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeDouble(double) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeEvent(Object) - 接口 中的方法org.apache.dubbo.common.serialize.ObjectOutput
 
writeFault(String, String, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
writeFault(String, String, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a fault.
writeFault(String, String, Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a fault.
writeFloat(float) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write float.
writeFloat(float) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeFloat(float) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeHeader(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
已过时。 
writeHeader(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a header name.
writeInstance(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaSerializer
 
writeInt(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes an integer value to the stream.
writeInt(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes an integer value to the stream.
writeInt(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes an integer value to the stream.
writeInt(int) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write integer.
writeInt(int) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeInt(int) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeJSON(JSONConverter, JSONWriter, boolean) - 类 中的方法org.apache.dubbo.common.json.JSONArray
已过时。
write json.
writeJSON(JSONConverter, JSONWriter, boolean) - 类 中的方法org.apache.dubbo.common.json.JSONObject
已过时。
write json.
writeLines(File, String[]) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write lines.
writeLines(OutputStream, String[]) - 类 中的静态方法org.apache.dubbo.common.utils.IOUtils
write lines.
writeListBegin(int, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the list header to the stream.
writeListBegin(int, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the list header to the stream.
writeListBegin(int, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes the list header to the stream.
writeListEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the tail of the list to the stream.
writeListEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the tail of the list to the stream for a variable-length list.
writeListEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes the tail of the list to the stream.
writeLong(long) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a long value to the stream.
writeLong(long) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a long value to the stream.
writeLong(long) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a long value to the stream.
writeLong(long) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write long.
writeLong(long) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeLong(long) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeMapBegin(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the map header to the stream.
writeMapBegin(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the map header to the stream.
writeMapBegin(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes the map header to the stream.
writeMapEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the tail of the map to the stream.
writeMapEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the tail of the map to the stream.
writeMapEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes the tail of the map to the stream.
writeMethod(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the method tag.
writeMethod(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the method tag.
writeMethod(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes the method tag.
writeNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a null value to the stream.
writeNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a null value to the stream.
writeNull() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a null value to the stream.
writeObject(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a generic object to the output stream.
writeObject(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes any object to the output stream.
writeObject(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2StreamingOutput
Writes any object to the output stream.
writeObject(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes any object to the output stream.
writeObject(Object) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeObject(Object) - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectOutput
 
writeObject(Object) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeObject(Object) - 接口 中的方法org.apache.dubbo.common.serialize.ObjectOutput
write object.
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.ArraySerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.BasicSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.BeanSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.CalendarSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.ClassSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.CollectionSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumerationSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.EnumSetSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.InputStreamSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.IteratorSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.java8.Java8TimeSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.java8.ZoneIdSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.JavaSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.LocaleSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.MapSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.RemoteSerializer
 
writeObject(Object, AbstractHessianOutput) - 接口 中的方法com.alibaba.com.caucho.hessian.io.Serializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.SqlDateSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.StringValueSerializer
 
writeObject(Object, AbstractHessianOutput) - 类 中的方法com.alibaba.com.caucho.hessian.io.ThrowableSerializer
 
writeObjectBegin(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the object header to the stream (for Hessian 2.0), or a Map for Hessian 1.0.
writeObjectBegin(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the object definition
writeObjectEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes the tail of the object to the stream.
writeObjectEnd() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes the tail of the object definition to the stream.
writeObjectImpl(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianSerializerOutput
Applications which override this can do custom serialization.
writePlaceholder() - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a placeholder.
writeRef(int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a reference.
writeRemote(String, String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a remote object reference to the stream.
writeReply(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
 
writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyHandler
 
writerIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writerIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the writerIndex of this buffer.
writerIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writerIndex() - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writerIndex(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
writerIndex(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the writerIndex of this buffer.
writerIndex(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
 
writerIndex(int) - 类 中的方法org.apache.dubbo.remoting.transport.netty4.NettyBackedChannelBuffer
 
writeShort(short) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write short.
writeShort(short) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeShort(short) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeStreamingObject(Object) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Starts the streaming message
writeString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeThrowable(Object) - 接口 中的方法org.apache.dubbo.common.serialize.ObjectOutput
The following methods are customized for the requirement of Dubbo's RPC protocol implementation.
writeTo(CodedOutputStream) - 类 中的方法istio.v1.auth.Ca.IstioCertificateRequest
 
writeTo(CodedOutputStream) - 类 中的方法istio.v1.auth.Ca.IstioCertificateResponse
 
writeTo(CodedOutputStream) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleRequestWrapper
 
writeTo(CodedOutputStream) - 类 中的方法org.apache.dubbo.triple.TripleWrapper.TripleResponseWrapper
 
writeTo(OutputStream) - 类 中的方法org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
 
writeUTCDate(long) - 类 中的方法com.alibaba.com.caucho.hessian.io.AbstractHessianOutput
Writes a date to the stream.
writeUTCDate(long) - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
Writes a date to the stream.
writeUTCDate(long) - 类 中的方法com.alibaba.com.caucho.hessian.io.HessianOutput
Writes a date to the stream.
writeUTF(String) - 接口 中的方法org.apache.dubbo.common.serialize.DataOutput
Write string.
writeUTF(String) - 类 中的方法org.apache.dubbo.common.serialize.hessian2.Hessian2ObjectOutput
 
writeUTF(String) - 类 中的方法org.apache.dubbo.common.serialize.java.JavaObjectOutput
 
writeUTF(String) - 类 中的方法org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
 
writeValue(Object, JSONWriter, boolean) - 类 中的方法org.apache.dubbo.common.json.GenericJSONConverter
已过时。
 
writeValue(Object, JSONWriter, boolean) - 接口 中的方法org.apache.dubbo.common.json.JSONConverter
已过时。
write object.
writeVersion() - 类 中的方法com.alibaba.com.caucho.hessian.io.Hessian2Output
 
writtenBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 

X

X509Encryption - com.alibaba.com.caucho.hessian.security中的类
 
X509Encryption() - 类 的构造器com.alibaba.com.caucho.hessian.security.X509Encryption
 
X509Signature - com.alibaba.com.caucho.hessian.security中的类
 
X509Signature() - 类 的构造器com.alibaba.com.caucho.hessian.security.X509Signature
 
XdsCertificateSigner - org.apache.dubbo.registry.xds中的接口
 
XdsCertificateSigner.CertPair - org.apache.dubbo.registry.xds中的类
 
XdsChannel - org.apache.dubbo.registry.xds.util中的类
 
XdsEnv - org.apache.dubbo.registry.xds中的接口
 
XdsProtocol<T> - org.apache.dubbo.registry.xds.util.protocol中的接口
 
XdsRegistry - org.apache.dubbo.registry.xds中的类
Empty implements for xDS
xDS only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
XdsServiceDiscovery is the real implementation of xDS
XdsRegistry(URL) - 类 的构造器org.apache.dubbo.registry.xds.XdsRegistry
 
XdsRegistryFactory - org.apache.dubbo.registry.xds中的类
 
XdsRegistryFactory() - 类 的构造器org.apache.dubbo.registry.xds.XdsRegistryFactory
 
XdsServiceDiscovery - org.apache.dubbo.registry.xds中的类
 
XdsServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.xds.XdsServiceDiscovery
 
XdsServiceDiscoveryFactory - org.apache.dubbo.registry.xds中的类
 
XdsServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.xds.XdsServiceDiscoveryFactory
 

Y

YearHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
YearHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.YearHandle
 
YearHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.YearHandle
 
YearMonthHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
YearMonthHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.YearMonthHandle
 
YearMonthHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.YearMonthHandle
 
yybegin(int) - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Enters a new lexical state
yycharat(int) - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Returns the character at position pos from the matched text.
yyclose() - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Closes the input stream.
YYEOF - 类 中的静态变量org.apache.dubbo.common.json.Yylex
已过时。
This character denotes the end of file
YYINITIAL - 类 中的静态变量org.apache.dubbo.common.json.Yylex
已过时。
 
yylength() - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Returns the length of the matched text region.
yylex() - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
Yylex - org.apache.dubbo.common.json中的类
已过时。
yypushback(int) - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Resets the scanner to read from a new input stream.
yystate() - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Returns the current lexical state.
yytext() - 类 中的方法org.apache.dubbo.common.json.Yylex
已过时。
Returns the text matched by the current regular expression.

Z

zip(byte[]) - 类 中的静态方法org.apache.dubbo.common.io.Bytes
zip.
ZONE_KEY - 接口 中的静态变量org.apache.dubbo.common.constants.RegistryConstants
 
ZoneAwareCluster - org.apache.dubbo.rpc.cluster.support.registry中的类
 
ZoneAwareCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster
 
ZoneAwareClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support.registry中的类
When there're more than one registry for subscription.
ZoneAwareClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareClusterInvoker
 
ZoneAwareFilter - org.apache.dubbo.rpc.cluster.filter.support中的类
Determines the zone information of current request.
ZoneAwareFilter() - 类 的构造器org.apache.dubbo.rpc.cluster.filter.support.ZoneAwareFilter
 
ZonedDateTimeHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
ZonedDateTimeHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZonedDateTimeHandle
 
ZonedDateTimeHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZonedDateTimeHandle
 
ZoneDetector - org.apache.dubbo.rpc中的接口
Extend and provide your own implementation if you want to distribute traffic around registries.
ZoneIdHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
ZoneIdHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZoneIdHandle
 
ZoneIdHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZoneIdHandle
 
ZoneIdSerializer - com.alibaba.com.caucho.hessian.io.java8中的类
 
ZoneIdSerializer() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZoneIdSerializer
 
ZoneOffsetHandle - com.alibaba.com.caucho.hessian.io.java8中的类
 
ZoneOffsetHandle() - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZoneOffsetHandle
 
ZoneOffsetHandle(Object) - 类 的构造器com.alibaba.com.caucho.hessian.io.java8.ZoneOffsetHandle
 
ZOOKEEPER_PROTOCOL - 接口 中的静态变量org.apache.dubbo.config.Constants
 
ZookeeperClient - org.apache.dubbo.remoting.zookeeper中的接口
 
ZookeeperDynamicConfiguration - org.apache.dubbo.configcenter.support.zookeeper中的类
 
ZookeeperDynamicConfigurationFactory - org.apache.dubbo.configcenter.support.zookeeper中的类
 
ZookeeperDynamicConfigurationFactory() - 类 的构造器org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfigurationFactory
 
ZookeeperInstance - org.apache.dubbo.registry.zookeeper中的类
Represents the default payload of a registered service in Zookeeper.
ZookeeperInstance(String, String, Map<String, String>) - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
ZookeeperMetadataReport - org.apache.dubbo.metadata.store.zookeeper中的类
ZookeeperMetadataReport
ZookeeperMetadataReport(URL, ZookeeperTransporter) - 类 的构造器org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReport
 
ZookeeperMetadataReportFactory - org.apache.dubbo.metadata.store.zookeeper中的类
ZookeeperRegistryFactory.
ZookeeperMetadataReportFactory() - 类 的构造器org.apache.dubbo.metadata.store.zookeeper.ZookeeperMetadataReportFactory
 
ZookeeperRegistry - org.apache.dubbo.registry.zookeeper中的类
ZookeeperRegistry
ZookeeperRegistry(URL, ZookeeperTransporter) - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
ZookeeperRegistryFactory - org.apache.dubbo.registry.zookeeper中的类
ZookeeperRegistryFactory.
ZookeeperRegistryFactory() - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
 
ZookeeperServiceDiscovery - org.apache.dubbo.registry.zookeeper中的类
Zookeeper ServiceDiscovery implementation based on Apache Curator X Discovery
ZookeeperServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
ZookeeperServiceDiscoveryChangeWatcher - org.apache.dubbo.registry.zookeeper中的类
Zookeeper ServiceDiscovery Change watcher only interests in Watcher.Event.EventType.NodeChildrenChanged and Watcher.Event.EventType.NodeDataChanged event types, which will multicast a ServiceInstancesChangedEvent when the service node has been changed.
ZookeeperServiceDiscoveryChangeWatcher(ZookeeperServiceDiscovery, String, String, CountDownLatch) - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
ZookeeperServiceDiscoveryFactory - org.apache.dubbo.registry.zookeeper中的类
 
ZookeeperServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryFactory
 
ZookeeperTransporter - com.alibaba.dubbo.remoting.zookeeper中的接口
已过时。
ZookeeperTransporter - org.apache.dubbo.remoting.zookeeper中的接口
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包