Constructor and Description |
---|
OGraphMLReader(OrientBaseGraph graph) |
Modifier and Type | Method and Description |
---|---|
boolean |
OGremlinHelper.OGremlinCallback.call(ScriptEngine iEngine,
OrientBaseGraph iGraph) |
static Object |
OGremlinHelper.execute(OrientBaseGraph graph,
String iText,
Map<Object,Object> iConfiguredParameters,
Map<Object,Object> iCurrentParameters,
List<Object> iResult,
OGremlinHelper.OGremlinCallback iBeforeExecution,
OGremlinHelper.OGremlinCallback iAfterExecution) |
ScriptEngine |
OGremlinEngineThreadLocal.get(OrientBaseGraph iGraph) |
protected static 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 |
OrientElementType.graph |
protected OrientBaseGraph |
OrientVertexType.OrientVertexProperty.graph |
protected OrientBaseGraph |
OrientElementIterable.graph |
protected OrientBaseGraph |
OrientIndexManual.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,
String user,
String password,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(String url) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(String url,
String user,
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(String iStrategyName) |
protected OrientBaseGraph |
OrientElement.setCurrentGraphInThreadLocal() |
Modifier and Type | Method and Description |
---|---|
OrientElement |
OrientExtendedVertex.attach(OrientBaseGraph g) |
OrientElement |
OrientElement.attach(OrientBaseGraph iNewGraph)
(Blueprints Extension) Replaces current graph instance with new one on @detach -ed elements.
|
void |
OGraphRepair.check(OrientBaseGraph graph,
OCommandOutputListener outputListener,
Map<String,List<String>> options) |
static <T extends OrientElement> |
OrientIndexAuto.create(OrientBaseGraph graph,
String indexName,
Class<T> indexClass) |
static Object |
OrientVertex.createLink(OrientBaseGraph iGraph,
ODocument iFromVertex,
OIdentifiable iTo,
String iFieldName)
(Internal only) Creates a link between a vertices and a Graph Element.
|
static void |
OrientIndexAuto.drop(OrientBaseGraph graph,
String indexName) |
protected static OrientEdge |
OrientVertex.getEdge(OrientBaseGraph graph,
ODocument doc,
String fieldName,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
Object fieldValue,
OIdentifiable iTargetVertex,
String[] iLabels)
(Internal only)
|
static void |
OrientBaseGraph.getEdgeClassNames(OrientBaseGraph graph,
String... iLabels)
(Internal) Returns the case sensitive edge class names.
|
protected void |
OrientGraphFactory.initGraph(OrientBaseGraph g) |
static <T extends OrientElement> |
OrientIndexAuto.load(OrientBaseGraph graph,
String indexName,
Class<T> indexClass) |
static void |
OrientGraphNoTx.removeEdgeInternal(OrientBaseGraph graph,
OrientEdge edge) |
protected static void |
OrientBaseGraph.removeEdges(OrientBaseGraph graph,
ODocument iVertex,
String iFieldName,
OIdentifiable iVertexToRemove,
boolean iAlsoInverse,
boolean useVertexFieldsForEdgeLabels,
boolean autoScaleEdgeType,
boolean forceReload)
(Internal only)
|
void |
OGraphRepair.repair(OrientBaseGraph graph,
OCommandOutputListener outputListener,
Map<String,List<String>> options) |
protected void |
OGraphRepair.repairEdges(OrientBaseGraph graph,
com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
Map<String,List<String>> options,
boolean checkOnly) |
protected void |
OGraphRepair.repairVertices(OrientBaseGraph graph,
com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
Map<String,List<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,
String... iOperationStrings) |
Copyright © 2009–2020 OrientDB. All rights reserved.