Uses of Class
com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Packages that use OrientBaseGraph
Package
Description
-
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.graphml
Constructors in com.orientechnologies.orient.graph.graphml with parameters of type OrientBaseGraph -
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.gremlin
Methods in com.orientechnologies.orient.graph.gremlin with parameters of type OrientBaseGraphModifier and TypeMethodDescriptionbooleanOGremlinHelper.OGremlinCallback.call(ScriptEngine iEngine, OrientBaseGraph iGraph) static ObjectOGremlinHelper.execute(OrientBaseGraph graph, String iText, Map<Object, Object> iConfiguredParameters, Map<Object, Object> iCurrentParameters, List<Object> iResult, OGremlinHelper.OGremlinCallback iBeforeExecution, OGremlinHelper.OGremlinCallback iAfterExecution) OGremlinEngineThreadLocal.get(OrientBaseGraph iGraph) protected static ScriptEngineOGremlinHelper.getGremlinEngine(OrientBaseGraph graph) voidOGremlinHelper.releaseGraph(OrientBaseGraph graph) -
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.handler
Methods in com.orientechnologies.orient.graph.handler that return OrientBaseGraph -
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.script
Fields in com.orientechnologies.orient.graph.script declared as OrientBaseGraphMethods in com.orientechnologies.orient.graph.script that return OrientBaseGraphModifier and TypeMethodDescriptionOScriptGraphWrapper.reuse(ODatabaseDocumentInternal iDatabase) OScriptGraphWrapper.setThreadMode(OrientConfigurableGraph.THREAD_MODE iControl) Constructors in com.orientechnologies.orient.graph.script with parameters of type OrientBaseGraph -
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.sql
Methods in com.orientechnologies.orient.graph.sql that return OrientBaseGraphModifier and TypeMethodDescriptionstatic OrientBaseGraphOGraphCommandExecutorSQLFactory.getAnyGraph(OModifiableBoolean shouldBeShutDown) Methods in com.orientechnologies.orient.graph.sql with parameters of type OrientBaseGraphModifier and TypeMethodDescriptionOGraphCommandExecutorSQLFactory.GraphCallBack.call(OrientBaseGraph graph) OGraphCommandExecutorSQLFactory.getConsistencyMode(OrientBaseGraph graph) -
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.sql.functions
Fields in com.orientechnologies.orient.graph.sql.functions declared as OrientBaseGraphModifier and TypeFieldDescriptionprotected OrientBaseGraphOSQLFunctionHeuristicPathFinderAbstract.dbprotected OrientBaseGraphOSQLFunctionPathFinder.db -
Uses of OrientBaseGraph in com.orientechnologies.orient.graph.stresstest
Fields in com.orientechnologies.orient.graph.stresstest declared as OrientBaseGraphModifier and TypeFieldDescriptionprotected OrientBaseGraphOBaseGraphWorkload.OWorkLoadContext.graph -
Uses of OrientBaseGraph in com.tinkerpop.blueprints.impls.orient
Subclasses of OrientBaseGraph in com.tinkerpop.blueprints.impls.orientModifier and TypeClassDescriptionclassA Blueprints implementation of the graph database OrientDB (http://orientdb.com)classA Blueprints implementation of the graph database OrientDB (http://orientdb.com)classA Blueprints implementation of the graph database OrientDB (http://orientdb.com)Fields in com.tinkerpop.blueprints.impls.orient declared as OrientBaseGraphModifier and TypeFieldDescriptionprotected final OrientBaseGraphOrientElementIterable.graphprotected final OrientBaseGraphOrientElementType.graphprotected OrientBaseGraphOrientIndexManual.graphprotected final OrientBaseGraphOrientVertexType.OrientVertexProperty.graphMethods in com.tinkerpop.blueprints.impls.orient that return OrientBaseGraphModifier and TypeMethodDescriptionprotected OrientBaseGraphOrientElement.checkIfAttached()OrientBaseGraph.configure(OrientConfigurableGraph.Settings iSetting) (Blueprints Extension) Configure the Graph instance.static OrientBaseGraphOrientBaseGraph.getActiveGraph()OrientElement.getGraph()(Blueprints Extension) Returns the Graph instance associated to the current element.OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database) OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database, boolean autoCreateTx) OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database, String user, String password, OrientConfigurableGraph.Settings settings) OrientGraphFactory.OrientGraphImplFactory.getGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings settings) OrientBaseGraph.reuse(ODatabaseDocumentInternal iDatabase) Reuses the underlying database avoiding to create and open it every time.OrientBaseGraph.setConflictStrategy(ORecordConflictStrategy iResolver) OrientBaseGraph.setConflictStrategy(String iStrategyName) protected OrientBaseGraphOrientElement.setCurrentGraphInThreadLocal()Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OrientBaseGraphModifier and TypeMethodDescriptionOrientElement.attach(OrientBaseGraph iNewGraph) (Blueprints Extension) Replaces current graph instance with new one on @detach -ed elements.OrientExtendedVertex.attach(OrientBaseGraph g) voidOGraphRepair.check(OrientBaseGraph graph, OCommandOutputListener outputListener, Map<String, List<String>> options) static <T extends OrientElement>
OrientIndexAuto<T>OrientIndexAuto.create(OrientBaseGraph graph, String indexName, Class<T> indexClass) static ObjectOrientVertex.createLink(OrientBaseGraph iGraph, ODocument iFromVertex, OIdentifiable iTo, String iFieldName) (Internal only) Creates a link between a vertices and a Graph Element.static voidOrientIndexAuto.drop(OrientBaseGraph graph, String indexName) protected static OrientEdgeOrientVertex.getEdge(OrientBaseGraph graph, ODocument doc, String fieldName, OPair<com.tinkerpop.blueprints.Direction, String> connection, Object fieldValue, OIdentifiable iTargetVertex, String[] iLabels) (Internal only)static voidOrientBaseGraph.getEdgeClassNames(OrientBaseGraph graph, String... iLabels) (Internal) Returns the case sensitive edge class names.protected voidOrientGraphFactory.initGraph(OrientBaseGraph g) static <T extends OrientElement>
OrientIndexAuto<T>OrientIndexAuto.load(OrientBaseGraph graph, String indexName, Class<T> indexClass) static voidOrientGraphNoTx.removeEdgeInternal(OrientBaseGraph graph, OrientEdge edge) protected static voidOrientBaseGraph.removeEdges(OrientBaseGraph graph, ODocument iVertex, String iFieldName, OIdentifiable iVertexToRemove, boolean iAlsoInverse, boolean useVertexFieldsForEdgeLabels, boolean autoScaleEdgeType, boolean forceReload) (Internal only)voidOGraphRepair.repair(OrientBaseGraph graph, OCommandOutputListener outputListener, Map<String, List<String>> options) protected voidOGraphRepair.repairEdges(OrientBaseGraph graph, com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats, OCommandOutputListener outputListener, Map<String, List<String>> options, boolean checkOnly) protected voidOGraphRepair.repairVertices(OrientBaseGraph graph, com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats, OCommandOutputListener outputListener, Map<String, List<String>> options, boolean checkOnly) voidOrientElement.switchToManualAttachmentMode(OrientBaseGraph iNewGraph) Behavior is the same as forOrientElement.attach(OrientBaseGraph)method.Method parameters in com.tinkerpop.blueprints.impls.orient with type arguments of type OrientBaseGraphModifier and TypeMethodDescription<RET> RETOrientBaseGraph.executeOutsideTx(OCallable<RET, OrientBaseGraph> iCallable, String... iOperationStrings) Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OrientBaseGraphModifierConstructorDescriptionOrientClassVertexIterable(OrientBaseGraph graph, Iterable<?> iterable, String klass) OrientClassVertexIterator(OrientBaseGraph graph, Iterator<com.tinkerpop.blueprints.Vertex> iterator, String klass) OrientDynaElementIterable(OrientBaseGraph graph, Iterable<?> iterable) OrientDynaElementIterable(OrientBaseGraph graph, Iterator<?> iterator) protectedOrientEdge(OrientBaseGraph rawGraph, OIdentifiable rawEdge) protectedOrientEdge(OrientBaseGraph rawGraph, OIdentifiable out, OIdentifiable in, String iLabel) protectedOrientEdge(OrientBaseGraph rawGraph, OIdentifiable rawEdge, String iLabel) protectedOrientEdge(OrientBaseGraph rawGraph, String iLabel, Object... fields) OrientEdgeType(OrientBaseGraph graph) OrientEdgeType(OrientBaseGraph graph, OClass delegate) protectedOrientElement(OrientBaseGraph rawGraph, OIdentifiable iRawElement) OrientElementIterable(OrientBaseGraph graph, Iterable<?> iterable) OrientElementType(OrientBaseGraph graph, OClass delegate) OrientGraphCommand(OrientBaseGraph iGraph, OCommandRequest iCommand) protectedOrientIndexManual(OrientBaseGraph orientGraph, OIndex rawIndex) protectedOrientIndexManual(OrientBaseGraph graph, String indexName, Class<? extends com.tinkerpop.blueprints.Element> indexClass, OType iType) OrientVertex(OrientBaseGraph graph, OIdentifiable record) protectedOrientVertex(OrientBaseGraph graph, String className, Object... fields) OrientVertexProperty(OrientBaseGraph iGraph, OProperty iProperty) OrientVertexType(OrientBaseGraph graph, OClass delegate)