类的使用
com.alibaba.graphscope.interactive.openapi.model.JobStatus
-
-
com.alibaba.graphscope.interactive.client中JobStatus的使用
返回变量类型为JobStatus的类型的com.alibaba.graphscope.interactive.client中的方法 修饰符和类型 方法 说明 Result<JobStatus>JobInterface. getJobStatus(String jobId)Result<List<JobStatus>>JobInterface. listJobs() -
com.alibaba.graphscope.interactive.client.impl中JobStatus的使用
返回变量类型为JobStatus的类型的com.alibaba.graphscope.interactive.client.impl中的方法 修饰符和类型 方法 说明 Result<JobStatus>DefaultSession. getJobStatus(String jobId)Result<List<JobStatus>>DefaultSession. listJobs() -
com.alibaba.graphscope.interactive.openapi.api中JobStatus的使用
返回JobStatus的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 JobStatusAdminServiceJobManagementApi. getJobById(String jobId)返回变量类型为JobStatus的类型的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 ApiResponse<JobStatus>AdminServiceJobManagementApi. getJobByIdWithHttpInfo(String jobId)List<JobStatus>AdminServiceJobManagementApi. listJobs()ApiResponse<List<JobStatus>>AdminServiceJobManagementApi. listJobsWithHttpInfo()类型变量类型为JobStatus的com.alibaba.graphscope.interactive.openapi.api中的方法参数 修饰符和类型 方法 说明 okhttp3.CallAdminServiceJobManagementApi. getJobByIdAsync(String jobId, ApiCallback<JobStatus> _callback)(asynchronously)okhttp3.CallAdminServiceJobManagementApi. listJobsAsync(ApiCallback<List<JobStatus>> _callback)(asynchronously) -
com.alibaba.graphscope.interactive.openapi.model中JobStatus的使用
返回JobStatus的com.alibaba.graphscope.interactive.openapi.model中的方法 修饰符和类型 方法 说明 JobStatusJobStatus. detail(Map<String,Object> detail)JobStatusJobStatus. endTime(Integer endTime)static JobStatusJobStatus. fromJson(String jsonString)Create an instance of JobStatus given an JSON stringJobStatusJobStatus. id(String id)JobStatusJobStatus. log(String log)JobStatusJobStatus. putDetailItem(String key, Object detailItem)JobStatusJobStatus. startTime(Integer startTime)JobStatusJobStatus. status(JobStatus.StatusEnum status)JobStatusJobStatus. type(String type)
-