Uses of Class
com.gpudb.protocol.ShowSystemPropertiesResponse
-
Packages that use ShowSystemPropertiesResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSystemPropertiesResponse in com.gpudb
Methods in com.gpudb that return ShowSystemPropertiesResponse Modifier and Type Method Description ShowSystemPropertiesResponseGPUdb. showSystemProperties(ShowSystemPropertiesRequest request)Returns server configuration and version related information to the caller.ShowSystemPropertiesResponseGPUdb. showSystemProperties(Map<String,String> options)Returns server configuration and version related information to the caller. -
Uses of ShowSystemPropertiesResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSystemPropertiesResponse Modifier and Type Method Description ShowSystemPropertiesResponseShowSystemPropertiesResponse. setInfo(Map<String,String> info)Additional information.ShowSystemPropertiesResponseShowSystemPropertiesResponse. setPropertyMap(Map<String,String> propertyMap)A map of server configuration parameters and version information.
-