|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Adaptive in com.alibaba.dubbo.cache |
---|
Methods in com.alibaba.dubbo.cache with annotations of type Adaptive | |
---|---|
Cache |
CacheFactory.getCache(URL url)
|
Uses of Adaptive in com.alibaba.dubbo.common.compiler.support |
---|
Classes in com.alibaba.dubbo.common.compiler.support with annotations of type Adaptive | |
---|---|
class |
AdaptiveCompiler
AdaptiveCompiler. |
Uses of Adaptive in com.alibaba.dubbo.common.extension.factory |
---|
Classes in com.alibaba.dubbo.common.extension.factory with annotations of type Adaptive | |
---|---|
class |
AdaptiveExtensionFactory
AdaptiveExtensionFactory |
Uses of Adaptive in com.alibaba.dubbo.common.serialize |
---|
Methods in com.alibaba.dubbo.common.serialize with annotations of type Adaptive | |
---|---|
ObjectInput |
Serialization.deserialize(URL url,
InputStream input)
create deserializer |
ObjectOutput |
Serialization.serialize(URL url,
OutputStream output)
create serializer |
Uses of Adaptive in com.alibaba.dubbo.common.threadpool |
---|
Methods in com.alibaba.dubbo.common.threadpool with annotations of type Adaptive | |
---|---|
Executor |
ThreadPool.getExecutor(URL url)
线程池 |
Uses of Adaptive in com.alibaba.dubbo.monitor |
---|
Methods in com.alibaba.dubbo.monitor with annotations of type Adaptive | |
---|---|
Monitor |
MonitorFactory.getMonitor(URL url)
Create monitor. |
Uses of Adaptive in com.alibaba.dubbo.registry |
---|
Methods in com.alibaba.dubbo.registry with annotations of type Adaptive | |
---|---|
Registry |
RegistryFactory.getRegistry(URL url)
连接注册中心. |
Uses of Adaptive in com.alibaba.dubbo.remoting |
---|
Methods in com.alibaba.dubbo.remoting with annotations of type Adaptive | |
---|---|
Server |
Transporter.bind(URL url,
ChannelHandler handler)
Bind a server. |
Client |
Transporter.connect(URL url,
ChannelHandler handler)
Connect to a server. |
Object |
Codec2.decode(Channel channel,
ChannelBuffer buffer)
|
Object |
Codec.decode(Channel channel,
InputStream input)
Deprecated. Decode message. |
ChannelHandler |
Dispatcher.dispatch(ChannelHandler handler,
URL url)
dispatch the message to threadpool. |
void |
Codec2.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
void |
Codec.encode(Channel channel,
OutputStream output,
Object message)
Deprecated. Encode message. |
Uses of Adaptive in com.alibaba.dubbo.remoting.exchange |
---|
Methods in com.alibaba.dubbo.remoting.exchange with annotations of type Adaptive | |
---|---|
ExchangeServer |
Exchanger.bind(URL url,
ExchangeHandler handler)
bind. |
ExchangeClient |
Exchanger.connect(URL url,
ExchangeHandler handler)
connect. |
Uses of Adaptive in com.alibaba.dubbo.remoting.http |
---|
Methods in com.alibaba.dubbo.remoting.http with annotations of type Adaptive | |
---|---|
HttpServer |
HttpBinder.bind(URL url,
HttpHandler handler)
bind the server. |
Uses of Adaptive in com.alibaba.dubbo.remoting.http.servlet |
---|
Methods in com.alibaba.dubbo.remoting.http.servlet with annotations of type Adaptive | |
---|---|
HttpServer |
ServletHttpBinder.bind(URL url,
HttpHandler handler)
|
Uses of Adaptive in com.alibaba.dubbo.remoting.zookeeper |
---|
Methods in com.alibaba.dubbo.remoting.zookeeper with annotations of type Adaptive | |
---|---|
ZookeeperClient |
ZookeeperTransporter.connect(URL url)
|
Uses of Adaptive in com.alibaba.dubbo.rpc |
---|
Methods in com.alibaba.dubbo.rpc with annotations of type Adaptive | ||
---|---|---|
|
Protocol.export(Invoker<T> invoker)
暴露远程服务: 1. |
|
|
ProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url)
create invoker. |
|
|
ProxyFactory.getProxy(Invoker<T> invoker)
create proxy. |
|
|
Protocol.refer(Class<T> type,
URL url)
引用远程服务: 1. |
Uses of Adaptive in com.alibaba.dubbo.rpc.cluster |
---|
Methods in com.alibaba.dubbo.rpc.cluster with annotations of type Adaptive | ||
---|---|---|
Configurator |
ConfiguratorFactory.getConfigurator(URL url)
get the configurator instance. |
|
Router |
RouterFactory.getRouter(URL url)
Create router. |
|
|
Cluster.join(Directory<T> directory)
Merge the directory invokers to a virtual invoker. |
|
|
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
select one invoker in list. |
Uses of Adaptive in com.alibaba.dubbo.validation |
---|
Methods in com.alibaba.dubbo.validation with annotations of type Adaptive | |
---|---|
Validator |
Validation.getValidator(URL url)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |