Uses of Class
com.graphdbapi.driver.v1.graph.VertexInfoById
-
Packages that use VertexInfoById Package Description com.graphdbapi.driver -
-
Uses of VertexInfoById in com.graphdbapi.driver
Method parameters in com.graphdbapi.driver with type arguments of type VertexInfoById Modifier and Type Method Description List<ResponseItem<Vertex>>
Graph. updateVertexes(List<VertexInfoById> list)
批量更新点。通过点id更新点。如果已存在,则会比较属性值。 结果按传入顺序构成集合,集合中包含更新后的点信息和错误信息。通过ResponseItem.isError()
方法判断操作是否失败。
-