Uses of Class
com.mapd.thrift.server.MapD.connect_args
-
Packages that use MapD.connect_args Package Description com.mapd.thrift.server -
-
Uses of MapD.connect_args in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return MapD.connect_args Modifier and Type Method Description MapD.connect_argsMapD.connect_args. deepCopy()MapD.connect_argsMapD.AsyncProcessor.connect. getEmptyArgsInstance()MapD.connect_argsMapD.Processor.connect. getEmptyArgsInstance()MapD.connect_argsMapD.connect_args. setDbname(String dbname)MapD.connect_argsMapD.connect_args. setPasswd(String passwd)MapD.connect_argsMapD.connect_args. setUser(String user)Methods in com.mapd.thrift.server with parameters of type MapD.connect_args Modifier and Type Method Description intMapD.connect_args. compareTo(MapD.connect_args other)booleanMapD.connect_args. equals(MapD.connect_args that)MapD.connect_resultMapD.Processor.connect. getResult(I iface, MapD.connect_args args)voidMapD.AsyncProcessor.connect. start(I iface, MapD.connect_args args, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)Constructors in com.mapd.thrift.server with parameters of type MapD.connect_args Constructor Description connect_args(MapD.connect_args other)Performs a deep copy on other.
-