Interface OGraph
- All Superinterfaces:
AutoCloseable,org.apache.tinkerpop.gremlin.structure.Graph,org.apache.tinkerpop.gremlin.structure.util.Host
- All Known Implementing Classes:
OrientGraph,OrientStandardGraph
public interface OGraph
extends org.apache.tinkerpop.gremlin.structure.Graph
Created by Enrico Risa on 31/08/2017.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph
org.apache.tinkerpop.gremlin.structure.Graph.Exceptions, org.apache.tinkerpop.gremlin.structure.Graph.Features, org.apache.tinkerpop.gremlin.structure.Graph.Hidden, org.apache.tinkerpop.gremlin.structure.Graph.OptIn, org.apache.tinkerpop.gremlin.structure.Graph.OptIns, org.apache.tinkerpop.gremlin.structure.Graph.OptOut, org.apache.tinkerpop.gremlin.structure.Graph.OptOuts, org.apache.tinkerpop.gremlin.structure.Graph.Variables -
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph
GRAPH -
Method Summary
Modifier and TypeMethodDescriptionclassNameToLabel(String className) Deprecated.createEdgeClass(String label) createVertexClass(String label) executeSql(String sql, Map params) booleanexistClass(String label) getIndexedEdges(OIndex index, Iterator<Object> valueIter) Deprecated.getIndexedKeys(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementClass, String label) Deprecated.getIndexedVertices(OIndex index, Iterator<Object> valueIter) Deprecated.labelToClassName(String label, String prefix) Deprecated.Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph
addVertex, addVertex, close, compute, compute, configuration, edges, features, getServiceRegistry, io, traversal, traversal, tx, tx, variables, vertices
-
Method Details
-
labelToClassName
Deprecated. -
classNameToLabel
Deprecated. -
createEdgeClass
-
createVertexClass
-
getIndexedVertices
Deprecated. -
getIndexedEdges
Deprecated. -
getRawDatabase
ODatabaseDocument getRawDatabase() -
executeSql
-
querySql
-
getIndexedKeys
@Deprecated Set<String> getIndexedKeys(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementClass, String label) Deprecated. -
existClass
-
elementFactory
OElementFactory elementFactory()
-