Uses of Class
com.gpudb.protocol.ShowEnvironmentRequest
-
Packages that use ShowEnvironmentRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowEnvironmentRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowEnvironmentRequest Modifier and Type Method Description ShowEnvironmentResponseGPUdb. showEnvironment(ShowEnvironmentRequest request)Shows information about a specified user-defined function (UDF) environment or all environments. -
Uses of ShowEnvironmentRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowEnvironmentRequest Modifier and Type Method Description ShowEnvironmentRequestShowEnvironmentRequest. setEnvironmentName(String environmentName)Name of the environment on which to retrieve information.ShowEnvironmentRequestShowEnvironmentRequest. setOptions(Map<String,String> options)Optional parameters.
-