类的使用
com.alibaba.graphscope.interactive.openapi.model.VertexData
-
-
com.alibaba.graphscope.interactive.client中VertexData的使用
返回变量类型为VertexData的类型的com.alibaba.graphscope.interactive.client中的方法 修饰符和类型 方法 说明 Result<VertexData>VertexInterface. getVertex(String graphId, String label, Object primaryKey) -
com.alibaba.graphscope.interactive.client.impl中VertexData的使用
返回变量类型为VertexData的类型的com.alibaba.graphscope.interactive.client.impl中的方法 修饰符和类型 方法 说明 Result<VertexData>DefaultSession. getVertex(String graphId, String label, Object primaryKey) -
com.alibaba.graphscope.interactive.openapi.api中VertexData的使用
返回VertexData的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 VertexDataGraphServiceVertexManagementApi. getVertex(String graphId, String label, Object primaryKeyValue)Get the vertex's properties with vertex primary key.返回变量类型为VertexData的类型的com.alibaba.graphscope.interactive.openapi.api中的方法 修饰符和类型 方法 说明 ApiResponse<VertexData>GraphServiceVertexManagementApi. getVertexWithHttpInfo(String graphId, String label, Object primaryKeyValue)Get the vertex's properties with vertex primary key.类型变量类型为VertexData的com.alibaba.graphscope.interactive.openapi.api中的方法参数 修饰符和类型 方法 说明 okhttp3.CallGraphServiceVertexManagementApi. getVertexAsync(String graphId, String label, Object primaryKeyValue, ApiCallback<VertexData> _callback)Get the vertex's properties with vertex primary key. -
com.alibaba.graphscope.interactive.openapi.model中VertexData的使用
返回VertexData的com.alibaba.graphscope.interactive.openapi.model中的方法 修饰符和类型 方法 说明 VertexDataVertexData. addValuesItem(Property valuesItem)static VertexDataVertexData. fromJson(String jsonString)Create an instance of VertexData given an JSON stringVertexDataVertexData. label(String label)VertexDataVertexData. values(List<Property> values)
-