| Interface and Description |
|---|
| org.janusgraph.graphdb.schema.SchemaProvider
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
| Class and Description |
|---|
| org.janusgraph.graphdb.util.AllEdgesIterable |
| org.janusgraph.graphdb.util.AllEdgesIterator |
| org.janusgraph.graphdb.util.ConcurrentLRUCache |
| org.janusgraph.graphdb.schema.EdgeLabelDefinition
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
| 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.
|
| org.janusgraph.graphdb.util.PriorityQueue |
| org.janusgraph.graphdb.schema.PropertyKeyDefinition
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
| org.janusgraph.graphdb.schema.RelationTypeDefinition
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
| org.janusgraph.graphdb.vertices.RemovableRelationIterable |
| org.janusgraph.graphdb.vertices.RemovableRelationIterator |
| org.janusgraph.graphdb.schema.SchemaContainer
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
| org.janusgraph.graphdb.schema.SchemaElementDefinition
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
| org.janusgraph.graphdb.schema.VertexLabelDefinition
part of the management revamp in JG, see https://github.com/JanusGraph/janusgraph/projects/3.
|
Copyright © 2012–2023. All rights reserved.