Package | Description |
---|---|
com.tinkerpop.blueprints.impls.orient |
Modifier and Type | Class and Description |
---|---|
class |
OrientBaseGraph
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
|
class |
OrientGraph
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
|
class |
OrientGraphFactory
Orient Graph factory.
|
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 | Method and Description |
---|---|
OrientConfigurableGraph |
OrientConfigurableGraph.setAutoScaleEdgeType(boolean autoScaleEdgeType)
Changes the setting about usage of auto scale edge type.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setEdgeContainerEmbedded2TreeThreshold(int edgeContainerEmbedded2TreeThreshold)
Changes the minimum number of edges for edge containers to transform the underlying structure
from embedded to tree.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setEdgeContainerTree2EmbeddedThreshold(int edgeContainerTree2EmbeddedThreshold)
Changes the minimum number of edges for edge containers to transform the underlying structure
from tree to embedded.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setKeepInMemoryReferences(boolean useReferences)
Changes the setting about using references in memory.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setSaveOriginalIds(boolean saveIds)
Changes the setting about usage of lightweight edges.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setStandardElementConstraints(boolean allowsPropertyValueNull)
Changes the setting to apply the Blueprints standard constraints against elements.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setStandardExceptions(boolean stdExceptions)
Changes the setting to throw Blueprints standard exceptions:
IllegalStateException instead of ORecordNotFoundException when the record was not found
|
OrientConfigurableGraph |
OrientConfigurableGraph.setThreadMode(OrientConfigurableGraph.THREAD_MODE iControl)
Changes the thread mode:
MANUAL the user has to manually invoke the current database in Thread Local:
ODatabaseRecordThreadLocal.instance().set(graph.getRawGraph());
AUTOSET_IFNULL (default) each call assures the current graph instance is set in
the Thread Local only if no one was set before
ALWAYS_AUTOSET each call assures the current graph instance is set in the Thread
Local
|
OrientConfigurableGraph |
OrientConfigurableGraph.setTxRequiredForSQLGraphOperations(boolean useTransaction)
Changes the setting about usage of transactions on graph modification for SQL commands
(create/remove vertex, create/remove edge).
|
OrientConfigurableGraph |
OrientConfigurableGraph.setUseClassForEdgeLabel(boolean useCustomClassesForEdges)
Changes the setting to use the Edge class for Edge labels.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setUseClassForVertexLabel(boolean useCustomClassesForVertex)
Changes the setting to use the Vertex class for Vertex labels.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setUseLightweightEdges(boolean useDynamicEdges)
Changes the setting about usage of lightweight edges.
|
OrientConfigurableGraph |
OrientBaseGraph.setUseLightweightEdges(boolean useDynamicEdges) |
OrientConfigurableGraph |
OrientConfigurableGraph.setUseLog(boolean useLog) |
OrientConfigurableGraph |
OrientConfigurableGraph.setUseVertexFieldsForEdgeLabels(boolean useVertexFieldsForEdgeLabels)
Deprecated.
|
OrientConfigurableGraph |
OrientConfigurableGraph.setWarnOnForceClosingTx(boolean warnOnSchemaChangeInTx)
Changes the setting to generate a warning if the graph closing has been forced.
|
Copyright © 2009–2020 OrientDB. All rights reserved.