类的使用
com.alibaba.graphscope.interactive.openapi.model.GetGraphResponse
-
-
com.alibaba.graphscope.interactive.client中GetGraphResponse的使用
返回变量类型为GetGraphResponse的类型的com.alibaba.graphscope.interactive.client中的方法 修饰符和类型 方法 说明 Result<List<GetGraphResponse>>GraphInterface. getAllGraphs()Result<GetGraphResponse>GraphInterface. getGraphMeta(String graphId) -
com.alibaba.graphscope.interactive.client.impl中GetGraphResponse的使用
返回变量类型为GetGraphResponse的类型的com.alibaba.graphscope.interactive.client.impl中的方法 修饰符和类型 方法 说明 Result<List<GetGraphResponse>>DefaultSession. getAllGraphs()Result<GetGraphResponse>DefaultSession. getGraphMeta(String graphId) -
com.alibaba.graphscope.interactive.openapi.api中GetGraphResponse的使用
返回GetGraphResponse的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 GetGraphResponseAdminServiceGraphManagementApi. getGraph(String graphId)Get a graph by name返回变量类型为GetGraphResponse的类型的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 ApiResponse<GetGraphResponse>AdminServiceGraphManagementApi. getGraphWithHttpInfo(String graphId)Get a graph by nameList<GetGraphResponse>AdminServiceGraphManagementApi. listGraphs()List all graphsApiResponse<List<GetGraphResponse>>AdminServiceGraphManagementApi. listGraphsWithHttpInfo()List all graphs类型变量类型为GetGraphResponse的com.alibaba.graphscope.interactive.openapi.api中的方法参数 修饰符和类型 方法 说明 okhttp3.CallAdminServiceGraphManagementApi. getGraphAsync(String graphId, ApiCallback<GetGraphResponse> _callback)(asynchronously) Get a graph by nameokhttp3.CallAdminServiceGraphManagementApi. listGraphsAsync(ApiCallback<List<GetGraphResponse>> _callback)(asynchronously) List all graphs -
com.alibaba.graphscope.interactive.openapi.model中GetGraphResponse的使用
参数类型为GetGraphResponse的com.alibaba.graphscope.interactive.openapi.model中的方法 修饰符和类型 方法 说明 ServiceStatusServiceStatus. graph(GetGraphResponse graph)voidServiceStatus. setGraph(GetGraphResponse graph)
-