Interface JobInterface

  • All Known Subinterfaces:
    Session
    All Known Implementing Classes:
    DefaultSession

    public interface JobInterface
    Get/Cancel/List jobs.
    • Method Detail

      • getJobStatus

        Result<com.alibaba.graphscope.interactive.models.JobStatus> getJobStatus​(String jobId)
      • listJobs

        Result<List<com.alibaba.graphscope.interactive.models.JobStatus>> listJobs()