类的使用
com.alibaba.graphscope.interactive.openapi.model.EdgeData
-
-
com.alibaba.graphscope.interactive.client中EdgeData的使用
返回变量类型为EdgeData的类型的com.alibaba.graphscope.interactive.client中的方法 修饰符和类型 方法 说明 Result<EdgeData>EdgeInterface. getEdge(String graphName, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue) -
com.alibaba.graphscope.interactive.client.impl中EdgeData的使用
返回变量类型为EdgeData的类型的com.alibaba.graphscope.interactive.client.impl中的方法 修饰符和类型 方法 说明 Result<EdgeData>DefaultSession. getEdge(String graphName, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue) -
com.alibaba.graphscope.interactive.openapi.api中EdgeData的使用
返回EdgeData的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 EdgeDataGraphServiceEdgeManagementApi. getEdge(String graphId, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue)Get the edge's properties with src and dst vertex primary keys.返回变量类型为EdgeData的类型的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 ApiResponse<EdgeData>GraphServiceEdgeManagementApi. getEdgeWithHttpInfo(String graphId, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue)Get the edge's properties with src and dst vertex primary keys.类型变量类型为EdgeData的com.alibaba.graphscope.interactive.openapi.api中的方法参数 修饰符和类型 方法 说明 okhttp3.CallGraphServiceEdgeManagementApi. getEdgeAsync(String graphId, String edgeLabel, String srcLabel, Object srcPrimaryKeyValue, String dstLabel, Object dstPrimaryKeyValue, ApiCallback<EdgeData> _callback)Get the edge's properties with src and dst vertex primary keys. -
com.alibaba.graphscope.interactive.openapi.model中EdgeData的使用
返回EdgeData的com.alibaba.graphscope.interactive.openapi.model中的方法 修饰符和类型 方法 说明 EdgeDataEdgeData. addPropertiesItem(Property propertiesItem)EdgeDataEdgeData. dstLabel(String dstLabel)EdgeDataEdgeData. dstPrimaryKeyValue(Object dstPrimaryKeyValue)EdgeDataEdgeData. edgeLabel(String edgeLabel)static EdgeDataEdgeData. fromJson(String jsonString)Create an instance of EdgeData given an JSON stringEdgeDataEdgeData. properties(List<Property> properties)EdgeDataEdgeData. srcLabel(String srcLabel)EdgeDataEdgeData. srcPrimaryKeyValue(Object srcPrimaryKeyValue)
-