类的使用
com.alibaba.graphscope.interactive.openapi.model.EdgeRequest
-
-
com.alibaba.graphscope.interactive.client中EdgeRequest的使用
参数类型为EdgeRequest的com.alibaba.graphscope.interactive.client中的方法 修饰符和类型 方法 说明 Result<String>EdgeInterface. addEdge(String graphName, EdgeRequest edgeRequest)Result<String>EdgeInterface. updateEdge(String graphName, EdgeRequest edgeRequest) -
com.alibaba.graphscope.interactive.client.impl中EdgeRequest的使用
参数类型为EdgeRequest的com.alibaba.graphscope.interactive.client.impl中的方法 修饰符和类型 方法 说明 Result<String>DefaultSession. addEdge(String graphName, EdgeRequest edgeRequest)Result<String>DefaultSession. updateEdge(String graphName, EdgeRequest edgeRequest) -
com.alibaba.graphscope.interactive.openapi.api中EdgeRequest的使用
参数类型为EdgeRequest的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 StringGraphServiceEdgeManagementApi. addEdge(String graphId, EdgeRequest edgeRequest)Add edge to the graph Add the edge to graph.okhttp3.CallGraphServiceEdgeManagementApi. addEdgeAsync(String graphId, EdgeRequest edgeRequest, ApiCallback<String> _callback)Add edge to the graph (asynchronously) Add the edge to graph.okhttp3.CallGraphServiceEdgeManagementApi. addEdgeCall(String graphId, EdgeRequest edgeRequest, ApiCallback _callback)Build call for addEdgeApiResponse<String>GraphServiceEdgeManagementApi. addEdgeWithHttpInfo(String graphId, EdgeRequest edgeRequest)Add edge to the graph Add the edge to graph.StringGraphServiceEdgeManagementApi. updateEdge(String graphId, EdgeRequest edgeRequest)Update edge's property Update the edge on the running graph.okhttp3.CallGraphServiceEdgeManagementApi. updateEdgeAsync(String graphId, EdgeRequest edgeRequest, ApiCallback<String> _callback)Update edge's property (asynchronously) Update the edge on the running graph.okhttp3.CallGraphServiceEdgeManagementApi. updateEdgeCall(String graphId, EdgeRequest edgeRequest, ApiCallback _callback)Build call for updateEdgeApiResponse<String>GraphServiceEdgeManagementApi. updateEdgeWithHttpInfo(String graphId, EdgeRequest edgeRequest)Update edge's property Update the edge on the running graph. -
com.alibaba.graphscope.interactive.openapi.model中EdgeRequest的使用
返回EdgeRequest的com.alibaba.graphscope.interactive.openapi.model中的方法 修饰符和类型 方法 说明 EdgeRequestEdgeRequest. addPropertiesItem(Property propertiesItem)EdgeRequestEdgeRequest. dstLabel(String dstLabel)EdgeRequestEdgeRequest. dstPrimaryKeyValue(Object dstPrimaryKeyValue)EdgeRequestEdgeRequest. edgeLabel(String edgeLabel)static EdgeRequestEdgeRequest. fromJson(String jsonString)Create an instance of EdgeRequest given an JSON stringEdgeRequestEdgeRequest. properties(List<Property> properties)EdgeRequestEdgeRequest. srcLabel(String srcLabel)EdgeRequestEdgeRequest. srcPrimaryKeyValue(Object srcPrimaryKeyValue)
-