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