Uses of Class
com.gpudb.protocol.ShowSystemStatusResponse
-
Packages that use ShowSystemStatusResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSystemStatusResponse in com.gpudb
Methods in com.gpudb that return ShowSystemStatusResponse Modifier and Type Method Description ShowSystemStatusResponseGPUdb. showSystemStatus(ShowSystemStatusRequest request)Provides server configuration and health related status to the caller.ShowSystemStatusResponseGPUdb. showSystemStatus(Map<String,String> options)Provides server configuration and health related status to the caller. -
Uses of ShowSystemStatusResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSystemStatusResponse Modifier and Type Method Description ShowSystemStatusResponseShowSystemStatusResponse. setInfo(Map<String,String> info)Additional information.ShowSystemStatusResponseShowSystemStatusResponse. setStatusMap(Map<String,String> statusMap)A map of server configuration and health related status.
-