Uses of Class
com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Packages that use OrientConfigurableGraph
-
Uses of OrientConfigurableGraph in com.tinkerpop.blueprints.impls.orient
Subclasses of OrientConfigurableGraph 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)classOrient Graph factory.classA Blueprints implementation of the graph database OrientDB (http://orientdb.com)classA Blueprints implementation of the graph database OrientDB (http://orientdb.com)Methods in com.tinkerpop.blueprints.impls.orient that return OrientConfigurableGraphModifier and TypeMethodDescriptionOrientConfigurableGraph.setAutoScaleEdgeType(boolean autoScaleEdgeType) Changes the setting about usage of auto scale edge type.OrientConfigurableGraph.setEdgeContainerEmbedded2TreeThreshold(int edgeContainerEmbedded2TreeThreshold) Changes the minimum number of edges for edge containers to transform the underlying structure from embedded to tree.OrientConfigurableGraph.setEdgeContainerTree2EmbeddedThreshold(int edgeContainerTree2EmbeddedThreshold) Changes the minimum number of edges for edge containers to transform the underlying structure from tree to embedded.OrientConfigurableGraph.setKeepInMemoryReferences(boolean useReferences) Changes the setting about using references in memory.OrientConfigurableGraph.setSaveOriginalIds(boolean saveIds) Changes the setting about usage of lightweight edges.OrientConfigurableGraph.setStandardElementConstraints(boolean allowsPropertyValueNull) Changes the setting to apply the Blueprints standard constraints against elements.OrientConfigurableGraph.setStandardExceptions(boolean stdExceptions) Changes the setting to throw Blueprints standard exceptions: IllegalStateException instead of ORecordNotFoundException when the record was not foundOrientConfigurableGraph.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 LocalOrientConfigurableGraph.setTxRequiredForSQLGraphOperations(boolean useTransaction) Changes the setting about usage of transactions on graph modification for SQL commands (create/remove vertex, create/remove edge).OrientConfigurableGraph.setUseClassForEdgeLabel(boolean useCustomClassesForEdges) Changes the setting to use the Edge class for Edge labels.OrientConfigurableGraph.setUseClassForVertexLabel(boolean useCustomClassesForVertex) Deprecated.OrientBaseGraph.setUseLightweightEdges(boolean useDynamicEdges) OrientConfigurableGraph.setUseLightweightEdges(boolean useDynamicEdges) Changes the setting about usage of lightweight edges.OrientConfigurableGraph.setUseLog(boolean useLog) OrientConfigurableGraph.setUseVertexFieldsForEdgeLabels(boolean useVertexFieldsForEdgeLabels) Deprecated.OrientConfigurableGraph.setWarnOnForceClosingTx(boolean warnOnSchemaChangeInTx) Changes the setting to generate a warning if the graph closing has been forced.