| Constructor and Description |
|---|
OGraphMLReader(OrientBaseGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OGremlinHelper.OGremlinCallback.call(javax.script.ScriptEngine iEngine,
OrientBaseGraph iGraph) |
static java.lang.Object |
OGremlinHelper.execute(OrientBaseGraph graph,
java.lang.String iText,
java.util.Map<java.lang.Object,java.lang.Object> iConfiguredParameters,
java.util.Map<java.lang.Object,java.lang.Object> iCurrentParameters,
java.util.List<java.lang.Object> iResult,
OGremlinHelper.OGremlinCallback iBeforeExecution,
OGremlinHelper.OGremlinCallback iAfterExecution) |
javax.script.ScriptEngine |
OGremlinEngineThreadLocal.get(OrientBaseGraph iGraph) |
protected static javax.script.ScriptEngine |
OGremlinHelper.getGremlinEngine(OrientBaseGraph graph) |
void |
OGremlinHelper.releaseGraph(OrientBaseGraph graph) |
| Modifier and Type | Field and Description |
|---|---|
protected OrientBaseGraph |
OScriptGraphWrapper.graph |
| Modifier and Type | Method and Description |
|---|---|
OrientBaseGraph |
OScriptGraphWrapper.reuse(ODatabaseDocumentInternal iDatabase) |
OrientBaseGraph |
OScriptGraphWrapper.setThreadMode(OrientConfigurableGraph.THREAD_MODE iControl) |
| Constructor and Description |
|---|
OScriptGraphWrapper(OrientBaseGraph iWrapped) |
| Modifier and Type | Method and Description |
|---|---|
static OrientBaseGraph |
OGraphCommandExecutorSQLFactory.getAnyGraph(OModifiableBoolean shouldBeShutDown) |
| Modifier and Type | Method and Description |
|---|---|
T |
OGraphCommandExecutorSQLFactory.GraphCallBack.call(OrientBaseGraph graph) |
static OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE |
OGraphCommandExecutorSQLFactory.getConsistencyMode(OrientBaseGraph graph) |
| Modifier and Type | Field and Description |
|---|---|
protected OrientBaseGraph |
OSQLFunctionHeuristicPathFinderAbstract.db |
protected OrientBaseGraph |
OSQLFunctionPathFinder.db |
| Modifier and Type | Field and Description |
|---|---|
protected OrientBaseGraph |
OBaseGraphWorkload.OWorkLoadContext.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientGraph
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
|
class |
OrientGraphNoTx
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
|
class |
OrientTransactionalGraph
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
|
| Modifier and Type | Field and Description |
|---|---|
protected OrientBaseGraph |
OrientVertexType.OrientVertexProperty.graph |
protected OrientBaseGraph |
OrientIndexManual.graph |
protected OrientBaseGraph |
OrientElementIterable.graph |
protected OrientBaseGraph |
OrientElementType.graph |
| Modifier and Type | Method and Description |
|---|---|
protected OrientBaseGraph |
OrientElement.checkIfAttached() |
OrientBaseGraph |
OrientBaseGraph.configure(OrientConfigurableGraph.Settings iSetting)
(Blueprints Extension) Configure the Graph instance.
|
static OrientBaseGraph |
OrientBaseGraph.getActiveGraph() |
OrientBaseGraph |
OrientElement.getGraph()
(Blueprints Extension) Returns the Graph instance associated to the current element.
|
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database,
boolean autoCreateTx) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database,
java.lang.String user,
java.lang.String password,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(java.lang.String url) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(java.lang.String url,
java.lang.String user,
java.lang.String password) |
OrientBaseGraph |
OrientBaseGraph.reuse(ODatabaseDocumentInternal iDatabase)
Reuses the underlying database avoiding to create and open it every time.
|
OrientBaseGraph |
OrientBaseGraph.setConflictStrategy(ORecordConflictStrategy iResolver) |
OrientBaseGraph |
OrientBaseGraph.setConflictStrategy(java.lang.String iStrategyName) |
protected OrientBaseGraph |
OrientElement.setCurrentGraphInThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
OrientElement |
OrientElement.attach(OrientBaseGraph iNewGraph)
(Blueprints Extension) Replaces current graph instance with new one on @detach -ed elements.
|
OrientElement |
OrientExtendedVertex.attach(OrientBaseGraph g) |
void |
OGraphRepair.check(OrientBaseGraph graph,
OCommandOutputListener outputListener,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> options) |
static <T extends OrientElement> |
OrientIndexAuto.create(OrientBaseGraph graph,
java.lang.String indexName,
java.lang.Class<T> indexClass) |
static java.lang.Object |
OrientVertex.createLink(OrientBaseGraph iGraph,
ODocument iFromVertex,
OIdentifiable iTo,
java.lang.String iFieldName)
(Internal only) Creates a link between a vertices and a Graph Element.
|
static void |
OrientIndexAuto.drop(OrientBaseGraph graph,
java.lang.String indexName) |
protected static OrientEdge |
OrientVertex.getEdge(OrientBaseGraph graph,
ODocument doc,
java.lang.String fieldName,
OPair<com.tinkerpop.blueprints.Direction,java.lang.String> connection,
java.lang.Object fieldValue,
OIdentifiable iTargetVertex,
java.lang.String[] iLabels)
(Internal only)
|
static void |
OrientBaseGraph.getEdgeClassNames(OrientBaseGraph graph,
java.lang.String... iLabels)
(Internal) Returns the case sensitive edge class names.
|
protected void |
OrientGraphFactory.initGraph(OrientBaseGraph g) |
static <T extends OrientElement> |
OrientIndexAuto.load(OrientBaseGraph graph,
java.lang.String indexName,
java.lang.Class<T> indexClass) |
static void |
OrientGraphNoTx.removeEdgeInternal(OrientBaseGraph graph,
OrientEdge edge) |
protected static void |
OrientBaseGraph.removeEdges(OrientBaseGraph graph,
ODocument iVertex,
java.lang.String iFieldName,
OIdentifiable iVertexToRemove,
boolean iAlsoInverse,
boolean useVertexFieldsForEdgeLabels,
boolean autoScaleEdgeType,
boolean forceReload)
(Internal only)
|
void |
OGraphRepair.repair(OrientBaseGraph graph,
OCommandOutputListener outputListener,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> options) |
protected void |
OGraphRepair.repairEdges(OrientBaseGraph graph,
com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> options,
boolean checkOnly) |
protected void |
OGraphRepair.repairVertices(OrientBaseGraph graph,
com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> options,
boolean checkOnly) |
void |
OrientElement.switchToManualAttachmentMode(OrientBaseGraph iNewGraph)
Behavior is the same as for
OrientElement.attach(OrientBaseGraph) method. |
| Modifier and Type | Method and Description |
|---|---|
<RET> RET |
OrientBaseGraph.executeOutsideTx(OCallable<RET,OrientBaseGraph> iCallable,
java.lang.String... iOperationStrings) |
| Constructor and Description |
|---|
OrientClassVertexIterable(OrientBaseGraph graph,
java.lang.Iterable<?> iterable,
java.lang.String klass) |
OrientClassVertexIterator(OrientBaseGraph graph,
java.util.Iterator<com.tinkerpop.blueprints.Vertex> iterator,
java.lang.String klass) |
OrientDynaElementIterable(OrientBaseGraph graph,
java.lang.Iterable<?> iterable) |
OrientDynaElementIterable(OrientBaseGraph graph,
java.util.Iterator<?> iterator) |
OrientEdge(OrientBaseGraph rawGraph,
OIdentifiable rawEdge) |
OrientEdge(OrientBaseGraph rawGraph,
OIdentifiable out,
OIdentifiable in,
java.lang.String iLabel) |
OrientEdge(OrientBaseGraph rawGraph,
OIdentifiable rawEdge,
java.lang.String iLabel) |
OrientEdge(OrientBaseGraph rawGraph,
java.lang.String iLabel,
java.lang.Object... fields) |
OrientEdgeType(OrientBaseGraph graph) |
OrientEdgeType(OrientBaseGraph graph,
OClass delegate) |
OrientElement(OrientBaseGraph rawGraph,
OIdentifiable iRawElement) |
OrientElementIterable(OrientBaseGraph graph,
java.lang.Iterable<?> iterable) |
OrientElementType(OrientBaseGraph graph,
OClass delegate) |
OrientGraphCommand(OrientBaseGraph iGraph,
OCommandRequest iCommand) |
OrientIndexManual(OrientBaseGraph orientGraph,
OIndex rawIndex) |
OrientIndexManual(OrientBaseGraph graph,
java.lang.String indexName,
java.lang.Class<? extends com.tinkerpop.blueprints.Element> indexClass,
OType iType) |
OrientVertex(OrientBaseGraph graph,
OIdentifiable record) |
OrientVertex(OrientBaseGraph graph,
java.lang.String className,
java.lang.Object... fields) |
OrientVertexProperty(OrientBaseGraph iGraph,
OProperty iProperty) |
OrientVertexType(OrientBaseGraph graph,
OClass delegate) |
Copyright © 2009–2023 OrientDB. All rights reserved.