Class OrientGraphNoTx
java.lang.Object
com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
- All Implemented Interfaces:
OStorageRecoverListener,com.tinkerpop.blueprints.Graph,OrientExtendedGraph,com.tinkerpop.blueprints.IndexableGraph,com.tinkerpop.blueprints.KeyIndexableGraph,com.tinkerpop.blueprints.MetaGraph<ODatabaseDocumentTx>
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com) (http://orientdb.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
OrientConfigurableGraph.Settings, OrientConfigurableGraph.THREAD_MODE -
Field Summary
Fields inherited from class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
ADMIN, CLASS_PREFIX, CLUSTER_PREFIX, CONNECTION_IN, CONNECTION_OUT, databaseFields inherited from class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
AUTO_SCALE_EDGE_TYPE_DEFAULT, AUTO_START_TX_DEFAULT, EDGE_CONTAINER_EMBEDDED_2_TREE_THRESHOLD_DEFAULT, EDGE_CONTAINER_TREE_2_EMBEDDED_THRESHOLD_DEFAULT, KEEP_IN_MEMORY_REFERENCES_DEFAULT, REQUIRE_TRANSACTION_DEFAULT, SAVE_ORIGINAL_IDS_DEFAULT, settings, STANDARD_ELEMENT_CONSTRAINTS_DEFAULT, STANDARD_EXCEPTIONS, STANDARD_MAX_RETRIES, STANDARD_TX_REQUIRE_FOR_SQL_OPERATIONS, THREAD_MODE_DEFAULT, USE_CLASS_FOR_EDGE_LABEL_DEFAULT, USE_CLASS_FOR_VERTEX_LABEL_DEFAULT, USE_LIGHTWEIGHT_EDGES_DEFAULT, USE_LOG_DEFAULT, USE_VERTEX_FIELDS_FOR_EDGE_LABELS, WARN_ON_FORCE_CLOSING_TX_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionOrientGraphNoTx(ODatabaseDocumentInternal iDatabase) Constructs a new object using an existent database instance.OrientGraphNoTx(ODatabaseDocumentInternal iDatabase, String user, String password) OrientGraphNoTx(ODatabaseDocumentInternal iDatabase, String user, String password, OrientConfigurableGraph.Settings iConfiguration) OrientGraphNoTx(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings configuration) OrientGraphNoTx(String url) OrientGraphNoTx(String url, String username, String password) OrientGraphNoTx(org.apache.commons.configuration.Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfig()com.tinkerpop.blueprints.Featuresstatic voidremoveEdgeInternal(OrientBaseGraph graph, OrientEdge edge) voidremoveEdgeInternal(OrientEdge edge) Removes the Edge from the Graph.Methods inherited from class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
addEdge, addTemporaryVertex, addVertex, addVertex, addVertex, attach, autoStartTransaction, begin, clearInitStack, command, commit, configure, convertKey, convertKeys, countEdges, countEdges, countVertices, countVertices, createEdgeType, createEdgeType, createEdgeType, createEdgeType, createEdgeType, createEdgeType, createIndex, createKeyIndex, createVertexType, createVertexType, createVertexType, createVertexType, createVertexType, createVertexType, declareIntent, decodeClassName, deleteEdgeIfAny, detach, drop, dropEdgeType, dropIndex, dropKeyIndex, dropVertexType, encodeClassName, encodeClassNames, executeOutsideTx, getActiveGraph, getActiveIntent, getClassName, getConflictStrategy, getDatabase, getDocument, getEdge, getEdgeBaseType, getEdgeClassNames, getEdgeInstance, getEdgeInstance, getEdgeInstance, getEdges, getEdges, getEdges, getEdgesOfClass, getEdgesOfClass, getEdgeType, getElement, getIndex, getIndexedKeys, getIndexedKeys, getIndices, getProperties, getProperty, getRawGraph, getVertex, getVertexBaseType, getVertexByKey, getVertexInstance, getVertexInstance, getVertexType, getVertices, getVertices, getVertices, getVertices, getVerticesOfClass, getVerticesOfClass, isClosed, makeActive, onStorageRecover, query, removeEdge, removeEdges, removeVertex, reuse, rollback, saveIndexConfiguration, setConflictStrategy, setConflictStrategy, setCurrentGraphInThreadLocal, setProperty, setUseLightweightEdges, shutdown, shutdown, shutdown, toString, traverseMethods inherited from class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
getConnectionStrategy, getEdgeContainerEmbedded2TreeThreshold, getEdgeContainerTree2EmbeddedThreshold, getMaxRetries, getThreadMode, init, isAutoScaleEdgeType, isAutoStartTx, isKeepInMemoryReferences, isRequireTransaction, isSaveOriginalIds, isStandardElementConstraints, isStandardExceptions, isTxRequiredForSQLGraphOperations, isUseClassForEdgeLabel, isUseClassForVertexLabel, isUseLightweightEdges, isUseVertexFieldsForEdgeLabels, isWarnOnForceClosingTx, setAutoScaleEdgeType, setAutoStartTx, setConnectionStrategy, setEdgeContainerEmbedded2TreeThreshold, setEdgeContainerTree2EmbeddedThreshold, setKeepInMemoryReferences, setMaxRetries, setRequireTransaction, setSaveOriginalIds, setStandardElementConstraints, setStandardExceptions, setThreadMode, setTxRequiredForSQLGraphOperations, setUseClassForEdgeLabel, setUseClassForVertexLabel, setUseLog, setUseVertexFieldsForEdgeLabels, setWarnOnForceClosingTx
-
Constructor Details
-
OrientGraphNoTx
Constructs a new object using an existent database instance.- Parameters:
iDatabase- Underlying database object to attach
-
OrientGraphNoTx
-
OrientGraphNoTx
public OrientGraphNoTx(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings configuration) -
OrientGraphNoTx
-
OrientGraphNoTx
-
OrientGraphNoTx
public OrientGraphNoTx(org.apache.commons.configuration.Configuration configuration) -
OrientGraphNoTx
-
OrientGraphNoTx
public OrientGraphNoTx(ODatabaseDocumentInternal iDatabase, String user, String password, OrientConfigurableGraph.Settings iConfiguration)
-
-
Method Details
-
getFeatures
public com.tinkerpop.blueprints.Features getFeatures() -
config
protected void config() -
removeEdgeInternal
Removes the Edge from the Graph. Connected vertices aren't removed. -
removeEdgeInternal
-