Uses of Class
com.gpudb.protocol.CreateEnvironmentResponse
-
Packages that use CreateEnvironmentResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateEnvironmentResponse in com.gpudb
Methods in com.gpudb that return CreateEnvironmentResponse Modifier and Type Method Description CreateEnvironmentResponseGPUdb. createEnvironment(CreateEnvironmentRequest request)Creates a new environment which can be used by user-defined functions (UDF).CreateEnvironmentResponseGPUdb. createEnvironment(String environmentName, Map<String,String> options)Creates a new environment which can be used by user-defined functions (UDF). -
Uses of CreateEnvironmentResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateEnvironmentResponse Modifier and Type Method Description CreateEnvironmentResponseCreateEnvironmentResponse. setEnvironmentName(String environmentName)Value ofenvironmentName.CreateEnvironmentResponseCreateEnvironmentResponse. setInfo(Map<String,String> info)Additional information.
-