public class ThriftUtils extends Object
| Constructor and Description |
|---|
ThriftUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kyuubi.shaded.thrift.transport.TTransport |
getSocketTransport(String host,
int port,
int connectTimeout,
int socketTimeout) |
static org.apache.kyuubi.shaded.thrift.transport.TTransport |
getSSLSocket(String host,
int port,
int connectTimeout,
int socketTimeout) |
static org.apache.kyuubi.shaded.thrift.transport.TTransport |
getSSLSocket(String host,
int port,
int connectTimeout,
int socketTimeout,
String trustStorePath,
String trustStorePassWord) |
public static org.apache.kyuubi.shaded.thrift.transport.TTransport getSocketTransport(String host, int port, int connectTimeout, int socketTimeout) throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
org.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic static org.apache.kyuubi.shaded.thrift.transport.TTransport getSSLSocket(String host, int port, int connectTimeout, int socketTimeout) throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
org.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic static org.apache.kyuubi.shaded.thrift.transport.TTransport getSSLSocket(String host, int port, int connectTimeout, int socketTimeout, String trustStorePath, String trustStorePassWord) throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
org.apache.kyuubi.shaded.thrift.transport.TTransportExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.