Uses of Class
com.gpudb.protocol.ShowResourceObjectsResponse
-
Packages that use ShowResourceObjectsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowResourceObjectsResponse in com.gpudb
Methods in com.gpudb that return ShowResourceObjectsResponse Modifier and Type Method Description ShowResourceObjectsResponseGPUdb. showResourceObjects(ShowResourceObjectsRequest request)Returns information about the internal sub-components (tiered objects) which use resources of the system.ShowResourceObjectsResponseGPUdb. showResourceObjects(Map<String,String> options)Returns information about the internal sub-components (tiered objects) which use resources of the system. -
Uses of ShowResourceObjectsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowResourceObjectsResponse Modifier and Type Method Description ShowResourceObjectsResponseShowResourceObjectsResponse. setInfo(Map<String,String> info)Additional information.ShowResourceObjectsResponseShowResourceObjectsResponse. setRankObjects(Map<String,String> rankObjects)Tier usage across ranks.
-