Uses of Class
com.gpudb.protocol.ShowResourceStatisticsResponse
-
Packages that use ShowResourceStatisticsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowResourceStatisticsResponse in com.gpudb
Methods in com.gpudb that return ShowResourceStatisticsResponse Modifier and Type Method Description ShowResourceStatisticsResponseGPUdb. showResourceStatistics(ShowResourceStatisticsRequest request)Requests various statistics for storage/memory tiers and resource groups.ShowResourceStatisticsResponseGPUdb. showResourceStatistics(Map<String,String> options)Requests various statistics for storage/memory tiers and resource groups. -
Uses of ShowResourceStatisticsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowResourceStatisticsResponse Modifier and Type Method Description ShowResourceStatisticsResponseShowResourceStatisticsResponse. setInfo(Map<String,String> info)Additional information.ShowResourceStatisticsResponseShowResourceStatisticsResponse. setStatisticsMap(Map<String,String> statisticsMap)Map of resource statistics
-