Uses of Class
com.gpudb.protocol.AdminShowJobsResponse
-
Packages that use AdminShowJobsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShowJobsResponse in com.gpudb
Methods in com.gpudb that return AdminShowJobsResponse Modifier and Type Method Description AdminShowJobsResponseGPUdb. adminShowJobs(AdminShowJobsRequest request)Get a list of the current jobs in GPUdb.AdminShowJobsResponseGPUdb. adminShowJobs(Map<String,String> options)Get a list of the current jobs in GPUdb. -
Uses of AdminShowJobsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShowJobsResponse Modifier and Type Method Description AdminShowJobsResponseAdminShowJobsResponse. setAuthId(List<String> authId)AdminShowJobsResponseAdminShowJobsResponse. setEndpointName(List<String> endpointName)AdminShowJobsResponseAdminShowJobsResponse. setFlags(List<String> flags)AdminShowJobsResponseAdminShowJobsResponse. setInfo(Map<String,String> info)Additional information.AdminShowJobsResponseAdminShowJobsResponse. setJobId(List<Long> jobId)AdminShowJobsResponseAdminShowJobsResponse. setQueryText(List<String> queryText)AdminShowJobsResponseAdminShowJobsResponse. setSourceIp(List<String> sourceIp)AdminShowJobsResponseAdminShowJobsResponse. setStatus(List<String> status)AdminShowJobsResponseAdminShowJobsResponse. setTimeReceived(List<Long> timeReceived)AdminShowJobsResponseAdminShowJobsResponse. setUserData(List<String> userData)
-