- Cache - com.alibaba.dubbo.cache中的接口
-
Cache
- CACHE_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CachedThreadPool - com.alibaba.dubbo.common.threadpool.support.cached中的类
-
此线程池可伸缩,线程空闲一分钟后回收,新请求重新创建线程,来源于:Executors.newCachedThreadPool()
- CachedThreadPool() - 类 的构造器com.alibaba.dubbo.common.threadpool.support.cached.CachedThreadPool
-
- CacheFactory - com.alibaba.dubbo.cache中的接口
-
CacheFactory
- CacheFilter - com.alibaba.dubbo.cache.filter中的类
-
CacheFilter
- CacheFilter() - 类 的构造器com.alibaba.dubbo.cache.filter.CacheFilter
-
- CALLBACK_INSTANCES_LIMIT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
每个客户端同一个接口 callback服务实例的限制
- CALLBACK_SERVICE_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
callback inst id
- CALLBACK_SERVICE_PROXY_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- camelToSplitName(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.StringUtils
-
- cancel() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.DefaultFuture
-
- cancel(boolean) - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
-
- capacity() - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- capacity() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of bytes (octets) this buffer can contain.
- capacity() - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- capacity() - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- capacity() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- CATEGORY_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- caught(Channel, Throwable) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
-
on exception caught.
- caught(Throwable) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseCallback
-
caught exception.
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
-
- caught(Channel, Throwable) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- ChangeTelnetHandler - com.alibaba.dubbo.rpc.protocol.dubbo.telnet中的类
-
ChangeServiceTelnetHandler
- ChangeTelnetHandler() - 类 的构造器com.alibaba.dubbo.rpc.protocol.dubbo.telnet.ChangeTelnetHandler
-
- Channel - com.alibaba.dubbo.remoting中的接口
-
Channel.
- CHANNEL_ATTRIBUTE_READONLY_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CHANNEL_CALLBACK_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
channel中callback的invokers
- CHANNEL_HANDLER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CHANNEL_READONLYEVENT_SENT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CHANNEL_SEND_READONLYEVENT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ChannelBuffer - com.alibaba.dubbo.remoting.buffer中的接口
-
A random and sequential accessible sequence of zero or more bytes (octets).
- ChannelBufferFactory - com.alibaba.dubbo.remoting.buffer中的接口
-
- ChannelBufferInputStream - com.alibaba.dubbo.remoting.buffer中的类
-
- ChannelBufferInputStream(ChannelBuffer) - 类 的构造器com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream
-
- ChannelBufferInputStream(ChannelBuffer, int) - 类 的构造器com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream
-
- ChannelBufferOutputStream - com.alibaba.dubbo.remoting.buffer中的类
-
- ChannelBufferOutputStream(ChannelBuffer) - 类 的构造器com.alibaba.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- ChannelBuffers - com.alibaba.dubbo.remoting.buffer中的类
-
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyHandler
-
- ChannelDelegate - com.alibaba.dubbo.remoting.transport中的类
-
ChannelDelegate
- ChannelDelegate() - 类 的构造器com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- ChannelDelegate(Channel) - 类 的构造器com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyHandler
-
- ChannelEventRunnable - com.alibaba.dubbo.remoting.transport.dispatcher中的类
-
- ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState) - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Object) - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Throwable) - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Object, Throwable) - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- ChannelEventRunnable.ChannelState - com.alibaba.dubbo.remoting.transport.dispatcher中的枚举
-
ChannelState
- ChannelHandler - com.alibaba.dubbo.remoting中的接口
-
ChannelHandler.
- ChannelHandlerAdapter - com.alibaba.dubbo.remoting.transport中的类
-
ChannelHandlerAdapter.
- ChannelHandlerAdapter() - 类 的构造器com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter
-
- ChannelHandlerDelegate - com.alibaba.dubbo.remoting.transport中的接口
-
- ChannelHandlerDispatcher - com.alibaba.dubbo.remoting.transport中的类
-
ChannelListenerDispatcher
- ChannelHandlerDispatcher() - 类 的构造器com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- ChannelHandlerDispatcher(ChannelHandler...) - 类 的构造器com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- ChannelHandlerDispatcher(Collection<ChannelHandler>) - 类 的构造器com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- ChannelHandlers - com.alibaba.dubbo.remoting.transport.dispatcher中的类
-
- CharArrayMerger - com.alibaba.dubbo.rpc.cluster.merger中的类
-
- CharArrayMerger() - 类 的构造器com.alibaba.dubbo.rpc.cluster.merger.CharArrayMerger
-
- CHARSET_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- check() - 接口 中的方法com.alibaba.dubbo.common.status.StatusChecker
-
check status
- check() - 类 中的方法com.alibaba.dubbo.common.status.support.LoadStatusChecker
-
- check() - 类 中的方法com.alibaba.dubbo.common.status.support.MemoryStatusChecker
-
- check() - 类 中的方法com.alibaba.dubbo.config.spring.status.DataSourceStatusChecker
-
- check() - 类 中的方法com.alibaba.dubbo.config.spring.status.SpringStatusChecker
-
- check() - 类 中的方法com.alibaba.dubbo.registry.status.RegistryStatusChecker
-
- check() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.status.ServerStatusChecker
-
- check() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.status.ThreadPoolStatusChecker
-
- CHECK_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- checkBytecode(String, byte[]) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- checkDuplicate(Class<?>, boolean) - 类 中的静态方法com.alibaba.dubbo.common.Version
-
- checkDuplicate(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.Version
-
- checkDuplicate(String, boolean) - 类 中的静态方法com.alibaba.dubbo.common.Version
-
- checkNoError() - 类 中的静态方法com.alibaba.dubbo.common.utils.LogUtil
-
- childChanged(String, List<String>) - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ChildListener
-
- ChildListener - com.alibaba.dubbo.remoting.zookeeper中的接口
-
- CLASS_DESC - 类 中的静态变量com.alibaba.dubbo.common.utils.ReflectUtils
-
- CLASS_EXTENSION - 类 中的静态变量com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- CLASS_NAME_GENERATOR_KEY - 类 中的静态变量com.alibaba.dubbo.rpc.protocol.thrift.ThriftConstants
-
- CLASS_PROPERTY - 接口 中的静态变量com.alibaba.dubbo.common.json.JSONVisitor
-
- ClassDescriptorMapper - com.alibaba.dubbo.common.serialize.support.dubbo中的接口
-
- ClassGenerator - com.alibaba.dubbo.common.bytecode中的类
-
ClassGenerator
- ClassGenerator.DC - com.alibaba.dubbo.common.bytecode中的接口
-
- ClassHelper - com.alibaba.dubbo.common.utils中的类
-
- ClassHelper() - 类 的构造器com.alibaba.dubbo.common.utils.ClassHelper
-
- CLASSIFIER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ClassLoaderFilter - com.alibaba.dubbo.rpc.filter中的类
-
ClassLoaderInvokerFilter
- ClassLoaderFilter() - 类 的构造器com.alibaba.dubbo.rpc.filter.ClassLoaderFilter
-
- ClassNameGenerator - com.alibaba.dubbo.rpc.protocol.thrift中的接口
-
- ClassUtils - com.alibaba.dubbo.common.compiler.support中的类
-
ClassUtils.
- clear() - 类 中的方法com.alibaba.dubbo.common.utils.ConcurrentHashSet
-
Removes all of the elements from this set.
- clear() - 类 中的静态方法com.alibaba.dubbo.common.utils.DubboAppender
-
- clear() - 类 中的方法com.alibaba.dubbo.common.utils.LRUCache
-
- clear() - 类 中的方法com.alibaba.dubbo.common.utils.Stack
-
clear stack.
- clear() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- clear() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Sets the readerIndex and writerIndex of this buffer to
0.
- clear() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- clearAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- clearParameters() - 类 中的方法com.alibaba.dubbo.common.URL
-
- ClearTelnetHandler - com.alibaba.dubbo.remoting.telnet.support.command中的类
-
ClearTelnetHandler
- ClearTelnetHandler() - 类 的构造器com.alibaba.dubbo.remoting.telnet.support.command.ClearTelnetHandler
-
- Client - com.alibaba.dubbo.remoting中的接口
-
Remoting Client.
- CLIENT_ERROR - 类 中的静态变量com.alibaba.dubbo.remoting.exchange.Response
-
internal server error.
- CLIENT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CLIENT_SIDE - 异常错误 中的静态变量com.alibaba.dubbo.remoting.TimeoutException
-
- CLIENT_TIMEOUT - 类 中的静态变量com.alibaba.dubbo.remoting.exchange.Response
-
clien side timeout.
- ClientDelegate - com.alibaba.dubbo.remoting.transport中的类
-
ClientDelegate
- ClientDelegate() - 类 的构造器com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- ClientDelegate(Client) - 类 的构造器com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- ClientsPageHandler - com.alibaba.dubbo.rpc.protocol.dubbo.page中的类
-
ClientsPageHandler
- ClientsPageHandler() - 类 的构造器com.alibaba.dubbo.rpc.protocol.dubbo.page.ClientsPageHandler
-
- close() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayInputStream
-
- close() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayOutputStream
-
- close() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringReader
-
- close() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringWriter
-
- close() - 接口 中的方法com.alibaba.dubbo.remoting.Endpoint
-
close the channel.
- close(int) - 接口 中的方法com.alibaba.dubbo.remoting.Endpoint
-
Graceful close the channel.
- close(int) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeChannel
-
graceful close.
- close() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- close() - 接口 中的方法com.alibaba.dubbo.remoting.http.HttpServer
-
close the channel.
- close(int) - 接口 中的方法com.alibaba.dubbo.remoting.http.HttpServer
-
Graceful close the channel.
- close() - 类 中的方法com.alibaba.dubbo.remoting.http.jetty.JettyHttpServer
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.AbstractExchangeGroup
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.ExchangeServerPeer
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.FileExchangeGroup
-
- close() - 接口 中的方法com.alibaba.dubbo.remoting.p2p.Group
-
close the group.
- close() - 类 中的方法com.alibaba.dubbo.remoting.p2p.support.AbstractGroup
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.p2p.support.FileGroup
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.p2p.support.ServerPeer
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- close(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- close() - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
-
- close() - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient
-
- close() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnection
-
- close() - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.InputStreamWrapper
-
- close() - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- closeAll() - 类 中的静态方法com.alibaba.dubbo.config.RegistryConfig
-
已过时。
- Cluster - com.alibaba.dubbo.rpc.cluster中的接口
-
Cluster.
- CLUSTER_AVAILABLE_CHECK_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
集群时是否排除非available的invoker
- CLUSTER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CLUSTER_STICKY_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
集群时是否启用sticky策略
- ClusterUtils - com.alibaba.dubbo.rpc.cluster.support中的类
-
ClusterUtils
- Codec - com.alibaba.dubbo.remoting中的接口
-
已过时。
- Codec2 - com.alibaba.dubbo.remoting中的接口
-
- Codec2.DecodeResult - com.alibaba.dubbo.remoting中的枚举
-
- CODEC_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CodecAdapter - com.alibaba.dubbo.remoting.transport.codec中的类
-
- CodecAdapter(Codec) - 类 的构造器com.alibaba.dubbo.remoting.transport.codec.CodecAdapter
-
- CodecSupport - com.alibaba.dubbo.remoting.transport中的类
-
- collect(URL) - 类 中的方法com.alibaba.dubbo.monitor.dubbo.DubboMonitor
-
- collect(URL) - 接口 中的方法com.alibaba.dubbo.monitor.MonitorService
-
监控数据采集.
1.
- CollectionUtils - com.alibaba.dubbo.common.utils中的类
-
- COLON - 类 中的静态变量com.alibaba.dubbo.common.json.JSON
-
- COLON - 类 中的静态变量com.alibaba.dubbo.common.json.JSONToken
-
- com.alibaba.dubbo.cache - 程序包 com.alibaba.dubbo.cache
-
- com.alibaba.dubbo.cache.filter - 程序包 com.alibaba.dubbo.cache.filter
-
- com.alibaba.dubbo.cache.support - 程序包 com.alibaba.dubbo.cache.support
-
- com.alibaba.dubbo.cache.support.jcache - 程序包 com.alibaba.dubbo.cache.support.jcache
-
- com.alibaba.dubbo.cache.support.lru - 程序包 com.alibaba.dubbo.cache.support.lru
-
- com.alibaba.dubbo.cache.support.threadlocal - 程序包 com.alibaba.dubbo.cache.support.threadlocal
-
- com.alibaba.dubbo.common - 程序包 com.alibaba.dubbo.common
-
- com.alibaba.dubbo.common.beanutil - 程序包 com.alibaba.dubbo.common.beanutil
-
- com.alibaba.dubbo.common.bytecode - 程序包 com.alibaba.dubbo.common.bytecode
-
- com.alibaba.dubbo.common.compiler - 程序包 com.alibaba.dubbo.common.compiler
-
- com.alibaba.dubbo.common.compiler.support - 程序包 com.alibaba.dubbo.common.compiler.support
-
- com.alibaba.dubbo.common.extension - 程序包 com.alibaba.dubbo.common.extension
-
- com.alibaba.dubbo.common.extension.factory - 程序包 com.alibaba.dubbo.common.extension.factory
-
- com.alibaba.dubbo.common.extension.support - 程序包 com.alibaba.dubbo.common.extension.support
-
- com.alibaba.dubbo.common.io - 程序包 com.alibaba.dubbo.common.io
-
- com.alibaba.dubbo.common.json - 程序包 com.alibaba.dubbo.common.json
-
- com.alibaba.dubbo.common.logger - 程序包 com.alibaba.dubbo.common.logger
-
- com.alibaba.dubbo.common.logger.jcl - 程序包 com.alibaba.dubbo.common.logger.jcl
-
- com.alibaba.dubbo.common.logger.jdk - 程序包 com.alibaba.dubbo.common.logger.jdk
-
- com.alibaba.dubbo.common.logger.log4j - 程序包 com.alibaba.dubbo.common.logger.log4j
-
- com.alibaba.dubbo.common.logger.slf4j - 程序包 com.alibaba.dubbo.common.logger.slf4j
-
- com.alibaba.dubbo.common.logger.support - 程序包 com.alibaba.dubbo.common.logger.support
-
- com.alibaba.dubbo.common.serialize - 程序包 com.alibaba.dubbo.common.serialize
-
- com.alibaba.dubbo.common.serialize.support.dubbo - 程序包 com.alibaba.dubbo.common.serialize.support.dubbo
-
- com.alibaba.dubbo.common.serialize.support.hessian - 程序包 com.alibaba.dubbo.common.serialize.support.hessian
-
- com.alibaba.dubbo.common.serialize.support.java - 程序包 com.alibaba.dubbo.common.serialize.support.java
-
- com.alibaba.dubbo.common.serialize.support.json - 程序包 com.alibaba.dubbo.common.serialize.support.json
-
- com.alibaba.dubbo.common.serialize.support.nativejava - 程序包 com.alibaba.dubbo.common.serialize.support.nativejava
-
- com.alibaba.dubbo.common.status - 程序包 com.alibaba.dubbo.common.status
-
- com.alibaba.dubbo.common.status.support - 程序包 com.alibaba.dubbo.common.status.support
-
- com.alibaba.dubbo.common.store - 程序包 com.alibaba.dubbo.common.store
-
- com.alibaba.dubbo.common.store.support - 程序包 com.alibaba.dubbo.common.store.support
-
- com.alibaba.dubbo.common.threadpool - 程序包 com.alibaba.dubbo.common.threadpool
-
- com.alibaba.dubbo.common.threadpool.support - 程序包 com.alibaba.dubbo.common.threadpool.support
-
- com.alibaba.dubbo.common.threadpool.support.cached - 程序包 com.alibaba.dubbo.common.threadpool.support.cached
-
- com.alibaba.dubbo.common.threadpool.support.fixed - 程序包 com.alibaba.dubbo.common.threadpool.support.fixed
-
- com.alibaba.dubbo.common.threadpool.support.limited - 程序包 com.alibaba.dubbo.common.threadpool.support.limited
-
- 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 - 程序包 com.alibaba.dubbo.config.spring
-
- com.alibaba.dubbo.config.spring.extension - 程序包 com.alibaba.dubbo.config.spring.extension
-
- com.alibaba.dubbo.config.spring.schema - 程序包 com.alibaba.dubbo.config.spring.schema
-
- com.alibaba.dubbo.config.spring.status - 程序包 com.alibaba.dubbo.config.spring.status
-
- com.alibaba.dubbo.config.support - 程序包 com.alibaba.dubbo.config.support
-
- com.alibaba.dubbo.config.utils - 程序包 com.alibaba.dubbo.config.utils
-
- com.alibaba.dubbo.container - 程序包 com.alibaba.dubbo.container
-
- com.alibaba.dubbo.container.jetty - 程序包 com.alibaba.dubbo.container.jetty
-
- com.alibaba.dubbo.container.log4j - 程序包 com.alibaba.dubbo.container.log4j
-
- com.alibaba.dubbo.container.logback - 程序包 com.alibaba.dubbo.container.logback
-
- com.alibaba.dubbo.container.page - 程序包 com.alibaba.dubbo.container.page
-
- com.alibaba.dubbo.container.page.pages - 程序包 com.alibaba.dubbo.container.page.pages
-
- com.alibaba.dubbo.container.spring - 程序包 com.alibaba.dubbo.container.spring
-
- com.alibaba.dubbo.monitor - 程序包 com.alibaba.dubbo.monitor
-
- com.alibaba.dubbo.monitor.dubbo - 程序包 com.alibaba.dubbo.monitor.dubbo
-
- com.alibaba.dubbo.monitor.support - 程序包 com.alibaba.dubbo.monitor.support
-
- com.alibaba.dubbo.registry - 程序包 com.alibaba.dubbo.registry
-
- com.alibaba.dubbo.registry.dubbo - 程序包 com.alibaba.dubbo.registry.dubbo
-
- com.alibaba.dubbo.registry.integration - 程序包 com.alibaba.dubbo.registry.integration
-
- com.alibaba.dubbo.registry.multicast - 程序包 com.alibaba.dubbo.registry.multicast
-
- com.alibaba.dubbo.registry.pages - 程序包 com.alibaba.dubbo.registry.pages
-
- com.alibaba.dubbo.registry.redis - 程序包 com.alibaba.dubbo.registry.redis
-
- com.alibaba.dubbo.registry.status - 程序包 com.alibaba.dubbo.registry.status
-
- com.alibaba.dubbo.registry.support - 程序包 com.alibaba.dubbo.registry.support
-
- com.alibaba.dubbo.registry.zookeeper - 程序包 com.alibaba.dubbo.registry.zookeeper
-
- com.alibaba.dubbo.remoting - 程序包 com.alibaba.dubbo.remoting
-
- com.alibaba.dubbo.remoting.buffer - 程序包 com.alibaba.dubbo.remoting.buffer
-
- com.alibaba.dubbo.remoting.exchange - 程序包 com.alibaba.dubbo.remoting.exchange
-
- com.alibaba.dubbo.remoting.exchange.codec - 程序包 com.alibaba.dubbo.remoting.exchange.codec
-
- com.alibaba.dubbo.remoting.exchange.support - 程序包 com.alibaba.dubbo.remoting.exchange.support
-
- com.alibaba.dubbo.remoting.exchange.support.header - 程序包 com.alibaba.dubbo.remoting.exchange.support.header
-
- com.alibaba.dubbo.remoting.http - 程序包 com.alibaba.dubbo.remoting.http
-
- com.alibaba.dubbo.remoting.http.jetty - 程序包 com.alibaba.dubbo.remoting.http.jetty
-
- com.alibaba.dubbo.remoting.http.servlet - 程序包 com.alibaba.dubbo.remoting.http.servlet
-
- com.alibaba.dubbo.remoting.http.support - 程序包 com.alibaba.dubbo.remoting.http.support
-
- com.alibaba.dubbo.remoting.p2p - 程序包 com.alibaba.dubbo.remoting.p2p
-
- com.alibaba.dubbo.remoting.p2p.exchange - 程序包 com.alibaba.dubbo.remoting.p2p.exchange
-
- com.alibaba.dubbo.remoting.p2p.exchange.support - 程序包 com.alibaba.dubbo.remoting.p2p.exchange.support
-
- com.alibaba.dubbo.remoting.p2p.support - 程序包 com.alibaba.dubbo.remoting.p2p.support
-
- com.alibaba.dubbo.remoting.telnet - 程序包 com.alibaba.dubbo.remoting.telnet
-
- com.alibaba.dubbo.remoting.telnet.codec - 程序包 com.alibaba.dubbo.remoting.telnet.codec
-
- com.alibaba.dubbo.remoting.telnet.support - 程序包 com.alibaba.dubbo.remoting.telnet.support
-
- com.alibaba.dubbo.remoting.telnet.support.command - 程序包 com.alibaba.dubbo.remoting.telnet.support.command
-
- com.alibaba.dubbo.remoting.transport - 程序包 com.alibaba.dubbo.remoting.transport
-
- com.alibaba.dubbo.remoting.transport.codec - 程序包 com.alibaba.dubbo.remoting.transport.codec
-
- com.alibaba.dubbo.remoting.transport.dispatcher - 程序包 com.alibaba.dubbo.remoting.transport.dispatcher
-
- com.alibaba.dubbo.remoting.transport.dispatcher.all - 程序包 com.alibaba.dubbo.remoting.transport.dispatcher.all
-
- com.alibaba.dubbo.remoting.transport.dispatcher.connection - 程序包 com.alibaba.dubbo.remoting.transport.dispatcher.connection
-
- com.alibaba.dubbo.remoting.transport.dispatcher.direct - 程序包 com.alibaba.dubbo.remoting.transport.dispatcher.direct
-
- com.alibaba.dubbo.remoting.transport.dispatcher.execution - 程序包 com.alibaba.dubbo.remoting.transport.dispatcher.execution
-
- com.alibaba.dubbo.remoting.transport.dispatcher.message - 程序包 com.alibaba.dubbo.remoting.transport.dispatcher.message
-
- com.alibaba.dubbo.remoting.transport.grizzly - 程序包 com.alibaba.dubbo.remoting.transport.grizzly
-
- com.alibaba.dubbo.remoting.transport.mina - 程序包 com.alibaba.dubbo.remoting.transport.mina
-
- com.alibaba.dubbo.remoting.transport.netty - 程序包 com.alibaba.dubbo.remoting.transport.netty
-
- com.alibaba.dubbo.remoting.zookeeper - 程序包 com.alibaba.dubbo.remoting.zookeeper
-
- com.alibaba.dubbo.remoting.zookeeper.curator - 程序包 com.alibaba.dubbo.remoting.zookeeper.curator
-
- com.alibaba.dubbo.remoting.zookeeper.support - 程序包 com.alibaba.dubbo.remoting.zookeeper.support
-
- com.alibaba.dubbo.remoting.zookeeper.zkclient - 程序包 com.alibaba.dubbo.remoting.zookeeper.zkclient
-
- com.alibaba.dubbo.rpc - 程序包 com.alibaba.dubbo.rpc
-
- com.alibaba.dubbo.rpc.cluster - 程序包 com.alibaba.dubbo.rpc.cluster
-
- com.alibaba.dubbo.rpc.cluster.configurator - 程序包 com.alibaba.dubbo.rpc.cluster.configurator
-
- com.alibaba.dubbo.rpc.cluster.configurator.absent - 程序包 com.alibaba.dubbo.rpc.cluster.configurator.absent
-
- com.alibaba.dubbo.rpc.cluster.configurator.override - 程序包 com.alibaba.dubbo.rpc.cluster.configurator.override
-
- com.alibaba.dubbo.rpc.cluster.directory - 程序包 com.alibaba.dubbo.rpc.cluster.directory
-
- com.alibaba.dubbo.rpc.cluster.loadbalance - 程序包 com.alibaba.dubbo.rpc.cluster.loadbalance
-
- com.alibaba.dubbo.rpc.cluster.merger - 程序包 com.alibaba.dubbo.rpc.cluster.merger
-
- com.alibaba.dubbo.rpc.cluster.router - 程序包 com.alibaba.dubbo.rpc.cluster.router
-
- com.alibaba.dubbo.rpc.cluster.router.condition - 程序包 com.alibaba.dubbo.rpc.cluster.router.condition
-
- com.alibaba.dubbo.rpc.cluster.router.file - 程序包 com.alibaba.dubbo.rpc.cluster.router.file
-
- com.alibaba.dubbo.rpc.cluster.router.script - 程序包 com.alibaba.dubbo.rpc.cluster.router.script
-
- com.alibaba.dubbo.rpc.cluster.support - 程序包 com.alibaba.dubbo.rpc.cluster.support
-
- com.alibaba.dubbo.rpc.cluster.support.wrapper - 程序包 com.alibaba.dubbo.rpc.cluster.support.wrapper
-
- com.alibaba.dubbo.rpc.filter - 程序包 com.alibaba.dubbo.rpc.filter
-
- com.alibaba.dubbo.rpc.filter.tps - 程序包 com.alibaba.dubbo.rpc.filter.tps
-
- com.alibaba.dubbo.rpc.listener - 程序包 com.alibaba.dubbo.rpc.listener
-
- com.alibaba.dubbo.rpc.protocol - 程序包 com.alibaba.dubbo.rpc.protocol
-
- com.alibaba.dubbo.rpc.protocol.dubbo - 程序包 com.alibaba.dubbo.rpc.protocol.dubbo
-
- com.alibaba.dubbo.rpc.protocol.dubbo.filter - 程序包 com.alibaba.dubbo.rpc.protocol.dubbo.filter
-
- com.alibaba.dubbo.rpc.protocol.dubbo.page - 程序包 com.alibaba.dubbo.rpc.protocol.dubbo.page
-
- com.alibaba.dubbo.rpc.protocol.dubbo.status - 程序包 com.alibaba.dubbo.rpc.protocol.dubbo.status
-
- com.alibaba.dubbo.rpc.protocol.dubbo.telnet - 程序包 com.alibaba.dubbo.rpc.protocol.dubbo.telnet
-
- com.alibaba.dubbo.rpc.protocol.hessian - 程序包 com.alibaba.dubbo.rpc.protocol.hessian
-
- com.alibaba.dubbo.rpc.protocol.http - 程序包 com.alibaba.dubbo.rpc.protocol.http
-
- com.alibaba.dubbo.rpc.protocol.injvm - 程序包 com.alibaba.dubbo.rpc.protocol.injvm
-
- com.alibaba.dubbo.rpc.protocol.memcached - 程序包 com.alibaba.dubbo.rpc.protocol.memcached
-
- com.alibaba.dubbo.rpc.protocol.redis - 程序包 com.alibaba.dubbo.rpc.protocol.redis
-
- com.alibaba.dubbo.rpc.protocol.rmi - 程序包 com.alibaba.dubbo.rpc.protocol.rmi
-
- com.alibaba.dubbo.rpc.protocol.thrift - 程序包 com.alibaba.dubbo.rpc.protocol.thrift
-
- com.alibaba.dubbo.rpc.protocol.thrift.ext - 程序包 com.alibaba.dubbo.rpc.protocol.thrift.ext
-
- com.alibaba.dubbo.rpc.protocol.thrift.io - 程序包 com.alibaba.dubbo.rpc.protocol.thrift.io
-
- com.alibaba.dubbo.rpc.protocol.webservice - 程序包 com.alibaba.dubbo.rpc.protocol.webservice
-
- com.alibaba.dubbo.rpc.proxy - 程序包 com.alibaba.dubbo.rpc.proxy
-
- com.alibaba.dubbo.rpc.proxy.javassist - 程序包 com.alibaba.dubbo.rpc.proxy.javassist
-
- com.alibaba.dubbo.rpc.proxy.jdk - 程序包 com.alibaba.dubbo.rpc.proxy.jdk
-
- com.alibaba.dubbo.rpc.proxy.wrapper - 程序包 com.alibaba.dubbo.rpc.proxy.wrapper
-
- 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
-
- com.alibaba.dubbo.validation.filter - 程序包 com.alibaba.dubbo.validation.filter
-
- com.alibaba.dubbo.validation.support - 程序包 com.alibaba.dubbo.validation.support
-
- com.alibaba.dubbo.validation.support.jvalidation - 程序包 com.alibaba.dubbo.validation.support.jvalidation
-
- COMMA - 类 中的静态变量com.alibaba.dubbo.common.json.JSON
-
- COMMA - 类 中的静态变量com.alibaba.dubbo.common.json.JSONToken
-
- COMMA_SEPARATOR - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- COMMA_SPLIT_PATTERN - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CompactedJavaSerialization - com.alibaba.dubbo.common.serialize.support.java中的类
-
- CompactedJavaSerialization() - 类 的构造器com.alibaba.dubbo.common.serialize.support.java.CompactedJavaSerialization
-
- CompactedObjectInputStream - com.alibaba.dubbo.common.serialize.support.java中的类
-
Compacted java object input stream.
- CompactedObjectInputStream(InputStream) - 类 的构造器com.alibaba.dubbo.common.serialize.support.java.CompactedObjectInputStream
-
- CompactedObjectInputStream(InputStream, ClassLoader) - 类 的构造器com.alibaba.dubbo.common.serialize.support.java.CompactedObjectInputStream
-
- CompactedObjectOutputStream - com.alibaba.dubbo.common.serialize.support.java中的类
-
Compacted java object output stream.
- CompactedObjectOutputStream(OutputStream) - 类 的构造器com.alibaba.dubbo.common.serialize.support.java.CompactedObjectOutputStream
-
- COMPARATOR - 类 中的静态变量com.alibaba.dubbo.common.extension.support.ActivateComparator
-
- compare(Object, Object) - 类 中的方法com.alibaba.dubbo.common.extension.support.ActivateComparator
-
- compare(PageHandler, PageHandler) - 类 中的方法com.alibaba.dubbo.container.page.MenuComparator
-
- compare(ChannelBuffer, ChannelBuffer) - 类 中的静态方法com.alibaba.dubbo.remoting.buffer.ChannelBuffers
-
- compareAndSet(int, int) - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- compareTo(ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- compareTo(ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- compareTo(Configurator) - 类 中的方法com.alibaba.dubbo.rpc.cluster.configurator.AbstractConfigurator
-
根据priority、host依次排序
priority值越大,优先级越高;
priority相同,特定host优先级高于anyhost 0.0.0.0
- compareTo(Router) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.condition.ConditionRouter
-
- compareTo(Router) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.MockInvokersSelector
-
- compareTo(Router) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.script.ScriptRouter
-
- COMPATIBLE_CODEC_NAME - 类 中的静态变量com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- CompatibleFilter - com.alibaba.dubbo.rpc.filter中的类
-
CompatibleFilter
- CompatibleFilter() - 类 的构造器com.alibaba.dubbo.rpc.filter.CompatibleFilter
-
- compatibleTypeConvert(Object, Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.CompatibleTypeUtils
-
兼容类型转换。
- CompatibleTypeUtils - com.alibaba.dubbo.common.utils中的类
-
- compile(String, ClassLoader) - 接口 中的方法com.alibaba.dubbo.common.compiler.Compiler
-
Compile java source code.
- compile(String, ClassLoader) - 类 中的方法com.alibaba.dubbo.common.compiler.support.AbstractCompiler
-
- compile(String, ClassLoader) - 类 中的方法com.alibaba.dubbo.common.compiler.support.AdaptiveCompiler
-
- Compiler - com.alibaba.dubbo.common.compiler中的接口
-
Compiler.
- CONCURRENT - 接口 中的静态变量com.alibaba.dubbo.monitor.MonitorService
-
- ConcurrentHashSet<E> - com.alibaba.dubbo.common.utils中的类
-
- ConcurrentHashSet() - 类 的构造器com.alibaba.dubbo.common.utils.ConcurrentHashSet
-
- ConcurrentHashSet(int) - 类 的构造器com.alibaba.dubbo.common.utils.ConcurrentHashSet
-
- CONDITION_PROTOCOL - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ConditionRouter - com.alibaba.dubbo.rpc.cluster.router.condition中的类
-
ConditionRouter
- ConditionRouter(URL) - 类 的构造器com.alibaba.dubbo.rpc.cluster.router.condition.ConditionRouter
-
- ConditionRouterFactory - com.alibaba.dubbo.rpc.cluster.router.condition中的类
-
ConditionRouterFactory
- ConditionRouterFactory() - 类 的构造器com.alibaba.dubbo.rpc.cluster.router.condition.ConditionRouterFactory
-
- Configurator - com.alibaba.dubbo.rpc.cluster中的接口
-
Configurator.
- ConfiguratorFactory - com.alibaba.dubbo.rpc.cluster中的接口
-
ConfiguratorFactory.
- CONFIGURATORS_CATEGORY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- configure(URL) - 类 中的方法com.alibaba.dubbo.rpc.cluster.configurator.AbstractConfigurator
-
- configure(URL) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Configurator
-
Configure the provider url.
- ConfigUtils - com.alibaba.dubbo.common.utils中的类
-
- connect(URL, ExchangeHandler) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.Exchanger
-
connect.
- connect(String) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(URL) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(String, Replier<?>) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(URL, Replier<?>) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(String, ChannelHandler, Replier<?>) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(URL, ChannelHandler, Replier<?>) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(String, ExchangeHandler) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(URL, ExchangeHandler) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- connect(URL, ExchangeHandler) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchanger
-
- connect(URL, ChannelHandler) - 类 中的方法com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyTransporter
-
- connect(URL, ChannelHandler) - 类 中的方法com.alibaba.dubbo.remoting.transport.mina.MinaTransporter
-
- connect(URL, ChannelHandler) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyTransporter
-
- connect(URL, ChannelHandler) - 接口 中的方法com.alibaba.dubbo.remoting.Transporter
-
Connect to a server.
- connect(String, ChannelHandler...) - 类 中的静态方法com.alibaba.dubbo.remoting.Transporters
-
- connect(URL, ChannelHandler...) - 类 中的静态方法com.alibaba.dubbo.remoting.Transporters
-
- connect(URL) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter
-
- connect(URL) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.zkclient.ZkclientZookeeperTransporter
-
- connect(URL) - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter
-
- CONNECT_QUEUE_CAPACITY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CONNECT_QUEUE_WARNING_SIZE - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CONNECT_TIMEOUT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- connected(Channel) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
-
on channel connected.
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeartbeatHandler
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- connected(Channel) - 类 中的方法com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyServer
-
- CONNECTED - 接口 中的静态变量com.alibaba.dubbo.remoting.zookeeper.StateListener
-
- ConnectionOrderedChannelHandler - com.alibaba.dubbo.remoting.transport.dispatcher.connection中的类
-
- ConnectionOrderedChannelHandler(ChannelHandler, URL) - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
-
- ConnectionOrderedDispatcher - com.alibaba.dubbo.remoting.transport.dispatcher.connection中的类
-
connect disconnect 保证顺序.
- ConnectionOrderedDispatcher() - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
-
- CONNECTIONS_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ConsistentHashLoadBalance - com.alibaba.dubbo.rpc.cluster.loadbalance中的类
-
ConsistentHashLoadBalance
- ConsistentHashLoadBalance() - 类 的构造器com.alibaba.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
-
- Constants - com.alibaba.dubbo.common中的类
-
Constants
- Constants() - 类 的构造器com.alibaba.dubbo.common.Constants
-
- CONSUMER - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CONSUMER - 接口 中的静态变量com.alibaba.dubbo.monitor.MonitorService
-
- CONSUMER_PROTOCOL - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CONSUMER_SIDE - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ConsumerConfig - com.alibaba.dubbo.config中的类
-
ConsumerConfig
- ConsumerConfig() - 类 的构造器com.alibaba.dubbo.config.ConsumerConfig
-
- ConsumerContextFilter - com.alibaba.dubbo.rpc.filter中的类
-
ConsumerContextInvokerFilter
- ConsumerContextFilter() - 类 的构造器com.alibaba.dubbo.rpc.filter.ConsumerContextFilter
-
- CONSUMERS_CATEGORY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- Container - com.alibaba.dubbo.container中的接口
-
Container.
- CONTAINER_KEY - 类 中的静态变量com.alibaba.dubbo.container.Main
-
- contains(String) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
contains key.
- contains(Object) - 类 中的方法com.alibaba.dubbo.common.utils.ConcurrentHashSet
-
Returns true if this set contains the specified element.
- containsKey(Object) - 类 中的方法com.alibaba.dubbo.common.utils.LRUCache
-
- containsProperty(Object) - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- ContextFilter - com.alibaba.dubbo.rpc.filter中的类
-
ContextInvokerFilter
- ContextFilter() - 类 的构造器com.alibaba.dubbo.rpc.filter.ContextFilter
-
- convert(URL, Object) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.RuleConverter
-
- convertRegister(Map<String, Map<String, String>>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- convertSubscribe(Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- copy() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- copy(int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- copy() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns a copy of this buffer's readable bytes.
- copy(int, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns a copy of this buffer's sub-region.
- copy(int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- copy(int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- copy(int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- copy() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- copyOf(byte[], int) - 类 中的静态方法com.alibaba.dubbo.common.io.Bytes
-
byte array copy.
- CORE_THREADS_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- COUNT_PROTOCOL - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- CountTelnetHandler - com.alibaba.dubbo.rpc.protocol.dubbo.telnet中的类
-
CountTelnetHandler
- CountTelnetHandler() - 类 的构造器com.alibaba.dubbo.rpc.protocol.dubbo.telnet.CountTelnetHandler
-
- create() - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.support.MultiMessage
-
- create(String, boolean) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
-
- create(String, boolean) - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient
-
- createEphemeral(String) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
-
- createEphemeral(String) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.zkclient.ZkclientZookeeperClient
-
- createFromArray(Object...) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.support.MultiMessage
-
- createFromCollection(Collection) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.support.MultiMessage
-
- createPersistent(String) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
-
- createPersistent(String) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.zkclient.ZkclientZookeeperClient
-
- createRegistry(URL) - 类 中的方法com.alibaba.dubbo.registry.dubbo.DubboRegistryFactory
-
- createRegistry(URL) - 类 中的方法com.alibaba.dubbo.registry.multicast.MulticastRegistryFactory
-
- createRegistry(URL) - 类 中的方法com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistryFactory
-
- createTargetChildListener(String, ChildListener) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
-
- createTargetChildListener(String, ChildListener) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.zkclient.ZkclientZookeeperClient
-
- CuratorZookeeperClient - com.alibaba.dubbo.remoting.zookeeper.curator中的类
-
- CuratorZookeeperClient(URL) - 类 的构造器com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
-
- CuratorZookeeperTransporter - com.alibaba.dubbo.remoting.zookeeper.curator中的类
-
- CuratorZookeeperTransporter() - 类 的构造器com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter
-
- CurrentTelnetHandler - com.alibaba.dubbo.rpc.protocol.dubbo.telnet中的类
-
CurrentServiceTelnetHandler
- CurrentTelnetHandler() - 类 的构造器com.alibaba.dubbo.rpc.protocol.dubbo.telnet.CurrentTelnetHandler
-
- generalize(Object[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.PojoUtils
-
- generalize(Object) - 类 中的静态方法com.alibaba.dubbo.common.utils.PojoUtils
-
- generateArgsClassName(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.protocol.thrift.ClassNameGenerator
-
- generateArgsClassName(String, String) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.DubboClassNameGenerator
-
- generateArgsClassName(String, String) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftClassNameGenerator
-
- generateGetMethodName(String) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftUtils
-
- generateKey(ReferenceConfig<?>) - 接口 中的方法com.alibaba.dubbo.config.utils.ReferenceConfigCache.KeyGenerator
-
- generateMethodArgsClassName(String, String) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftUtils
-
Generate class name which represents service arguments.
- generateMethodArgsClassNameThrift(String, String) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftUtils
-
- generateMethodResultClassName(String, String) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftUtils
-
- generateMethodResultClassNameThrift(String, String) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftUtils
-
- generateResultClassName(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.protocol.thrift.ClassNameGenerator
-
- generateResultClassName(String, String) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.DubboClassNameGenerator
-
- generateResultClassName(String, String) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftClassNameGenerator
-
- generateSetMethodName(String) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftUtils
-
- GENERIC_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- GENERIC_SERIALIZATION_BEAN - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- GENERIC_SERIALIZATION_DEFAULT - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- GENERIC_SERIALIZATION_NATIVE_JAVA - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- GenericDataFlags - com.alibaba.dubbo.common.serialize.support.dubbo中的接口
-
Constants.
- GenericDataInput - com.alibaba.dubbo.common.serialize.support.dubbo中的类
-
Default DataInput impl.
- GenericDataInput(InputStream) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- GenericDataInput(InputStream, int) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- GenericDataOutput - com.alibaba.dubbo.common.serialize.support.dubbo中的类
-
Default data output impl.
- GenericDataOutput(OutputStream) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- GenericDataOutput(OutputStream, int) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- GenericException - com.alibaba.dubbo.rpc.service中的异常错误
-
GenericException
- GenericException() - 异常错误 的构造器com.alibaba.dubbo.rpc.service.GenericException
-
- GenericException(String, String) - 异常错误 的构造器com.alibaba.dubbo.rpc.service.GenericException
-
- GenericException(Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.service.GenericException
-
- GenericFilter - com.alibaba.dubbo.rpc.filter中的类
-
GenericInvokerFilter.
- GenericFilter() - 类 的构造器com.alibaba.dubbo.rpc.filter.GenericFilter
-
- GenericImplFilter - com.alibaba.dubbo.rpc.filter中的类
-
GenericImplInvokerFilter
- GenericImplFilter() - 类 的构造器com.alibaba.dubbo.rpc.filter.GenericImplFilter
-
- GenericJSONConverter - com.alibaba.dubbo.common.json中的类
-
- GenericJSONConverter() - 类 的构造器com.alibaba.dubbo.common.json.GenericJSONConverter
-
- GenericObjectInput - com.alibaba.dubbo.common.serialize.support.dubbo中的类
-
Generic Object Input.
- GenericObjectInput(InputStream) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- GenericObjectInput(InputStream, ClassDescriptorMapper) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- GenericObjectInput(InputStream, int) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- GenericObjectInput(InputStream, int, ClassDescriptorMapper) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- GenericObjectOutput - com.alibaba.dubbo.common.serialize.support.dubbo中的类
-
Generic Object Output.
- GenericObjectOutput(OutputStream) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- GenericObjectOutput(OutputStream, ClassDescriptorMapper) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- GenericObjectOutput(OutputStream, int) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- GenericObjectOutput(OutputStream, int, ClassDescriptorMapper) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- GenericObjectOutput(OutputStream, int, ClassDescriptorMapper, boolean) - 类 的构造器com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- GenericService - com.alibaba.dubbo.rpc.service中的接口
-
通用服务接口
- get(Object) - 接口 中的方法com.alibaba.dubbo.cache.Cache
-
- get(Object) - 类 中的方法com.alibaba.dubbo.cache.support.jcache.JCache
-
- get(Object) - 类 中的方法com.alibaba.dubbo.cache.support.lru.LruCache
-
- get(Object) - 类 中的方法com.alibaba.dubbo.cache.support.threadlocal.ThreadLocalCache
-
- get(int) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get.
- get(String) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get.
- get(String) - 接口 中的方法com.alibaba.dubbo.common.store.DataStore
-
return a snapshot value of componentName
- get(String, String) - 接口 中的方法com.alibaba.dubbo.common.store.DataStore
-
- get(String) - 类 中的方法com.alibaba.dubbo.common.store.support.SimpleDataStore
-
- get(String, String) - 类 中的方法com.alibaba.dubbo.common.store.support.SimpleDataStore
-
- get() - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- get() - 类 中的方法com.alibaba.dubbo.common.utils.Holder
-
- get(Object) - 类 中的方法com.alibaba.dubbo.common.utils.LRUCache
-
- get(int) - 类 中的方法com.alibaba.dubbo.common.utils.Stack
-
get.
- get() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- get(ReferenceConfig<T>) - 类 中的方法com.alibaba.dubbo.config.utils.ReferenceConfigCache
-
- get() - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseFuture
-
get result.
- get(int) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ResponseFuture
-
get result with the specified timeout.
- get() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.DefaultFuture
-
- get(int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.DefaultFuture
-
- get(int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.MultiMessage
-
- get() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.SimpleFuture
-
- get(int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.SimpleFuture
-
- get() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
-
- get(long, TimeUnit) - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
-
- get(Class<?>) - 枚举 中的静态方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftType
-
- get() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get values.
- get(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get value.
- get(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get value.
- getAbsolutePath() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getAccepts() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getAccepts() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getAccepts() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- getAccesslog() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getAccesslog() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getActivateExtension(URL, String) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
This is equivalent to
getActivateExtension(url, key, null);
- getActivateExtension(URL, String[]) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
This is equivalent to
getActivateExtension(url, values, null);
- getActivateExtension(URL, String, String) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
This is equivalent to
getActivateExtension(url, url.getParameter(key).split(","), null);
- getActivateExtension(URL, String[], String) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
Get activate extensions.
- getActive() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get active.
- getActives() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getActives() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getAdaptiveExtension() - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getAddress() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getAddress() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getAddress() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getAndAdd(int) - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getAndDecrement() - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getAndIncrement() - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getAndSet(int) - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- getApplication() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getApplication() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getArchitecture() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getArguments() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getArguments() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get arguments.
- getArguments() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get arguments.
- getArguments() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getArguments(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
-
- getArray(int) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get JSONArray value.
- getArray(String) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get JSONArray value.
- getAttachment(String) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get attachment by key.
- getAttachment(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get attachment by key with default value.
- getAttachment(String) - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
get attachment by key.
- getAttachment(String, String) - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
get attachment by key with default value.
- getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get attachment.
- getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- getAttachment(String, String) - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- getAttachments() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get attachments.
- getAttachments() - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
get attachments.
- getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get attachments.
- getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getAttachments() - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- getAttribute(String) - 接口 中的方法com.alibaba.dubbo.remoting.Channel
-
get attribute.
- getAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- getAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- getAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- getAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- getAuthority() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getAvailablePort() - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getAvailablePort(int) - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getAverageElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get average elapsed.
- getAverageTps() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
Calculate average TPS (Transaction per second).
- getBackupAddress() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getBackupAddress(int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getBackupUrls() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getBeanPropertyFields(Class) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getBeanPropertyReadMethods(Class) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getBindAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- getBoolean(int, boolean) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get boolean value.
- getBoolean(String, boolean) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get boolean value.
- getBooleanParameter(String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getBooleanParameter(String, boolean) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getBooleanParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getBooleanParameter(String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getBoxedClass(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getBoxedClass(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getBuffer() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getBuffer() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getBuffer(int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory
-
- getBuffer(byte[], int, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory
-
- getBuffer(ByteBuffer) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory
-
- getBuffer(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DirectChannelBufferFactory
-
- getBuffer(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DirectChannelBufferFactory
-
- getBuffer(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DirectChannelBufferFactory
-
- getBuffer(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBufferFactory
-
- getBuffer(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBufferFactory
-
- getBuffer(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBufferFactory
-
- getBuffer(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
-
- getBuffer(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
-
- getBuffer(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
-
- getByte(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- getByte(int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Gets a byte at the specified absolute index in this buffer.
- getByte(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- getByte(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- getByte(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, byte[]) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- getBytes(int, ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- getBytes(int, ChannelBuffer, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- getBytes(int, byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- getBytes(int, ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- getBytes(int, ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- getBytes(int, OutputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
-
- getBytes(int, byte[]) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
specified absolute index.
- getBytes(int, byte[], int, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
specified absolute index.
- getBytes(int, ByteBuffer) - 接口 中的方法com.alibaba.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, ChannelBuffer) - 接口 中的方法com.alibaba.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, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
specified absolute index.
- getBytes(int, ChannelBuffer, int, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
specified absolute index.
- getBytes(int, OutputStream, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified stream starting at the
specified absolute index.
- getBytes(int, byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- getBytes(int, ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- getBytes(int, ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- getBytes(int, OutputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- getBytes(int, ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- getBytes(int, byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- getBytes(int, ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- getBytes(int, OutputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- getBytes(int, GatheringByteChannel, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer
-
- getBytes(int, byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, OutputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, byte[]) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getBytes(int, ChannelBuffer, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- getCache(URL) - 接口 中的方法com.alibaba.dubbo.cache.CacheFactory
-
- getCache(URL) - 类 中的方法com.alibaba.dubbo.cache.support.AbstractCacheFactory
-
- getCache() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getCache() - 类 中的静态方法com.alibaba.dubbo.config.utils.ReferenceConfigCache
-
- getCache(String) - 类 中的静态方法com.alibaba.dubbo.config.utils.ReferenceConfigCache
-
- getCache(String, ReferenceConfigCache.KeyGenerator) - 类 中的静态方法com.alibaba.dubbo.config.utils.ReferenceConfigCache
-
- getCacheFile() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getCacheProperties() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getCacheUrls(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getCallbacks() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getCallerClassLoader(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ClassHelper
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.ExchangeServerPeer
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.p2p.support.ServerPeer
-
- getChannel(InetSocketAddress) - 接口 中的方法com.alibaba.dubbo.remoting.Server
-
get channel.
- getChannel() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyServer
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.transport.mina.MinaServer
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyServer
-
- getChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- getChannelHandler() - 接口 中的方法com.alibaba.dubbo.remoting.Endpoint
-
get channel handler.
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- getChannelHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- getChannelHandlers() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.ExchangeServerPeer
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.p2p.support.ServerPeer
-
- getChannels() - 接口 中的方法com.alibaba.dubbo.remoting.Server
-
get channels.
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyServer
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.transport.mina.MinaServer
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyHandler
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyServer
-
- getChannels() - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- getCharset() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getCharset() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getChildren(String) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
-
- getChildren(String) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.zkclient.ZkclientZookeeperClient
-
- getChildren(String) - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient
-
- getClassLoader() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2SerializerFactory
-
- getClassLoader(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ClassHelper
-
get class loader
- getClassLoader() - 类 中的静态方法com.alibaba.dubbo.common.utils.ClassHelper
-
Return the default ClassLoader to use: typically the thread context
ClassLoader, if available; the ClassLoader that loaded the ClassUtils
class will be used as fallback.
- getClassName() - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getClassName() - 类 中的方法com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- getClassNameProperty() - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getClassPool(ClassLoader) - 类 中的静态方法com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- getClassPool() - 类 中的方法com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- getClient() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getClient() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getClient() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getClient() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getClient() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getClient() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- getCluster() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getCluster() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getCluster() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getCode() - 异常错误 中的方法com.alibaba.dubbo.rpc.RpcException
-
- getCodeBase(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getCodec() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getCodec() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getCodec() - 类 中的方法com.alibaba.dubbo.remoting.transport.codec.CodecAdapter
-
- getColumns() - 类 中的方法com.alibaba.dubbo.container.page.Page
-
- getCompiler() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getConfigurator(URL) - 类 中的方法com.alibaba.dubbo.rpc.cluster.configurator.absent.AbsentConfiguratorFactory
-
- getConfigurator(URL) - 类 中的方法com.alibaba.dubbo.rpc.cluster.configurator.override.OverrideConfiguratorFactory
-
- getConfigurator(URL) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory
-
get the configurator instance.
- getConnectAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- getConnections() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getConnections() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getConsumer() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getConsumerUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.directory.AbstractDirectory
-
- getContentEncoding() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnection
-
- getContentType() - 接口 中的方法com.alibaba.dubbo.common.serialize.Serialization
-
get content type
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.DubboSerialization
-
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2Serialization
-
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.CompactedJavaSerialization
-
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaSerialization
-
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonSerialization
-
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonSerialization
-
- getContentType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaSerialization
-
- getContentTypeId() - 接口 中的方法com.alibaba.dubbo.common.serialize.Serialization
-
get content type id
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.DubboSerialization
-
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2Serialization
-
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.CompactedJavaSerialization
-
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaSerialization
-
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonSerialization
-
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonSerialization
-
- getContentTypeId() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaSerialization
-
- getContext() - 类 中的静态方法com.alibaba.dubbo.container.spring.SpringContainer
-
- getContext() - 类 中的静态方法com.alibaba.dubbo.rpc.RpcContext
-
get context.
- getContext(String) - 类 中的静态方法com.alibaba.dubbo.rpc.StaticContext
-
- getContextpath() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getContextpath() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getData() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Request
-
- getDeclaredMethodNames() - 类 中的方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get method name array.
- getDecodedParameter(String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getDecodedParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getDefaultExtension() - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
返回缺省的扩展,如果没有设置则返回null。
- getDefaultExtensionName() - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
返回缺省的扩展点名,如果没有设置缺省则返回null。
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- getDefaultPort() - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
-
获取缺省端口,当用户没有配置端口时使用。
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HessianProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.http.HttpProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.injvm.InjvmProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.memcached.MemcachedProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.redis.RedisProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.rmi.RmiProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.protocol.webservice.WebServiceProtocol
-
- getDefaultPort() - 类 中的方法com.alibaba.dubbo.rpc.support.MockProtocol
-
- getDelay() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getDelegateHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
返回最终的handler,可能已被wrap,需要区别于getChannelHandler
- getDeprecated() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getDesc(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(Class<?>[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get class array desc.
- getDesc(Method) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(Constructor<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get constructor desc.
"()V", "(Ljava/lang/String;I)V"
- getDesc(CtClass) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get class desc.
- getDesc(CtMethod) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDesc(CtConstructor) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get constructor desc.
"()V", "(Ljava/lang/String;I)V"
- getDescription() - 类 中的方法com.alibaba.dubbo.common.status.Status
-
- getDescriptor(int) - 接口 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.ClassDescriptorMapper
-
get Class-Descriptor by index.
- getDescriptorIndex(String) - 接口 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.ClassDescriptorMapper
-
get Class-Descriptor index
- getDescWithoutMethodName(Method) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDescWithoutMethodName(CtMethod) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get method desc.
- getDispatcher() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getDispatcher() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getDispather() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getDispather() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getDocument() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getDouble(int, double) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get double value.
- getDouble(String, double) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get double value.
- getDubboProtocol() - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- getEmptyObject(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getEmptyUrl(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- getEnumPropertyName() - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getEnvironment() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getErrorMessage() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Response
-
- getException() - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
Get exception.
- getException() - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- getExceptionClass() - 异常错误 中的方法com.alibaba.dubbo.rpc.service.GenericException
-
- getExceptionMessage() - 异常错误 中的方法com.alibaba.dubbo.rpc.service.GenericException
-
- getExchangeChannel(InetSocketAddress) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeServer
-
get channel.
- getExchangeChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getExchangeChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getExchangeChannel(InetSocketAddress) - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.ExchangeServerPeer
-
- getExchangeChannels() - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeServer
-
get channels.
- getExchangeChannels() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getExchangeChannels() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getExchangeChannels() - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.ExchangeServerPeer
-
- getExchangeHandler() - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeChannel
-
get message handler.
- getExchangeHandler() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- getExchanger() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getExchanger() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getExchanger(URL) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- getExchanger(String) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.Exchangers
-
- getExecutes() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getExecutes() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getExecutor(URL) - 类 中的方法com.alibaba.dubbo.common.threadpool.support.cached.CachedThreadPool
-
- getExecutor(URL) - 类 中的方法com.alibaba.dubbo.common.threadpool.support.fixed.FixedThreadPool
-
- getExecutor(URL) - 类 中的方法com.alibaba.dubbo.common.threadpool.support.limited.LimitedThreadPool
-
- getExecutor(URL) - 接口 中的方法com.alibaba.dubbo.common.threadpool.ThreadPool
-
线程池
- getExecutor() - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- getExport() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getExportedUrls() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getExporters() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- getExtension(Class<T>, String) - 接口 中的方法com.alibaba.dubbo.common.extension.ExtensionFactory
-
Get extension.
- getExtension(String) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
返回指定名字的扩展。
- getExtension(Class<T>, String) - 类 中的方法com.alibaba.dubbo.common.extension.factory.AdaptiveExtensionFactory
-
- getExtension(Class<T>, String) - 类 中的方法com.alibaba.dubbo.common.extension.factory.SpiExtensionFactory
-
- getExtension(Class<T>, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getExtension(Class<T>, String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getExtension(Class<T>, String) - 类 中的方法com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory
-
- getExtensionLoader(Class<T>) - 类 中的静态方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getExtensionName(T) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getExtensionName(Class<?>) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getFailed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get failed.
- getFailedAverageElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get failed average elapsed.
- getFailedElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get failed elapsed.
- getFailedMaxElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get failed max elapsed.
- getFailedNotified() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- getFailedRegistered() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- getFailedSubscribed() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- getFailedUnregistered() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- getFailedUnsubscribed() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- getFile() - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getFile() - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getFile() - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getFile() - 接口 中的方法com.alibaba.dubbo.common.logger.LoggerAdapter
-
获取当前日志文件
- getFile() - 类 中的静态方法com.alibaba.dubbo.common.logger.LoggerFactory
-
获取日志文件
- getFile() - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getFile() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getFilter() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getFilter() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getFilter() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getFloat(int, float) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get float value.
- getFloat(String, float) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get float value.
- getFuture(long) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.support.DefaultFuture
-
- getFuture() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.FutureAdapter
-
- getFuture() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get future.
- getGeneric() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getGeneric() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getGenericClass(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getGenericClass(Class<?>, int) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getGenericClass(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getGenericClass(Class<?>, int) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getGroup() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getGroup() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getGroup() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getGroup() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getGroup() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getHandler() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
-
- getHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
-
- getHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
已过时。
- getHandler() - 接口 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerDelegate
-
- getHandler() - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- getHeartbeat() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getHost() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getHost() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getHost() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getHostName(String) - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getHttpHandler() - 接口 中的方法com.alibaba.dubbo.remoting.http.HttpServer
-
get http handler.
- getHttpHandler() - 类 中的方法com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
-
- getId() - 类 中的方法com.alibaba.dubbo.config.AbstractConfig
-
- getId() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Request
-
- getId() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Response
-
- getIdleTimeout() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- getIndex() - 类 中的方法com.alibaba.dubbo.config.ArgumentConfig
-
- getInitCode(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getInjvmProtocol() - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.injvm.InjvmProtocol
-
- getInputStream() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnection
-
- getInstance() - 类 中的静态方法com.alibaba.dubbo.container.page.PageServlet
-
- getInstance() - 类 中的静态方法com.alibaba.dubbo.remoting.buffer.DirectChannelBufferFactory
-
- getInstance() - 类 中的静态方法com.alibaba.dubbo.remoting.buffer.HeapChannelBufferFactory
-
- getInstance() - 类 中的静态方法com.alibaba.dubbo.remoting.http.servlet.DispatcherServlet
-
- getInstance() - 类 中的静态方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory
-
- getInt(int, int) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get int value.
- getInt(String, int) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get int value.
- getInterface() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getInterface() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getInterface() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryDirectory
-
- getInterface() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Directory
-
get service type.
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.cluster.directory.StaticDirectory
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.cluster.support.MergeableClusterInvoker
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
-
- getInterface() - 接口 中的方法com.alibaba.dubbo.rpc.Invoker
-
get service interface.
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.listener.ListenerInvokerWrapper
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.protocol.AbstractInvoker
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.protocol.InvokerWrapper
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.proxy.AbstractProxyInvoker
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.support.DelegateInvoker
-
- getInterface() - 类 中的方法com.alibaba.dubbo.rpc.support.MockInvoker
-
- getInterfaceClass() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getInterfaceClass() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getIntParameter(String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getIntParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getIntParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getIntParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getInvocation() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- getInvocationId(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
-
- getInvoker() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryProtocol.InvokerDelegete
-
- getInvoker() - 接口 中的方法com.alibaba.dubbo.rpc.Exporter
-
get invoker.
- getInvoker() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get the invoker in current context.
- getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.listener.ListenerExporterWrapper
-
- getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.protocol.AbstractExporter
-
- getInvoker(T, Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.proxy.javassist.JavassistProxyFactory
-
- getInvoker(T, Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.proxy.jdk.JdkProxyFactory
-
- getInvoker(T, Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
-
- getInvoker(T, Class<T>, URL) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
-
create invoker.
- getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getInvoker() - 类 中的方法com.alibaba.dubbo.rpc.support.DelegateExporter
-
- getInvokers() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- getInvokers() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- getIothreads() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getIothreads() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getIp() - 类 中的方法com.alibaba.dubbo.common.URL
-
获取IP地址.
- getIpByHost(String) - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getKey(URL, String, String) - 类 中的静态方法com.alibaba.dubbo.rpc.StaticContext
-
- getKey(Map<String, String>, String, String) - 类 中的静态方法com.alibaba.dubbo.rpc.StaticContext
-
- getLastCacheChanged() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getLayer() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getLazy() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getLevel() - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLevel() - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLevel() - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLevel() - 接口 中的方法com.alibaba.dubbo.common.logger.LoggerAdapter
-
获取当前日志等级
- getLevel() - 类 中的静态方法com.alibaba.dubbo.common.logger.LoggerFactory
-
获取日志级别
- getLevel() - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLevel() - 类 中的方法com.alibaba.dubbo.common.status.Status
-
- getListener() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getListener() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getListener() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getLoadbalance() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getLoadbalance() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getLoadedExtension(String) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
返回扩展点实例,如果没有指定的扩展点或是还没加载(即实例化)则返回null。
- getLoadedExtensions() - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
返回已经加载的扩展点的名字。
- getLocal() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getLocalAddress() - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
遍历本地网卡,返回第一个合理的IP。
- getLocalAddress() - 接口 中的方法com.alibaba.dubbo.remoting.Endpoint
-
get local address.
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getLocalAddress() - 接口 中的方法com.alibaba.dubbo.remoting.http.HttpServer
-
get local address.
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
-
- getLocalAddress() - 异常错误 中的方法com.alibaba.dubbo.remoting.RemotingException
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- getLocalAddress() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get local address.
- getLocalAddressString() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- getLocalHost() - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getLocalHost() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get local host.
- getLocalHostName() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get local host name.
- getLocalPort() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get local port.
- getLocalSocketAddress(String, int) - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getLogger(String) - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLogger(Class<?>) - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLoggerAdapter
-
- getLogger(Class<?>) - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLogger(String) - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLoggerAdapter
-
- getLogger(Class<?>) - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLogger(String) - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
-
- getLogger(Class<?>) - 接口 中的方法com.alibaba.dubbo.common.logger.LoggerAdapter
-
获取日志输出器
- getLogger(String) - 接口 中的方法com.alibaba.dubbo.common.logger.LoggerAdapter
-
获取日志输出器
- getLogger(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.logger.LoggerFactory
-
获取日志输出器
- getLogger(String) - 类 中的静态方法com.alibaba.dubbo.common.logger.LoggerFactory
-
获取日志输出器
- getLogger(String) - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLogger(Class<?>) - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
-
- getLogger() - 类 中的方法com.alibaba.dubbo.common.logger.support.FailsafeLogger
-
- getLogger() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getLogHost() - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getLogLevel() - 类 中的方法com.alibaba.dubbo.common.utils.Log
-
- getLogMessage() - 类 中的方法com.alibaba.dubbo.common.utils.Log
-
- getLogName() - 类 中的方法com.alibaba.dubbo.common.utils.Log
-
- getLogThread() - 类 中的方法com.alibaba.dubbo.common.utils.Log
-
- getLong(int, long) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get long value.
- getLong(String, long) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get long value.
- getMagicCode() - 类 中的方法com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec
-
- getMaxCapacity() - 类 中的方法com.alibaba.dubbo.common.utils.LRUCache
-
- getMaxElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get max elapsed.
- getMD5(String) - 类 中的静态方法com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMD5(byte[]) - 类 中的静态方法com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMD5(File) - 类 中的静态方法com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMD5(InputStream) - 类 中的静态方法com.alibaba.dubbo.common.io.Bytes
-
get md5.
- getMenus() - 类 中的方法com.alibaba.dubbo.container.page.PageServlet
-
- getMerger() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getMerger(Class<T>) - 类 中的静态方法com.alibaba.dubbo.rpc.cluster.merger.MergerFactory
-
- getMessage() - 类 中的方法com.alibaba.dubbo.common.status.Status
-
- getMessages() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.MultiMessage
-
- getMethod() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getMethodBooleanParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodBooleanParameter(String, String, boolean) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodBooleanParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodBooleanParameter(String, String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodExtension(Class<T>, String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodExtension(Class<T>, String, String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodIntParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodIntParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodIntParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodIntParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodInvokerMap() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryDirectory
-
Haomin: added for test purpose
- getMethodName(Method, Class<?>[], String) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getMethodName() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get method name.
- getMethodName() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get method name.
- getMethodName() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getMethodName(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
-
- getMethodNames() - 类 中的方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get method name array.
- getMethodParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodParameter(String, String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, double) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, float) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, long) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, short) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, char) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameter(String, String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameterAndDecoded(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodParameterAndDecoded(String, String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveIntParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getMethodPositiveIntParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, double) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, float) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, long) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, short) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethodPositiveParameter(String, String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getMethods() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getMethods() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getMock() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getModule() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getMonitor() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getMonitor() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getMonitor() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getMonitor(URL) - 接口 中的方法com.alibaba.dubbo.monitor.MonitorFactory
-
Create monitor.
- getMonitor(URL) - 类 中的方法com.alibaba.dubbo.monitor.support.AbstractMonitorFactory
-
- getMonitors() - 类 中的静态方法com.alibaba.dubbo.monitor.support.AbstractMonitorFactory
-
- getMutilcastSocket() - 类 中的方法com.alibaba.dubbo.registry.multicast.MulticastRegistry
-
- getName(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get name.
- getName(Method) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get method name.
- getName(Constructor<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
get constructor name.
"()", "(java.lang.String,int)"
- getName() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getName() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getName() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getName() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getName() - 类 中的方法com.alibaba.dubbo.rpc.StaticContext
-
- getNavigation() - 类 中的方法com.alibaba.dubbo.container.page.Page
-
- getNetworker() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getNetworker() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getNotified() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getObject(int) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get JSONObject value.
- getObject(String) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get JSONObject value.
- getObject() - 类 中的方法com.alibaba.dubbo.config.spring.ReferenceBean
-
- getObjectType() - 类 中的方法com.alibaba.dubbo.config.spring.ReferenceBean
-
- getOnconnect() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getOndisconnect() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getOninvoke() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getOninvokeMethod() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getOnreturn() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getOnreturnMethod() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getOnthrow() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getOnthrowMethod() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getOrganization() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getOrganization() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getOutputStream() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnection
-
- getOverrideListeners() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryProtocol
-
- getOwner() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getOwner() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getOwner() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getPackage() - 类 中的方法com.alibaba.dubbo.config.spring.AnnotationBean
-
- getParameter(String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, String[]) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, double) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, float) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, long) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, short) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, char) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameter(String, boolean) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameterAndDecoded(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameterAndDecoded(String, String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameters() - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getParameters() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getParameters() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getParameters() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getParameters() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getParameters() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getParameterTypes() - 接口 中的方法com.alibaba.dubbo.rpc.Invocation
-
get parameter types.
- getParameterTypes() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get parameter types.
- getParameterTypes() - 类 中的方法com.alibaba.dubbo.rpc.RpcInvocation
-
- getParameterTypes(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
-
- getPassword() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPassword() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getPassword() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getPath() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPath() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
已过时。
- getPath() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
已过时。
- getPath() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getPayload() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getPayload() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getPhase() - 异常错误 中的方法com.alibaba.dubbo.remoting.TimeoutException
-
- getPid() - 类 中的静态方法com.alibaba.dubbo.common.utils.ConfigUtils
-
- getPort() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPort(int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPort() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getPort() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getPort() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getPositiveIntParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.Parameters
-
已过时。
- getPositiveIntParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, float) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, double) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, long) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, int) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, short) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPositiveParameter(String, byte) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getPrimitiveProperty() - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getPrompt() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getPrompt() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getProperties() - 类 中的静态方法com.alibaba.dubbo.common.utils.ConfigUtils
-
- getProperty(Object) - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getProperty(String) - 类 中的静态方法com.alibaba.dubbo.common.utils.ConfigUtils
-
- getProperty(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.ConfigUtils
-
- getPropertyNameFromBeanReadMethod(Method) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getPropertyNameFromBeanWriteMethod(Method) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getPropertyNames() - 类 中的方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get property name array.
- getPropertyType(String) - 类 中的方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get property type.
- getPropertyValue(Object, String) - 类 中的方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get property value.
- getPropertyValues(Object, String[]) - 类 中的方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get property value.
- getProtocol() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getProtocol() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getProtocol() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getProtocol() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getProtocol() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getProtocols() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getProvider() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getProviders() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getProxy(Class<?>...) - 类 中的静态方法com.alibaba.dubbo.common.bytecode.Proxy
-
Get proxy.
- getProxy(ClassLoader, Class<?>...) - 类 中的静态方法com.alibaba.dubbo.common.bytecode.Proxy
-
Get proxy.
- getProxy() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getProxy(Invoker<T>) - 类 中的方法com.alibaba.dubbo.rpc.proxy.AbstractProxyFactory
-
- getProxy(Invoker<T>, Class<?>[]) - 类 中的方法com.alibaba.dubbo.rpc.proxy.AbstractProxyFactory
-
- getProxy(Invoker<T>, Class<?>[]) - 类 中的方法com.alibaba.dubbo.rpc.proxy.javassist.JavassistProxyFactory
-
- getProxy(Invoker<T>, Class<?>[]) - 类 中的方法com.alibaba.dubbo.rpc.proxy.jdk.JdkProxyFactory
-
- getProxy(Invoker<T>) - 类 中的方法com.alibaba.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper
-
- getProxy(Invoker<T>) - 接口 中的方法com.alibaba.dubbo.rpc.ProxyFactory
-
create proxy.
- getProxyFactory() - 类 中的方法com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
-
- getQueryStringValue(String, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.StringUtils
-
- getQueues() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getQueues() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getRandomPort() - 类 中的静态方法com.alibaba.dubbo.common.utils.NetUtils
-
- getRawParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getReceived() - 类 中的方法com.alibaba.dubbo.registry.multicast.MulticastRegistry
-
- getReconnect() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getRef(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- getRef(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- getRef() - 类 中的方法com.alibaba.dubbo.config.ServiceConfig
-
- getRegistered() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getRegistries() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getRegistries() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getRegistries() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getRegistries() - 类 中的静态方法com.alibaba.dubbo.registry.support.AbstractRegistryFactory
-
获取所有注册中心
- getRegistry() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getRegistry() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getRegistry() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getRegistry(URL) - 类 中的方法com.alibaba.dubbo.registry.redis.RedisRegistryFactory
-
- getRegistry(URL) - 接口 中的方法com.alibaba.dubbo.registry.RegistryFactory
-
连接注册中心.
- getRegistry(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistryFactory
-
- getRegistryProtocol() - 类 中的静态方法com.alibaba.dubbo.registry.integration.RegistryProtocol
-
- getRemoteAddress() - 接口 中的方法com.alibaba.dubbo.remoting.Channel
-
get remote address.
- getRemoteAddress() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- getRemoteAddress() - 异常错误 中的方法com.alibaba.dubbo.remoting.RemotingException
-
- getRemoteAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- getRemoteAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- getRemoteAddress() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- getRemoteAddress() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get remote address.
- getRemoteAddressString() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get remote address string.
- getRemoteHost() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get remote host.
- getRemoteHostName() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get remote host name.
- getRemotePort() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
get remote port.
- getRequest() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.DefaultFuture
-
- getRequest() - 异常错误 中的方法com.alibaba.dubbo.remoting.ExecutionException
-
- getResult() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Response
-
- getResult() - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
- getResult() - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- getRetries() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getRetries() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getRetryFuture() - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- getReturnType(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
-
- getReturnTypes(Invocation) - 类 中的静态方法com.alibaba.dubbo.rpc.support.RpcUtils
-
- getRouter(URL) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.condition.ConditionRouterFactory
-
- getRouter(URL) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.file.FileRouterFactory
-
- getRouter(URL) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.script.ScriptRouterFactory
-
- getRouter(URL) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.RouterFactory
-
Create router.
- getRouters() - 类 中的方法com.alibaba.dubbo.rpc.cluster.directory.AbstractDirectory
-
- getRows() - 类 中的方法com.alibaba.dubbo.container.page.Page
-
- getScope() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getSemaphore(int) - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
获取限制线程数的信号量,信号量的许可数就是executes设置的值
2017-08-21 yizhenqiang
- getSent() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getSerialization() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getSerialization() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getSerialization(URL) - 类 中的静态方法com.alibaba.dubbo.remoting.transport.CodecSupport
-
- getSerialization(URL, Byte) - 类 中的静态方法com.alibaba.dubbo.remoting.transport.CodecSupport
-
- getSerializationById(Byte) - 类 中的静态方法com.alibaba.dubbo.remoting.transport.CodecSupport
-
- getServer() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getServer() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getServer() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getServer() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getServer() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getServer() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getServer() - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- getServers() - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- getService() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getServiceInterface() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getServiceKey() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getServiceKey(Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.StringUtils
-
- getServiceName() - 类 中的方法com.alibaba.dubbo.common.URL
-
已过时。
- getSession() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getSessionListeners() - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
-
- getSignature(String, Class<?>[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.ReflectUtils
-
- getSize(Object) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getSizeMethod(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.compiler.support.ClassUtils
-
- getSpringContext() - 类 中的静态方法com.alibaba.dubbo.config.spring.ServiceBean
-
- getStat() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getStatus() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getStatus() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getStatus() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Response
-
- getStatus(URL) - 类 中的静态方法com.alibaba.dubbo.rpc.RpcStatus
-
- getStatus(URL, String) - 类 中的静态方法com.alibaba.dubbo.rpc.RpcStatus
-
- getStatusCode() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnection
-
- getStatusMessage() - 类 中的方法com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnection
-
- getSticky() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getSticky() - 类 中的方法com.alibaba.dubbo.config.MethodConfig
-
- getString(int) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
get string value.
- getString(String) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
get string value.
- getStub() - 类 中的方法com.alibaba.dubbo.config.AbstractInterfaceConfig
-
- getStubevent() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getSubscribed() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getSucceeded() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get succeeded.
- getSucceededAverageElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get succeeded average elapsed.
- getSucceededElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get succeeded elapsed.
- getSucceededMaxElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get succeeded max elapsed.
- getSummaryStatus(Map<String, Status>) - 类 中的静态方法com.alibaba.dubbo.common.status.support.StatusUtils
-
- getSupportedExtensions() - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
- getSystemContext() - 类 中的静态方法com.alibaba.dubbo.rpc.StaticContext
-
- getTelnet() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getTelnet() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- GETTER_METHOD_DESC_PATTERN - 类 中的静态变量com.alibaba.dubbo.common.utils.ReflectUtils
-
- getThreadGroup() - 类 中的方法com.alibaba.dubbo.common.utils.NamedThreadFactory
-
- getThreadpool() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getThreadpool() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getThreads() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getThreads() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getTimeout() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getTimeout() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getTimeout() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getTitle() - 类 中的方法com.alibaba.dubbo.container.page.Page
-
- getToken() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getTotal() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get total.
- getTotalElapsed() - 类 中的方法com.alibaba.dubbo.rpc.RpcStatus
-
get total elapsed.
- getTransport() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
已过时。
- getTransporter() - 类 中的方法com.alibaba.dubbo.config.ProtocolConfig
-
- getTransporter() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getTransporter() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getTransporter() - 类 中的静态方法com.alibaba.dubbo.remoting.Transporters
-
- getType() - 类 中的方法com.alibaba.dubbo.common.beanutil.JavaBeanDescriptor
-
- getType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder.AbstractObjectBuilder
-
- getType() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder
-
- getType() - 类 中的方法com.alibaba.dubbo.config.ArgumentConfig
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.common.Node
-
get url.
- getUrl() - 类 中的方法com.alibaba.dubbo.config.ReferenceConfig
-
- getUrl() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.DubboMonitor
-
- getUrl() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getUrl() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryDirectory
-
- getUrl() - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.remoting.Endpoint
-
get url.
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.remoting.http.HttpServer
-
get url.
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.p2p.exchange.support.AbstractExchangeGroup
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.remoting.p2p.Group
-
get group url.
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.p2p.support.AbstractGroup
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- getUrl() - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.configurator.AbstractConfigurator
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Configurator
-
get the configurator url.
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.directory.AbstractDirectory
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.condition.ConditionRouter
-
- getUrl() - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
-
get the router url.
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.MockInvokersSelector
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.script.ScriptRouter
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.support.MergeableClusterInvoker
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.listener.ListenerInvokerWrapper
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.protocol.AbstractInvoker
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.protocol.InvokerWrapper
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.proxy.AbstractProxyInvoker
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.support.DelegateInvoker
-
- getUrl() - 类 中的方法com.alibaba.dubbo.rpc.support.MockInvoker
-
- getUrlInvokerMap() - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryDirectory
-
Haomin: added for test purpose
- getUrlParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- getUrls() - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
- getUsername() - 类 中的方法com.alibaba.dubbo.common.URL
-
- getUsername() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getUsername() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getValidation() - 类 中的方法com.alibaba.dubbo.config.AbstractMethodConfig
-
- getValidator(URL) - 类 中的方法com.alibaba.dubbo.validation.support.AbstractValidation
-
- getValidator(URL) - 接口 中的方法com.alibaba.dubbo.validation.Validation
-
- getValue() - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
Get invoke result.
- getValue() - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- getVersion() - 类 中的静态方法com.alibaba.dubbo.common.Version
-
- getVersion(Class<?>, String) - 类 中的静态方法com.alibaba.dubbo.common.Version
-
- getVersion() - 类 中的方法com.alibaba.dubbo.config.AbstractReferenceConfig
-
- getVersion() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getVersion() - 类 中的方法com.alibaba.dubbo.config.ApplicationConfig
-
- getVersion() - 类 中的方法com.alibaba.dubbo.config.ModuleConfig
-
- getVersion() - 类 中的方法com.alibaba.dubbo.config.MonitorConfig
-
- getVersion() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
- getVersion() - 类 中的方法com.alibaba.dubbo.monitor.dubbo.Statistics
-
- getVersion() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Request
-
- getVersion() - 类 中的方法com.alibaba.dubbo.remoting.exchange.Response
-
- getWait() - 类 中的方法com.alibaba.dubbo.config.ProviderConfig
-
- getWait() - 类 中的方法com.alibaba.dubbo.config.RegistryConfig
-
已过时。
- getWeight() - 类 中的方法com.alibaba.dubbo.config.AbstractServiceConfig
-
- getWrapper(Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.bytecode.Wrapper
-
get wrapper.
- gracefulShutdown(Executor, int) - 类 中的静态方法com.alibaba.dubbo.common.utils.ExecutorUtil
-
- GrizzlyClient - com.alibaba.dubbo.remoting.transport.grizzly中的类
-
GrizzlyClient
- GrizzlyClient(URL, ChannelHandler) - 类 的构造器com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyClient
-
- GrizzlyCodecAdapter - com.alibaba.dubbo.remoting.transport.grizzly中的类
-
GrizzlyCodecAdapter
- GrizzlyCodecAdapter(Codec2, URL, ChannelHandler) - 类 的构造器com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyCodecAdapter
-
- GrizzlyHandler - com.alibaba.dubbo.remoting.transport.grizzly中的类
-
GrizzlyHandler
- GrizzlyHandler(URL, ChannelHandler) - 类 的构造器com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyHandler
-
- GrizzlyServer - com.alibaba.dubbo.remoting.transport.grizzly中的类
-
GrizzlyServer
- GrizzlyServer(URL, ChannelHandler) - 类 的构造器com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyServer
-
- GrizzlyTransporter - com.alibaba.dubbo.remoting.transport.grizzly中的类
-
GrizzlyTransporter
- GrizzlyTransporter() - 类 的构造器com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyTransporter
-
- GROUP - 接口 中的静态变量com.alibaba.dubbo.monitor.MonitorService
-
- Group - com.alibaba.dubbo.remoting.p2p中的接口
-
Group.
- GROUP_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RandomAccessByteArrayOutputStream - com.alibaba.dubbo.rpc.protocol.thrift.io中的类
-
- RandomAccessByteArrayOutputStream() - 类 的构造器com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- RandomAccessByteArrayOutputStream(int) - 类 的构造器com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- RandomLoadBalance - com.alibaba.dubbo.rpc.cluster.loadbalance中的类
-
random load balance.
- RandomLoadBalance() - 类 的构造器com.alibaba.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
-
- RBRACE - 类 中的静态变量com.alibaba.dubbo.common.json.JSON
-
- RBRACE - 类 中的静态变量com.alibaba.dubbo.common.json.JSONToken
-
- read() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayInputStream
-
- read(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayInputStream
-
- read() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringReader
-
- read(char[], int, int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringReader
-
- read(Reader) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
read string.
- read() - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream
-
- read(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream
-
- read(byte[]) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.InputStreamWrapper
-
- read(byte[], int, int) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.InputStreamWrapper
-
- read() - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.InputStreamWrapper
-
- readable() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readable() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns true if and only if (this.writerIndex -
this.readerIndex) is greater than 0.
- readable() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readableBytes() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readableBytes() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
- readableBytes() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBool() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read boolean.
- readBool() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readBool() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readBool() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readBool() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readBool() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readByte() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read byte.
- readByte() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readByte() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readByte() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readByte() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readByte() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readByte() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readByte() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
- readByte() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read byte array.
- readBytes() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readBytes() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readBytes() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectInput
-
- readBytes() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readBytes() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readBytes() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readBytes(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[]) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(OutputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[]) - 接口 中的方法com.alibaba.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[], int, int) - 接口 中的方法com.alibaba.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(ByteBuffer) - 接口 中的方法com.alibaba.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(ChannelBuffer) - 接口 中的方法com.alibaba.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, int) - 接口 中的方法com.alibaba.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) - 接口 中的方法com.alibaba.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(int) - 接口 中的方法com.alibaba.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(OutputStream, int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex.
- readBytes() - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream
-
- readBytes(byte[]) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(ChannelBuffer, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readBytes(OutputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readDouble() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read double.
- readDouble() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readDouble() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readDouble() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readDouble() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readDouble() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readerIndex() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readerIndex(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readerIndex() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns the readerIndex of this buffer.
- readerIndex(int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Sets the readerIndex of this buffer.
- readerIndex() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readerIndex(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- readFloat() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read float.
- readFloat() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readFloat() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readFloat() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readFloat() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readFloat() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readInt() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read integer.
- readInt() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readInt() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readInt() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readInt() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readInt() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readLines(File) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
read lines.
- readLines(InputStream) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
read lines.
- readLong() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read long.
- readLong() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readLong() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readLong() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readLong() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readLong() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readObject() - 接口 中的方法com.alibaba.dubbo.common.serialize.ObjectInput
-
read object.
- readObject(Class<T>) - 接口 中的方法com.alibaba.dubbo.common.serialize.ObjectInput
-
read object.
- readObject(Class<T>, Type) - 接口 中的方法com.alibaba.dubbo.common.serialize.ObjectInput
-
read object.
- readObject() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- readObject(Class<T>) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- readObject(Class<T>, Type) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput
-
- readObject() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readObject(Class<T>) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readObject(Class<T>, Type) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readObject() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectInput
-
- readObject(Class<T>) - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectInput
-
- readObject(Class<T>, Type) - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectInput
-
- readObject() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readObject(Class<T>) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readObject(Class<T>, Type) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readObject() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readObject(Class<T>) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readObject(Class<T>, Type) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readObject() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readObject(Class<T>) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readObject(Class<T>, Type) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- READONLY_EVENT - 类 中的静态变量com.alibaba.dubbo.remoting.exchange.Request
-
- READONLY_EVENT - 类 中的静态变量com.alibaba.dubbo.remoting.exchange.Response
-
- readShort() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read short integer.
- readShort() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readShort() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readShort() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readShort() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readShort() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readUInt() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readUTF() - 接口 中的方法com.alibaba.dubbo.common.serialize.DataInput
-
Read UTF-8 string.
- readUTF() - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataInput
-
- readUTF() - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput
-
- readUTF() - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectInput
-
- readUTF() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectInput
-
- readUTF() - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectInput
-
- readUTF() - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectInput
-
- readValue(Class<?>, Object) - 类 中的方法com.alibaba.dubbo.common.json.GenericJSONConverter
-
- readValue(Class<?>, Object) - 接口 中的方法com.alibaba.dubbo.common.json.JSONConverter
-
convert json value to target class.
- ready() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringReader
-
- realize(Object[], Class<?>[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.PojoUtils
-
- realize(Object[], Class<?>[], Type[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.PojoUtils
-
- realize(Object, Class<?>) - 类 中的静态方法com.alibaba.dubbo.common.utils.PojoUtils
-
- realize(Object, Class<?>, Type) - 类 中的静态方法com.alibaba.dubbo.common.utils.PojoUtils
-
- received(Channel, Object) - 接口 中的方法com.alibaba.dubbo.remoting.ChannelHandler
-
on message received.
- received(Channel, Response) - 类 中的静态方法com.alibaba.dubbo.remoting.exchange.support.DefaultFuture
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeartbeatHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.DecodeHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- received(Channel, Object) - 类 中的方法com.alibaba.dubbo.remoting.transport.MultiMessageHandler
-
- reconnect() - 接口 中的方法com.alibaba.dubbo.remoting.Client
-
reconnect.
- reconnect() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reconnect() - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- reconnect() - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- RECONNECT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RECONNECTED - 接口 中的静态变量com.alibaba.dubbo.remoting.zookeeper.StateListener
-
- recreate() - 接口 中的方法com.alibaba.dubbo.rpc.Result
-
Recreate.
- recreate() - 类 中的方法com.alibaba.dubbo.rpc.RpcResult
-
- RedisProtocol - com.alibaba.dubbo.rpc.protocol.redis中的类
-
RedisProtocol
- RedisProtocol() - 类 的构造器com.alibaba.dubbo.rpc.protocol.redis.RedisProtocol
-
- RedisRegistry - com.alibaba.dubbo.registry.redis中的类
-
RedisRegistry
- RedisRegistry(URL) - 类 的构造器com.alibaba.dubbo.registry.redis.RedisRegistry
-
- RedisRegistryFactory - com.alibaba.dubbo.registry.redis中的类
-
RedisRegistryFactory
- RedisRegistryFactory() - 类 的构造器com.alibaba.dubbo.registry.redis.RedisRegistryFactory
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.registry.integration.RegistryProtocol
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.injvm.InjvmProtocol
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.memcached.MemcachedProtocol
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.redis.RedisProtocol
-
- refer(Class<T>, URL) - 接口 中的方法com.alibaba.dubbo.rpc.Protocol
-
引用远程服务:
1.
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.ThriftProtocol
-
- refer(Class<T>, URL) - 类 中的方法com.alibaba.dubbo.rpc.support.MockProtocol
-
- REFER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
注册中心引用URL参数的KEY
- Reference - com.alibaba.dubbo.config.annotation中的注释类型
-
Reference
- REFERENCE_FILTER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ReferenceBean<T> - com.alibaba.dubbo.config.spring中的类
-
ReferenceFactoryBean
- ReferenceBean() - 类 的构造器com.alibaba.dubbo.config.spring.ReferenceBean
-
- ReferenceBean(Reference) - 类 的构造器com.alibaba.dubbo.config.spring.ReferenceBean
-
- ReferenceConfig<T> - com.alibaba.dubbo.config中的类
-
ReferenceConfig
- ReferenceConfig() - 类 的构造器com.alibaba.dubbo.config.ReferenceConfig
-
- ReferenceConfig(Reference) - 类 的构造器com.alibaba.dubbo.config.ReferenceConfig
-
- ReferenceConfigCache - com.alibaba.dubbo.config.utils中的类
-
- ReferenceConfigCache.KeyGenerator - com.alibaba.dubbo.config.utils中的接口
-
- referred(Invoker<?>) - 接口 中的方法com.alibaba.dubbo.rpc.InvokerListener
-
The invoker referred
- referred(Invoker<?>) - 类 中的方法com.alibaba.dubbo.rpc.listener.DeprecatedInvokerListener
-
- referred(Invoker<?>) - 类 中的方法com.alibaba.dubbo.rpc.listener.InvokerListenerAdapter
-
- ReflectUtils - com.alibaba.dubbo.common.utils中的类
-
ReflectUtils
- REGISTER - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- register(Class<T>, boolean) - 类 中的静态方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder
-
- register(Class<T>) - 类 中的静态方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder
-
- register(Class<T>, Builder<T>) - 类 中的静态方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder
-
- register(URL) - 类 中的方法com.alibaba.dubbo.registry.multicast.MulticastRegistry
-
- register(URL) - 接口 中的方法com.alibaba.dubbo.registry.RegistryService
-
注册数据,比如:提供者地址,消费者地址,路由规则,覆盖规则,等数据。
- register(URL) - 类 中的方法com.alibaba.dubbo.registry.support.AbstractRegistry
-
- register(URL) - 类 中的方法com.alibaba.dubbo.registry.support.FailbackRegistry
-
- REGISTER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RegisteredPageHandler - com.alibaba.dubbo.registry.pages中的类
-
RegisteredPageHandler
- RegisteredPageHandler() - 类 的构造器com.alibaba.dubbo.registry.pages.RegisteredPageHandler
-
- RegistriesPageHandler - com.alibaba.dubbo.registry.pages中的类
-
RegistriesPageHandler
- RegistriesPageHandler() - 类 的构造器com.alibaba.dubbo.registry.pages.RegistriesPageHandler
-
- Registry - com.alibaba.dubbo.registry中的接口
-
Registry.
- REGISTRY_FILESAVE_SYNC_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
注册中心是否同步存储文件,默认异步
- REGISTRY_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- REGISTRY_PROTOCOL - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- REGISTRY_RECONNECT_PERIOD_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
注册中心自动重连时间
- REGISTRY_RETRY_PERIOD_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
注册中心失败事件重试事件
- REGISTRY_SEPARATOR - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- REGISTRY_SPLIT_PATTERN - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RegistryConfig - com.alibaba.dubbo.config中的类
-
RegistryConfig
- RegistryConfig() - 类 的构造器com.alibaba.dubbo.config.RegistryConfig
-
- RegistryConfig(String) - 类 的构造器com.alibaba.dubbo.config.RegistryConfig
-
- RegistryDirectory<T> - com.alibaba.dubbo.registry.integration中的类
-
RegistryDirectory
- RegistryDirectory(Class<T>, URL) - 类 的构造器com.alibaba.dubbo.registry.integration.RegistryDirectory
-
- RegistryFactory - com.alibaba.dubbo.registry中的接口
-
RegistryFactory.
- RegistryProtocol - com.alibaba.dubbo.registry.integration中的类
-
RegistryProtocol
- RegistryProtocol() - 类 的构造器com.alibaba.dubbo.registry.integration.RegistryProtocol
-
- RegistryProtocol.InvokerDelegete<T> - com.alibaba.dubbo.registry.integration中的类
-
- RegistryService - com.alibaba.dubbo.registry中的接口
-
RegistryService.
- RegistryStatusChecker - com.alibaba.dubbo.registry.status中的类
-
RegistryStatusChecker
- RegistryStatusChecker() - 类 的构造器com.alibaba.dubbo.registry.status.RegistryStatusChecker
-
- rejectedExecution(Runnable, ThreadPoolExecutor) - 类 中的方法com.alibaba.dubbo.common.threadpool.support.AbortPolicyWithReport
-
- release() - 类 中的方法com.alibaba.dubbo.common.bytecode.ClassGenerator
-
- RELIABLE_PROTOCOL - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RemotingException - com.alibaba.dubbo.remoting中的异常错误
-
RemotingException.
- RemotingException(Channel, String) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, String) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
-
- RemotingException(Channel, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
-
- RemotingException(Channel, String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.remoting.RemotingException
-
- remove(String, String) - 接口 中的方法com.alibaba.dubbo.common.store.DataStore
-
- remove(String, String) - 类 中的方法com.alibaba.dubbo.common.store.support.SimpleDataStore
-
- remove(Object) - 类 中的方法com.alibaba.dubbo.common.utils.ConcurrentHashSet
-
Removes the specified element from this set if it is present.
- remove(Object) - 类 中的方法com.alibaba.dubbo.common.utils.LRUCache
-
- remove(int) - 类 中的方法com.alibaba.dubbo.common.utils.Stack
-
remove.
- remove(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
remove value.
- remove(String) - 类 中的静态方法com.alibaba.dubbo.rpc.StaticContext
-
- REMOVE_VALUE_PREFIX - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- removeApplicationContext(ApplicationContext) - 类 中的静态方法com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory
-
- removeAttachment(String) - 类 中的方法com.alibaba.dubbo.rpc.RpcContext
-
remove attachment.
- removeAttribute(String) - 接口 中的方法com.alibaba.dubbo.remoting.Channel
-
remove attribute.
- removeAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- removeAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractClient
-
- removeAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelDelegate
-
- removeAttribute(String) - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- removeChannelHandler(ChannelHandler) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- removeChannelHandler(ChannelHandler) - 类 中的方法com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- removeChildListener(String, ChildListener) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
-
- removeChildListener(String, ChildListener) - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient
-
- removeContext() - 类 中的静态方法com.alibaba.dubbo.rpc.RpcContext
-
remove context.
- removeHttpHandler(int) - 类 中的静态方法com.alibaba.dubbo.remoting.http.servlet.DispatcherServlet
-
- removeMessages() - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.MultiMessage
-
- removeParameter(String) - 类 中的方法com.alibaba.dubbo.common.URL
-
- removeParameters(Collection<String>) - 类 中的方法com.alibaba.dubbo.common.URL
-
- removeParameters(String...) - 类 中的方法com.alibaba.dubbo.common.URL
-
- removeReplier(Class<T>) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- removeReplier(Class<T>) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher
-
- removeStateListener(StateListener) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.support.AbstractZookeeperClient
-
- removeStateListener(StateListener) - 接口 中的方法com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient
-
- removeStatus(URL) - 类 中的静态方法com.alibaba.dubbo.rpc.RpcStatus
-
- removeStatus(URL, String) - 类 中的静态方法com.alibaba.dubbo.rpc.RpcStatus
-
- removeTargetChildListener(String, CuratorWatcher) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient
-
- removeTargetChildListener(String, IZkChildListener) - 类 中的方法com.alibaba.dubbo.remoting.zookeeper.zkclient.ZkclientZookeeperClient
-
- removeTracer(Class<?>, String, Channel) - 类 中的静态方法com.alibaba.dubbo.rpc.protocol.dubbo.filter.TraceFilter
-
- replaceExtension(String, Class<?>) - 类 中的方法com.alibaba.dubbo.common.extension.ExtensionLoader
-
- replaceProperty(String, Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.ConfigUtils
-
- Replier<T> - com.alibaba.dubbo.remoting.exchange.support中的接口
-
Replier.
- ReplierDispatcher - com.alibaba.dubbo.remoting.exchange.support中的类
-
ReplierDispatcher
- ReplierDispatcher() - 类 的构造器com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher
-
- ReplierDispatcher(Replier<?>) - 类 的构造器com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher
-
- ReplierDispatcher(Replier<?>, Map<Class<?>, Replier<?>>) - 类 的构造器com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher
-
- reply(ExchangeChannel, Object) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeHandler
-
reply.
- reply(ExchangeChannel, Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerAdapter
-
- reply(ExchangeChannel, Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- reply(ExchangeChannel, T) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.support.Replier
-
reply.
- reply(ExchangeChannel, Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher
-
- request(Object) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeChannel
-
send request.
- request(Object, int) - 接口 中的方法com.alibaba.dubbo.remoting.exchange.ExchangeChannel
-
send request.
- Request - com.alibaba.dubbo.remoting.exchange中的类
-
Request.
- Request() - 类 的构造器com.alibaba.dubbo.remoting.exchange.Request
-
- Request(long) - 类 的构造器com.alibaba.dubbo.remoting.exchange.Request
-
- request(Object) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, int) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reset() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayInputStream
-
- reset() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayOutputStream
-
- reset() - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringReader
-
- reset(URL) - 接口 中的方法com.alibaba.dubbo.common.Resetable
-
reset.
- reset() - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream
-
- reset(Parameters) - 接口 中的方法com.alibaba.dubbo.remoting.Client
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- reset(Parameters) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reset(Parameters) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- reset(Parameters) - 类 中的方法com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.http.support.AbstractHttpServer
-
- reset(Parameters) - 接口 中的方法com.alibaba.dubbo.remoting.Server
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractEndpoint
-
- reset(Parameters) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractEndpoint
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.transport.AbstractServer
-
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
- reset(Parameters) - 类 中的方法com.alibaba.dubbo.remoting.transport.ClientDelegate
-
已过时。
- reset(URL) - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
- reset(Parameters) - 类 中的方法com.alibaba.dubbo.remoting.transport.ServerDelegate
-
已过时。
- reset() - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.InputStreamWrapper
-
- reset() - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- Resetable - com.alibaba.dubbo.common中的接口
-
Resetable.
- resetReaderIndex() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- resetReaderIndex() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Repositions the current readerIndex to the marked readerIndex in this buffer.
- resetReaderIndex() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- resetWriterIndex() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- resetWriterIndex() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Marks the current writerIndex in this buffer.
- resetWriterIndex() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- resolvePrimitiveClassName(String) - 类 中的静态方法com.alibaba.dubbo.common.utils.ClassHelper
-
Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
- ResourceFilter - com.alibaba.dubbo.container.page中的类
-
ResourceServlet
- ResourceFilter() - 类 的构造器com.alibaba.dubbo.container.page.ResourceFilter
-
- Response - com.alibaba.dubbo.remoting.exchange中的类
-
Response
- Response() - 类 的构造器com.alibaba.dubbo.remoting.exchange.Response
-
- Response(long) - 类 的构造器com.alibaba.dubbo.remoting.exchange.Response
-
- Response(long, String) - 类 的构造器com.alibaba.dubbo.remoting.exchange.Response
-
- RESPONSE_NULL_VALUE - 类 中的静态变量com.alibaba.dubbo.rpc.protocol.dubbo.DubboCodec
-
- RESPONSE_VALUE - 类 中的静态变量com.alibaba.dubbo.rpc.protocol.dubbo.DubboCodec
-
- RESPONSE_WITH_EXCEPTION - 类 中的静态变量com.alibaba.dubbo.rpc.protocol.dubbo.DubboCodec
-
- ResponseCallback - com.alibaba.dubbo.remoting.exchange中的接口
-
Callback
- ResponseFuture - com.alibaba.dubbo.remoting.exchange中的接口
-
Future.
- Result - com.alibaba.dubbo.rpc中的接口
-
RPC invoke result.
- RETRIES_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RETURN_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RETURN_NULL_INVOKER - 类 中的静态变量com.alibaba.dubbo.common.bytecode.Proxy
-
- RETURN_PREFIX - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- revertForbid(List<String>, Set<URL>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- revertNotify(Map<String, Map<String, String>>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- revertRegister(Map<String, Map<String, String>>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- revertSubscribe(Map<String, String>) - 类 中的静态方法com.alibaba.dubbo.common.utils.UrlUtils
-
- REVISION_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RmiProtocol - com.alibaba.dubbo.rpc.protocol.rmi中的类
-
RmiProtocol.
- RmiProtocol() - 类 的构造器com.alibaba.dubbo.rpc.protocol.rmi.RmiProtocol
-
- RoundRobinLoadBalance - com.alibaba.dubbo.rpc.cluster.loadbalance中的类
-
Round robin load balance.
- RoundRobinLoadBalance() - 类 的构造器com.alibaba.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
-
- route(List<Invoker<T>>, URL, Invocation) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.condition.ConditionRouter
-
- route(List<Invoker<T>>, URL, Invocation) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.MockInvokersSelector
-
- route(List<Invoker<T>>, URL, Invocation) - 接口 中的方法com.alibaba.dubbo.rpc.cluster.Router
-
route.
- route(List<Invoker<T>>, URL, Invocation) - 类 中的方法com.alibaba.dubbo.rpc.cluster.router.script.ScriptRouter
-
- ROUTE_PROTOCOL - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- Router - com.alibaba.dubbo.rpc.cluster中的接口
-
Router.
- ROUTER_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- ROUTER_TYPE_CLEAR - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RouterFactory - com.alibaba.dubbo.rpc.cluster中的接口
-
RouterFactory.
- ROUTERS_CATEGORY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RpcConstants - com.alibaba.dubbo.rpc中的类
-
- RpcContext - com.alibaba.dubbo.rpc中的类
-
Thread local context.
- RpcException - com.alibaba.dubbo.rpc中的异常错误
-
RPC Exception.
- RpcException() - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(String) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(int) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(int, String, Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(int, String) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcException(int, Throwable) - 异常错误 的构造器com.alibaba.dubbo.rpc.RpcException
-
- RpcInvocation - com.alibaba.dubbo.rpc中的类
-
RPC Invocation.
- RpcInvocation() - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
-
- RpcInvocation(Invocation, Invoker<?>) - 类 的构造器com.alibaba.dubbo.rpc.RpcInvocation
-
- RpcInvocation(Invocation) - 类 的构造器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(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
-
- RpcResult - com.alibaba.dubbo.rpc中的类
-
RPC Result.
- RpcResult() - 类 的构造器com.alibaba.dubbo.rpc.RpcResult
-
- RpcResult(Object) - 类 的构造器com.alibaba.dubbo.rpc.RpcResult
-
- RpcResult(Throwable) - 类 的构造器com.alibaba.dubbo.rpc.RpcResult
-
- RpcStatus - com.alibaba.dubbo.rpc中的类
-
URL statistics.
- RpcUtils - com.alibaba.dubbo.rpc.support中的类
-
RpcUtils
- RpcUtils() - 类 的构造器com.alibaba.dubbo.rpc.support.RpcUtils
-
- RSQUARE - 类 中的静态变量com.alibaba.dubbo.common.json.JSON
-
- RSQUARE - 类 中的静态变量com.alibaba.dubbo.common.json.JSONToken
-
- RULE_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- RuleConverter - com.alibaba.dubbo.rpc.cluster中的接口
-
- run() - 类 中的方法com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- RUNTIME_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- WAIT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- WARMUP_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- warn(String) - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLogger
-
- warn(Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLogger
-
- warn(String, Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.jcl.JclLogger
-
- warn(String) - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLogger
-
- warn(String, Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLogger
-
- warn(Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.jdk.JdkLogger
-
- warn(String) - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLogger
-
- warn(Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLogger
-
- warn(String, Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.log4j.Log4jLogger
-
- warn(String) - 接口 中的方法com.alibaba.dubbo.common.logger.Logger
-
输出警告信息
- warn(Throwable) - 接口 中的方法com.alibaba.dubbo.common.logger.Logger
-
输出警告信息
- warn(String, Throwable) - 接口 中的方法com.alibaba.dubbo.common.logger.Logger
-
输出警告信息
- warn(String) - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLogger
-
- warn(Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLogger
-
- warn(String, Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.slf4j.Slf4jLogger
-
- warn(String, Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.support.FailsafeLogger
-
- warn(String) - 类 中的方法com.alibaba.dubbo.common.logger.support.FailsafeLogger
-
- warn(Throwable) - 类 中的方法com.alibaba.dubbo.common.logger.support.FailsafeLogger
-
- warn(Logger, String, Throwable) - 类 中的静态方法com.alibaba.dubbo.common.utils.LogHelper
-
- warn(Logger, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.LogHelper
-
- warn(Logger, Throwable) - 类 中的静态方法com.alibaba.dubbo.common.utils.LogHelper
-
- weakCompareAndSet(int, int) - 类 中的方法com.alibaba.dubbo.common.utils.AtomicPositiveInteger
-
- WebServiceProtocol - com.alibaba.dubbo.rpc.protocol.webservice中的类
-
WebServiceProtocol.
- WebServiceProtocol() - 类 的构造器com.alibaba.dubbo.rpc.protocol.webservice.WebServiceProtocol
-
- WEIGHT_KEY - 类 中的静态变量com.alibaba.dubbo.common.Constants
-
- wrap(ChannelHandler, URL) - 类 中的静态方法com.alibaba.dubbo.remoting.transport.dispatcher.ChannelHandlers
-
- wrappedBuffer(byte[], int, int) - 类 中的静态方法com.alibaba.dubbo.remoting.buffer.ChannelBuffers
-
- wrappedBuffer(byte[]) - 类 中的静态方法com.alibaba.dubbo.remoting.buffer.ChannelBuffers
-
- wrappedBuffer(ByteBuffer) - 类 中的静态方法com.alibaba.dubbo.remoting.buffer.ChannelBuffers
-
- WrappedChannelHandler - com.alibaba.dubbo.remoting.transport.dispatcher中的类
-
- WrappedChannelHandler(ChannelHandler, URL) - 类 的构造器com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- Wrapper - com.alibaba.dubbo.common.bytecode中的类
-
Wrapper.
- Wrapper() - 类 的构造器com.alibaba.dubbo.common.bytecode.Wrapper
-
- writable() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writable() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns true if and only if (this.capacity -
this.writerIndex) is greater than 0.
- writable() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writableBytes() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writableBytes() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
- writableBytes() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- write(int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayOutputStream
-
- write(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayOutputStream
-
- write(int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringWriter
-
- write(char[]) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringWriter
-
- write(char[], int, int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringWriter
-
- write(String) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringWriter
-
- write(String, int, int) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeStringWriter
-
- write(InputStream, OutputStream) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write.
- write(InputStream, OutputStream, int) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write.
- write(Writer, String) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write string.
- write(Reader, Writer) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write.
- write(Reader, Writer, int) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write.
- write(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(byte[]) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(int) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- write(byte[], int, int) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- writeBool(boolean) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write boolean.
- writeBool(boolean) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeBool(boolean) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeBool(boolean) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeBool(boolean) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeBool(boolean) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeByte(byte) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write byte.
- writeByte(byte) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeByte(byte) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeByte(byte) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeByte(byte) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeByte(byte) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeByte(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeByte(int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Sets the specified byte at the current writerIndex and increases
the writerIndex by 1 in this buffer.
- writeByte(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeByte(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(byte[]) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write byte array.
- writeBytes(byte[], int, int) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write byte array.
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(InputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(byte[]) - 接口 中的方法com.alibaba.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[], int, int) - 接口 中的方法com.alibaba.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(ByteBuffer) - 接口 中的方法com.alibaba.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(ChannelBuffer) - 接口 中的方法com.alibaba.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, int) - 接口 中的方法com.alibaba.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) - 接口 中的方法com.alibaba.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(InputStream, int) - 接口 中的方法com.alibaba.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(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(InputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(byte[]) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(byte[], int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(ByteBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(ChannelBuffer) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(ChannelBuffer, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeBytes(InputStream, int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeDouble(double) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write double.
- writeDouble(double) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeDouble(double) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeDouble(double) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeDouble(double) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeDouble(double) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeFloat(float) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write float.
- writeFloat(float) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeFloat(float) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeFloat(float) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeFloat(float) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeFloat(float) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeInt(int) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write integer.
- writeInt(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeInt(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeInt(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeInt(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeInt(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeJSON(JSONConverter, JSONWriter, boolean) - 类 中的方法com.alibaba.dubbo.common.json.JSONArray
-
write json.
- writeJSON(JSONConverter, JSONWriter, boolean) - 类 中的方法com.alibaba.dubbo.common.json.JSONObject
-
write json.
- writeLines(OutputStream, String[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write lines.
- writeLines(File, String[]) - 类 中的静态方法com.alibaba.dubbo.common.utils.IOUtils
-
write lines.
- writeLong(long) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write long.
- writeLong(long) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeLong(long) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeLong(long) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeLong(long) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeLong(long) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeObject(Object) - 接口 中的方法com.alibaba.dubbo.common.serialize.ObjectOutput
-
write object.
- writeObject(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectOutput
-
- writeObject(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeObject(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectOutput
-
- writeObject(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeObject(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeObject(Object) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyHandler
-
- writerIndex() - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writerIndex(int) - 类 中的方法com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writerIndex() - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Returns the writerIndex of this buffer.
- writerIndex(int) - 接口 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBuffer
-
Sets the writerIndex of this buffer.
- writerIndex() - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writerIndex(int) - 类 中的方法com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer
-
- writeShort(short) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write short.
- writeShort(short) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeShort(short) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeShort(short) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeShort(short) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeShort(short) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeTo(OutputStream) - 类 中的方法com.alibaba.dubbo.common.io.UnsafeByteArrayOutputStream
-
- writeTo(T, GenericObjectOutput) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder.AbstractObjectBuilder
-
- writeTo(T, OutputStream) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder
-
- writeTo(T, GenericObjectOutput) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.Builder
-
- writeTo(OutputStream) - 类 中的方法com.alibaba.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- writeUInt(int) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeUTF(String) - 接口 中的方法com.alibaba.dubbo.common.serialize.DataOutput
-
Write string.
- writeUTF(String) - 类 中的方法com.alibaba.dubbo.common.serialize.support.dubbo.GenericDataOutput
-
- writeUTF(String) - 类 中的方法com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectOutput
-
- writeUTF(String) - 类 中的方法com.alibaba.dubbo.common.serialize.support.java.JavaObjectOutput
-
- writeUTF(String) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.FastJsonObjectOutput
-
- writeUTF(String) - 类 中的方法com.alibaba.dubbo.common.serialize.support.json.JsonObjectOutput
-
- writeUTF(String) - 类 中的方法com.alibaba.dubbo.common.serialize.support.nativejava.NativeJavaObjectOutput
-
- writeValue(Object, JSONWriter, boolean) - 类 中的方法com.alibaba.dubbo.common.json.GenericJSONConverter
-
- writeValue(Object, JSONWriter, boolean) - 接口 中的方法com.alibaba.dubbo.common.json.JSONConverter
-
write object.
- writtenBytes() - 类 中的方法com.alibaba.dubbo.remoting.buffer.ChannelBufferOutputStream
-