Uses of Class
com.gpudb.protocol.ShowSystemTimingResponse
-
Packages that use ShowSystemTimingResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSystemTimingResponse in com.gpudb
Methods in com.gpudb that return ShowSystemTimingResponse Modifier and Type Method Description ShowSystemTimingResponseGPUdb. showSystemTiming(ShowSystemTimingRequest request)Returns the last 100 database requests along with the request timing and internal job ID.ShowSystemTimingResponseGPUdb. showSystemTiming(Map<String,String> options)Returns the last 100 database requests along with the request timing and internal job ID. -
Uses of ShowSystemTimingResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSystemTimingResponse Modifier and Type Method Description ShowSystemTimingResponseShowSystemTimingResponse. setEndpoints(List<String> endpoints)List of recently called endpoints, most recent first.ShowSystemTimingResponseShowSystemTimingResponse. setInfo(Map<String,String> info)Additional information.ShowSystemTimingResponseShowSystemTimingResponse. setJobids(List<String> jobids)List of the internal job IDs for the recent requests.ShowSystemTimingResponseShowSystemTimingResponse. setTimeInMs(List<Float> timeInMs)List of time (in ms) of the recent requests.
-