Uses of Class
com.gpudb.protocol.ShowDatasinkResponse
-
Packages that use ShowDatasinkResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowDatasinkResponse in com.gpudb
Methods in com.gpudb that return ShowDatasinkResponse Modifier and Type Method Description ShowDatasinkResponseGPUdb. showDatasink(ShowDatasinkRequest request)Shows information about a specified data sink or all data sinks.ShowDatasinkResponseGPUdb. showDatasink(String name, Map<String,String> options)Shows information about a specified data sink or all data sinks. -
Uses of ShowDatasinkResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowDatasinkResponse Modifier and Type Method Description ShowDatasinkResponseShowDatasinkResponse. setAdditionalInfo(List<Map<String,String>> additionalInfo)Additional information about the respective data sinks indatasinkNames.ShowDatasinkResponseShowDatasinkResponse. setDatasinkNames(List<String> datasinkNames)The data sink names.ShowDatasinkResponseShowDatasinkResponse. setDestinationTypes(List<String> destinationTypes)The destination type of the data sinks named indatasinkNames.ShowDatasinkResponseShowDatasinkResponse. setInfo(Map<String,String> info)Additional information.
-