Uses of Class
com.gpudb.protocol.ShowSystemTimingRequest
-
Packages that use ShowSystemTimingRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSystemTimingRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowSystemTimingRequest Modifier and Type Method Description ShowSystemTimingResponseGPUdb. showSystemTiming(ShowSystemTimingRequest request)Returns the last 100 database requests along with the request timing and internal job ID. -
Uses of ShowSystemTimingRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSystemTimingRequest Modifier and Type Method Description ShowSystemTimingRequestShowSystemTimingRequest. setOptions(Map<String,String> options)Optional parameters, currently unused.
-