Interface Session
-
- All Superinterfaces:
AutoCloseable
,EdgeInterface
,GraphInterface
,JobInterface
,ProcedureInterface
,QueryInterface
,QueryServiceInterface
,UtilsInterface
,VertexInterface
- All Known Implementing Classes:
DefaultSession
public interface Session extends VertexInterface, EdgeInterface, GraphInterface, JobInterface, ProcedureInterface, QueryServiceInterface, QueryInterface, AutoCloseable, UtilsInterface
-
-
Method Summary
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.EdgeInterface
addEdge, deleteEdge, getEdge, updateEdge
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.GraphInterface
bulkLoading, createGraph, deleteGraph, getAllGraphs, getGraphMeta, getGraphSchema, getGraphStatistics
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.JobInterface
cancelJob, getJobStatus, listJobs
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.ProcedureInterface
createProcedure, deleteProcedure, getProcedure, listProcedures, updateProcedure
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.QueryInterface
callProcedure, callProcedure, callProcedure, callProcedure, callProcedureAsync, callProcedureAsync, callProcedureAsync, callProcedureAsync, callProcedureRaw, callProcedureRaw, callProcedureRawAsync, callProcedureRawAsync, runAdhocQuery, runAdhocQuery, runAdhocQueryAsync, runAdhocQueryAsync
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.QueryServiceInterface
getServiceStatus, restartService, startService, stopService
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.UtilsInterface
uploadFile
-
Methods inherited from interface com.alibaba.graphscope.interactive.client.VertexInterface
addVertex, deleteVertex, getVertex, updateVertex
-
-