Uses of Class
com.gpudb.protocol.ShowResourceGroupsResponse
-
Packages that use ShowResourceGroupsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowResourceGroupsResponse in com.gpudb
Methods in com.gpudb that return ShowResourceGroupsResponse Modifier and Type Method Description ShowResourceGroupsResponseGPUdb. showResourceGroups(ShowResourceGroupsRequest request)Requests resource group properties.ShowResourceGroupsResponseGPUdb. showResourceGroups(List<String> names, Map<String,String> options)Requests resource group properties. -
Uses of ShowResourceGroupsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowResourceGroupsResponse Modifier and Type Method Description ShowResourceGroupsResponseShowResourceGroupsResponse. setGroups(List<Map<String,String>> groups)Map of resource group information.ShowResourceGroupsResponseShowResourceGroupsResponse. setInfo(Map<String,String> info)Additional information.ShowResourceGroupsResponseShowResourceGroupsResponse. setRankUsage(Map<String,String> rankUsage)Tier usage across ranks.
-