public interface ThriftClient
ThriftClient interface.
| Modifier and Type | Method and Description |
|---|---|
<X extends org.apache.thrift.TServiceClient> |
iface(Class<X> ifaceClass)
iface.
|
<X extends org.apache.thrift.TServiceClient> |
iface(Class<X> ifaceClass,
java.util.function.Function<org.apache.thrift.transport.TTransport,org.apache.thrift.protocol.TProtocol> protocolProvider,
int hash)
iface.
|
<X extends org.apache.thrift.TServiceClient> |
iface(Class<X> ifaceClass,
int hash)
iface.
|
<X extends org.apache.thrift.TServiceClient> X iface(Class<X> ifaceClass)
iface.
ifaceClass - a Class object.<X extends org.apache.thrift.TServiceClient> X iface(Class<X> ifaceClass, int hash)
iface.
ifaceClass - a Class object.hash - a int.<X extends org.apache.thrift.TServiceClient> X iface(Class<X> ifaceClass, java.util.function.Function<org.apache.thrift.transport.TTransport,org.apache.thrift.protocol.TProtocol> protocolProvider, int hash)
iface.
Copyright © 2015. All rights reserved.