Uses of Class
com.gpudb.protocol.AlterSystemPropertiesRequest
-
Packages that use AlterSystemPropertiesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterSystemPropertiesRequest in com.gpudb
Methods in com.gpudb with parameters of type AlterSystemPropertiesRequest 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. -
Uses of AlterSystemPropertiesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterSystemPropertiesRequest Modifier and Type Method Description AlterSystemPropertiesRequestAlterSystemPropertiesRequest. setOptions(Map<String,String> options)Optional parameters.AlterSystemPropertiesRequestAlterSystemPropertiesRequest. setPropertyUpdatesMap(Map<String,String> propertyUpdatesMap)Map containing the properties of the system to be updated.
-