Uses of Class
org.apache.tinkerpop.gremlin.orientdb.OrientGraph
Packages that use OrientGraph
Package
Description
-
Uses of OrientGraph in org.apache.tinkerpop.gremlin.orientdb
Fields in org.apache.tinkerpop.gremlin.orientdb declared as OrientGraphFields in org.apache.tinkerpop.gremlin.orientdb with type parameters of type OrientGraphModifier and TypeFieldDescriptionprotected final ThreadLocal<OrientGraph>OrientStandardGraph.graphInternalMethods in org.apache.tinkerpop.gremlin.orientdb that return OrientGraphModifier and TypeMethodDescriptionprotected OrientGraphOrientGraphFactory.getGraph(boolean create, boolean open, boolean transactional) OrientGraphBaseFactory.getNoTx()OrientGraphFactory.getNoTx()OrientGraphFactory.getNoTx(boolean create, boolean open) Gets transactional graph with the database from pool if pool is configured.OrientGraphBaseFactory.getTx()OrientGraphFactory.getTx()OrientGraphFactory.getTx(boolean create, boolean open) protected OrientGraphOrientStandardGraph.graph()static OrientGraphOrientGraph.open()static OrientGraphstatic OrientGraphstatic OrientGraphOrientGraph.open(org.apache.commons.configuration2.Configuration config) Methods in org.apache.tinkerpop.gremlin.orientdb with parameters of type OrientGraphMethod parameters in org.apache.tinkerpop.gremlin.orientdb with type arguments of type OrientGraphModifier and TypeMethodDescription<RET> RETOrientGraph.execute(OCallable<RET, OrientGraph> iCallable, String... iOperationStrings) <T> TOrientGraph.executeWithRetry(int nRetries, Function<OrientGraph, T> function) Tries to execute a lambda in a transaction, retrying it if an ONeedRetryException is thrown.Constructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OrientGraph -
Uses of OrientGraph in org.apache.tinkerpop.gremlin.orientdb.executor
Methods in org.apache.tinkerpop.gremlin.orientdb.executor that return OrientGraphModifier and TypeMethodDescriptionOCommandGremlinExecutor.acquireGraph(ODatabaseDocument database) Methods in org.apache.tinkerpop.gremlin.orientdb.executor with parameters of type OrientGraphModifier and TypeMethodDescriptionprotected final ScriptEngineOCommandGremlinExecutor.acquireGremlinEngine(OrientGraph graph) Constructors in org.apache.tinkerpop.gremlin.orientdb.executor with parameters of type OrientGraphModifierConstructorDescriptionOGremlinResult(OrientGraph graph, OResult inner) OGremlinResultSet(OrientGraph graph, OResultSet inner)