Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowSystemTimingResponse |
GPUdb.showSystemTiming(Map<String,String> options)
Returns the last 100 database requests along with the request timing and
internal job id.
|
ShowSystemTimingResponse |
GPUdb.showSystemTiming(ShowSystemTimingRequest request)
Returns the last 100 database requests along with the request timing and
internal job id.
|
Modifier and Type | Method and Description |
---|---|
ShowSystemTimingResponse |
ShowSystemTimingResponse.setEndpoints(List<String> endpoints)
List of recently called endpoints, most recent first.
|
ShowSystemTimingResponse |
ShowSystemTimingResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowSystemTimingResponse |
ShowSystemTimingResponse.setJobids(List<String> jobids)
List of the internal job ids for the recent requests.
|
ShowSystemTimingResponse |
ShowSystemTimingResponse.setTimeInMs(List<Float> timeInMs)
List of time (in ms) of the recent requests.
|
Copyright © 2025. All rights reserved.