Uses of Class
com.gpudb.protocol.AlterTierResponse
-
Packages that use AlterTierResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterTierResponse in com.gpudb
Methods in com.gpudb that return AlterTierResponse Modifier and Type Method Description AlterTierResponseGPUdb. alterTier(AlterTierRequest request)Alters properties of an existing tier to facilitate resource management.AlterTierResponseGPUdb. alterTier(String name, Map<String,String> options)Alters properties of an existing tier to facilitate resource management. -
Uses of AlterTierResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterTierResponse Modifier and Type Method Description AlterTierResponseAlterTierResponse. setInfo(Map<String,String> info)Additional information.AlterTierResponseAlterTierResponse. setName(String name)Value ofname.
-