Uses of Class
com.gpudb.protocol.CreateEnvironmentRequest
-
Packages that use CreateEnvironmentRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateEnvironmentRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentResponseGPUdb. createEnvironment(CreateEnvironmentRequest request)Creates a new environment which can be used by user-defined functions (UDF). -
Uses of CreateEnvironmentRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentRequestCreateEnvironmentRequest. setEnvironmentName(String environmentName)Name of the environment to be created.CreateEnvironmentRequestCreateEnvironmentRequest. setOptions(Map<String,String> options)Optional parameters.
-