Uses of Class
com.gpudb.protocol.AlterSystemPropertiesResponse
-
Packages that use AlterSystemPropertiesResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterSystemPropertiesResponse in com.gpudb
Methods in com.gpudb that return AlterSystemPropertiesResponse Modifier and Type Method Description AlterSystemPropertiesResponseGPUdb. alterSystemProperties(AlterSystemPropertiesRequest request)ThealterSystemPropertiesendpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.AlterSystemPropertiesResponseGPUdb. alterSystemProperties(Map<String,String> propertyUpdatesMap, Map<String,String> options)ThealterSystemPropertiesendpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. -
Uses of AlterSystemPropertiesResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterSystemPropertiesResponse Modifier and Type Method Description AlterSystemPropertiesResponseAlterSystemPropertiesResponse. setInfo(Map<String,String> info)Additional information.AlterSystemPropertiesResponseAlterSystemPropertiesResponse. setUpdatedPropertiesMap(Map<String,String> updatedPropertiesMap)Map of values updated; for speed tests, a map of values measured to the measurement
-