Uses of Class
com.gpudb.protocol.CreateDatasinkRequest
-
Packages that use CreateDatasinkRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateDatasinkRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateDatasinkRequest Modifier and Type Method Description CreateDatasinkResponseGPUdb. createDatasink(CreateDatasinkRequest request)Creates a data sink, which contains the destination information for a data sink that is external to the database. -
Uses of CreateDatasinkRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateDatasinkRequest Modifier and Type Method Description CreateDatasinkRequestCreateDatasinkRequest. setDestination(String destination)Destination for the output data in format 'storage_provider_type://path[:port]'.CreateDatasinkRequestCreateDatasinkRequest. setName(String name)Name of the data sink to be created.CreateDatasinkRequestCreateDatasinkRequest. setOptions(Map<String,String> options)Optional parameters.
-