| Class and Description |
|---|
| org.janusgraph.core.util.JanusGraphId
This class does not produce valid JanusGraph vertex ids as it does not take into account partitioning
bits used in vertex id assignment. Use
IDManager, which can be obtained
through StandardJanusGraph.getIDManager() and includes methods for converting
a user id to (IDManager.toVertexId(long)) and from
(IDManager.fromVertexId(long)) JanusGraph vertex id.
|
Copyright © 2012–2018. All rights reserved.