Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AdminShowJobsResponse |
GPUdb.adminShowJobs(AdminShowJobsRequest request)
Get a list of the current jobs in GPUdb.
|
AdminShowJobsResponse |
GPUdb.adminShowJobs(Map<String,String> options)
Get a list of the current jobs in GPUdb.
|
Modifier and Type | Method and Description |
---|---|
AdminShowJobsResponse |
AdminShowJobsResponse.setAuthId(List<String> authId) |
AdminShowJobsResponse |
AdminShowJobsResponse.setEndpointName(List<String> endpointName) |
AdminShowJobsResponse |
AdminShowJobsResponse.setInfo(Map<String,String> info) |
AdminShowJobsResponse |
AdminShowJobsResponse.setJobId(List<Long> jobId) |
AdminShowJobsResponse |
AdminShowJobsResponse.setSourceIp(List<String> sourceIp) |
AdminShowJobsResponse |
AdminShowJobsResponse.setStatus(List<String> status) |
AdminShowJobsResponse |
AdminShowJobsResponse.setTimeReceived(List<Long> timeReceived) |
AdminShowJobsResponse |
AdminShowJobsResponse.setUserData(List<String> userData) |
Copyright © 2020. All rights reserved.