Uses of Class
com.mapd.thrift.server.MapD.create_dashboard_args
-
Packages that use MapD.create_dashboard_args Package Description com.mapd.thrift.server -
-
Uses of MapD.create_dashboard_args in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return MapD.create_dashboard_args Modifier and Type Method Description MapD.create_dashboard_argsMapD.create_dashboard_args. deepCopy()MapD.create_dashboard_argsMapD.AsyncProcessor.create_dashboard. getEmptyArgsInstance()MapD.create_dashboard_argsMapD.Processor.create_dashboard. getEmptyArgsInstance()MapD.create_dashboard_argsMapD.create_dashboard_args. setDashboard_metadata(String dashboard_metadata)MapD.create_dashboard_argsMapD.create_dashboard_args. setDashboard_name(String dashboard_name)MapD.create_dashboard_argsMapD.create_dashboard_args. setDashboard_state(String dashboard_state)MapD.create_dashboard_argsMapD.create_dashboard_args. setImage_hash(String image_hash)MapD.create_dashboard_argsMapD.create_dashboard_args. setSession(String session)Methods in com.mapd.thrift.server with parameters of type MapD.create_dashboard_args Modifier and Type Method Description intMapD.create_dashboard_args. compareTo(MapD.create_dashboard_args other)booleanMapD.create_dashboard_args. equals(MapD.create_dashboard_args that)MapD.create_dashboard_resultMapD.Processor.create_dashboard. getResult(I iface, MapD.create_dashboard_args args)voidMapD.AsyncProcessor.create_dashboard. start(I iface, MapD.create_dashboard_args args, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler)Constructors in com.mapd.thrift.server with parameters of type MapD.create_dashboard_args Constructor Description create_dashboard_args(MapD.create_dashboard_args other)Performs a deep copy on other.
-