Date
1 - 3 of 3
Incomplete javadoc
hadoopmarc@...
As of janusgraph 0.5.0 the RelationIdentifier seems to be missing from the javadoc:
https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html
https://javadoc.io/doc/org.janusgraph/janusgraph-core/0.4.1/org/janusgraph/graphdb/relations/RelationIdentifier.html
The RelationIdentifier sure still exists in the gremlin console and even on other latest javadoc pages:
https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/graphdb/relations/RelationIdentifierUtils.html
Am I right?
Marc
https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html
https://javadoc.io/doc/org.janusgraph/janusgraph-core/0.4.1/org/janusgraph/graphdb/relations/RelationIdentifier.html
The RelationIdentifier sure still exists in the gremlin console and even on other latest javadoc pages:
https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/graphdb/relations/RelationIdentifierUtils.html
Am I right?
Marc
Boxuan Li
It’s available here: https://javadoc.io/doc/org.janusgraph/janusgraph-driver/latest/org/janusgraph/graphdb/relations/RelationIdentifier.html
toggle quoted message
Show quoted text
https://github.com/janusgraph/janusgraph/commit/b96aa6d26f74d3dc8f7404212bddeefe2d0790b4 moved this class from janusgraph-core to janusgraph-driver with the same package name.
Best regards,
Boxuan
On Mar 12, 2021, at 11:56 PM, hadoopmarc@... wrote:As of janusgraph 0.5.0 the RelationIdentifier seems to be missing from the javadoc:
https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html
https://javadoc.io/doc/org.janusgraph/janusgraph-core/0.4.1/org/janusgraph/graphdb/relations/RelationIdentifier.html
The RelationIdentifier sure still exists in the gremlin console and even on other latest javadoc pages:
https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/graphdb/relations/RelationIdentifierUtils.html
Am I right?
Marc