Interface QueryServiceInterface

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

    public interface QueryServiceInterface
    Manage the query interface.
    • Method Detail

      • getServiceStatus

        Result<com.alibaba.graphscope.interactive.models.ServiceStatus> getServiceStatus()
      • startService

        Result<String> startService​(com.alibaba.graphscope.interactive.models.StartServiceRequest service)
      • stopService

        Result<String> stopService​(com.alibaba.graphscope.interactive.models.StopServiceRequest graphId)