Package com.mapd.thrift.server
Class MapD.Client.Factory
- java.lang.Object
-
- com.mapd.thrift.server.MapD.Client.Factory
-
- All Implemented Interfaces:
org.apache.thrift.TServiceClientFactory<MapD.Client>
- Enclosing class:
- MapD.Client
public static class MapD.Client.Factory extends Object implements org.apache.thrift.TServiceClientFactory<MapD.Client>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapD.ClientgetClient(org.apache.thrift.protocol.TProtocol prot)MapD.ClientgetClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Method Detail
-
getClient
public MapD.Client getClient(org.apache.thrift.protocol.TProtocol prot)
- Specified by:
getClientin interfaceorg.apache.thrift.TServiceClientFactory<MapD.Client>
-
getClient
public MapD.Client getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
- Specified by:
getClientin interfaceorg.apache.thrift.TServiceClientFactory<MapD.Client>
-
-