Package ai.heavy.thrift.calciteserver
Class CalciteServer.AsyncClient.Factory
- java.lang.Object
-
- ai.heavy.thrift.calciteserver.CalciteServer.AsyncClient.Factory
-
- All Implemented Interfaces:
org.apache.thrift.async.TAsyncClientFactory<CalciteServer.AsyncClient>
- Enclosing class:
- CalciteServer.AsyncClient
public static class CalciteServer.AsyncClient.Factory extends Object implements org.apache.thrift.async.TAsyncClientFactory<CalciteServer.AsyncClient>
-
-
Constructor Summary
Constructors Constructor Description Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalciteServer.AsyncClientgetAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
-
-
-
Method Detail
-
getAsyncClient
public CalciteServer.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
- Specified by:
getAsyncClientin interfaceorg.apache.thrift.async.TAsyncClientFactory<CalciteServer.AsyncClient>
-
-