类的使用
com.alibaba.graphscope.interactive.openapi.model.CreateGraphRequest
-
-
com.alibaba.graphscope.interactive.client中CreateGraphRequest的使用
参数类型为CreateGraphRequest的com.alibaba.graphscope.interactive.client中的方法 修饰符和类型 方法 说明 Result<CreateGraphResponse>GraphInterface. createGraph(CreateGraphRequest graph) -
com.alibaba.graphscope.interactive.client.impl中CreateGraphRequest的使用
参数类型为CreateGraphRequest的com.alibaba.graphscope.interactive.client.impl中的方法 修饰符和类型 方法 说明 Result<CreateGraphResponse>DefaultSession. createGraph(CreateGraphRequest graph) -
com.alibaba.graphscope.interactive.openapi.api中CreateGraphRequest的使用
参数类型为CreateGraphRequest的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 CreateGraphResponseAdminServiceGraphManagementApi. createGraph(CreateGraphRequest createGraphRequest)Create a new graphokhttp3.CallAdminServiceGraphManagementApi. createGraphAsync(CreateGraphRequest createGraphRequest, ApiCallback<CreateGraphResponse> _callback)(asynchronously) Create a new graphokhttp3.CallAdminServiceGraphManagementApi. createGraphCall(CreateGraphRequest createGraphRequest, ApiCallback _callback)Build call for createGraphApiResponse<CreateGraphResponse>AdminServiceGraphManagementApi. createGraphWithHttpInfo(CreateGraphRequest createGraphRequest)Create a new graph -
com.alibaba.graphscope.interactive.openapi.model中CreateGraphRequest的使用
返回CreateGraphRequest的com.alibaba.graphscope.interactive.openapi.model中的方法 修饰符和类型 方法 说明 CreateGraphRequestCreateGraphRequest. addStoredProceduresItem(CreateProcedureRequest storedProceduresItem)CreateGraphRequestCreateGraphRequest. description(String description)static CreateGraphRequestCreateGraphRequest. fromJson(String jsonString)Create an instance of CreateGraphRequest given an JSON stringCreateGraphRequestCreateGraphRequest. name(String name)CreateGraphRequestCreateGraphRequest. schema(CreateGraphSchemaRequest schema)CreateGraphRequestCreateGraphRequest. storedProcedures(List<CreateProcedureRequest> storedProcedures)
-