Uses of Class
com.gpudb.protocol.ShowDatasinkRequest
-
Packages that use ShowDatasinkRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowDatasinkRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowDatasinkRequest Modifier and Type Method Description ShowDatasinkResponseGPUdb. showDatasink(ShowDatasinkRequest request)Shows information about a specified data sink or all data sinks. -
Uses of ShowDatasinkRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowDatasinkRequest Modifier and Type Method Description ShowDatasinkRequestShowDatasinkRequest. setName(String name)Name of the data sink for which to retrieve information.ShowDatasinkRequestShowDatasinkRequest. setOptions(Map<String,String> options)Optional parameters.
-