Interface QueryServiceInterface
-
- All Known Subinterfaces:
Session
- All Known Implementing Classes:
DefaultSession
public interface QueryServiceInterface
Manage the query interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result<com.alibaba.graphscope.interactive.models.ServiceStatus>
getServiceStatus()
Result<String>
restartService()
Result<String>
startService(com.alibaba.graphscope.interactive.models.StartServiceRequest service)
Result<String>
stopService(com.alibaba.graphscope.interactive.models.StopServiceRequest graphId)
-