Uses of Class
com.gpudb.protocol.ShowSystemStatusRequest
-
Packages that use ShowSystemStatusRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSystemStatusRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowSystemStatusRequest Modifier and Type Method Description ShowSystemStatusResponseGPUdb. showSystemStatus(ShowSystemStatusRequest request)Provides server configuration and health related status to the caller. -
Uses of ShowSystemStatusRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSystemStatusRequest Modifier and Type Method Description ShowSystemStatusRequestShowSystemStatusRequest. setOptions(Map<String,String> options)Optional parameters, currently unused.
-