类 ThriftInvoker<T>
- java.lang.Object
-
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T>
-
- org.apache.dubbo.rpc.protocol.thrift.ThriftInvoker<T>
-
@Deprecated public class ThriftInvoker<T> extends AbstractInvoker<T>
已过时。- 从以下版本开始:
- 2.7.0, use https://github.com/dubbo/dubbo-rpc-native-thrift instead
-
-
构造器概要
构造器 构造器 说明 ThriftInvoker(Class<T> service, URL url, ExchangeClient[] clients)已过时。ThriftInvoker(Class<T> type, URL url, ExchangeClient[] clients, Set<Invoker<?>> invokers)已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voiddestroy()已过时。destroy.booleanisAvailable()已过时。is available.-
从类继承的方法 org.apache.dubbo.rpc.protocol.AbstractInvoker
getInterface, getUrl, invoke, isDestroyed, toString
-
-
-
-
构造器详细资料
-
ThriftInvoker
public ThriftInvoker(Class<T> service, URL url, ExchangeClient[] clients)
已过时。
-
-
方法详细资料
-
isAvailable
public boolean isAvailable()
已过时。从接口复制的说明:Nodeis available.- 指定者:
isAvailable在接口中Node- 覆盖:
isAvailable在类中AbstractInvoker<T>- 返回:
- available.
-
-