Uses of Class
com.gpudb.protocol.ShowEnvironmentResponse
-
Packages that use ShowEnvironmentResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowEnvironmentResponse in com.gpudb
Methods in com.gpudb that return ShowEnvironmentResponse Modifier and Type Method Description ShowEnvironmentResponseGPUdb. showEnvironment(ShowEnvironmentRequest request)Shows information about a specified user-defined function (UDF) environment or all environments.ShowEnvironmentResponseGPUdb. showEnvironment(String environmentName, Map<String,String> options)Shows information about a specified user-defined function (UDF) environment or all environments. -
Uses of ShowEnvironmentResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowEnvironmentResponse Modifier and Type Method Description ShowEnvironmentResponseShowEnvironmentResponse. setEnvironmentNames(List<String> environmentNames)A list of all environment names.ShowEnvironmentResponseShowEnvironmentResponse. setInfo(Map<String,String> info)Additional information.ShowEnvironmentResponseShowEnvironmentResponse. setPackages(List<List<String>> packages)Information about the installed packages in the respective environments inenvironmentNames.
-