Interface GraphInterface

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

    public interface GraphInterface
    All APIs about Graph Creation/Deletion/Updating/Getting, and dataloading.
    • Method Detail

      • bulkLoading

        Result<com.alibaba.graphscope.interactive.models.JobResponse> bulkLoading​(String graphId,
                                                                                  com.alibaba.graphscope.interactive.models.SchemaMapping mapping)
      • createGraph

        Result<com.alibaba.graphscope.interactive.models.CreateGraphResponse> createGraph​(com.alibaba.graphscope.interactive.models.CreateGraphRequest graph)
      • getGraphSchema

        Result<com.alibaba.graphscope.interactive.models.GetGraphSchemaResponse> getGraphSchema​(String graphId)
      • getGraphStatistics

        Result<com.alibaba.graphscope.interactive.models.GetGraphStatisticsResponse> getGraphStatistics​(String graphId)
      • getGraphMeta

        Result<com.alibaba.graphscope.interactive.models.GetGraphResponse> getGraphMeta​(String graphId)
      • getAllGraphs

        Result<List<com.alibaba.graphscope.interactive.models.GetGraphResponse>> getAllGraphs()