gpt4 book ai didi

java - 使用 java API 在 titan 中设置我们自己的顶点 id

转载 作者:行者123 更新时间:2023-12-02 05:57:55 24 4
gpt4 key购买 nike

我想像下面提到的那样设置我自己的 id 到顶点。

BaseConfiguration configuration = new BaseConfiguration();
configuration.setProperty("storage.backend", "hbase");
configuration.setProperty("storage.hostname", "slave05");
configuration.setProperty("storage.port", "2181");
configuration.setProperty("storage.tablename", "REC_GRAPH1");
TitanGraph graph = TitanFactory.open(configuration);

Vertex vertex = graph.addVertex(200);
graph.commit();

但我无法..我想我缺少一些配置设置。

请帮助我..

谢谢,维韦克

最佳答案

Titan 分配它自己的标识符。您不能分配自己的。这种行为是大多数图形数据库的典型行为(您会在几乎所有 Blueprints 实现中发现这种情况)。如果您希望保留自定义的标识符,则应该创建一个适当的索引以快速查找该值并将其视为顶点上的属性。

关于java - 使用 java API 在 titan 中设置我们自己的顶点 id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22910013/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com