Uses of Class
com.gpudb.protocol.AlterDatasinkRequest
-
Packages that use AlterDatasinkRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterDatasinkRequest in com.gpudb
Methods in com.gpudb with parameters of type AlterDatasinkRequest Modifier and Type Method Description AlterDatasinkResponseGPUdb. alterDatasink(AlterDatasinkRequest request)Alters the properties of an existing data sink -
Uses of AlterDatasinkRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterDatasinkRequest Modifier and Type Method Description AlterDatasinkRequestAlterDatasinkRequest. setDatasinkUpdatesMap(Map<String,String> datasinkUpdatesMap)Map containing the properties of the data sink to be updated.AlterDatasinkRequestAlterDatasinkRequest. setName(String name)Name of the data sink to be altered.AlterDatasinkRequestAlterDatasinkRequest. setOptions(Map<String,String> options)Optional parameters.
-