
public class OrientGraphNoTx extends OrientBaseGraph
OrientConfigurableGraph.Settings, OrientConfigurableGraph.THREAD_MODEADMIN, CLASS_PREFIX, CLUSTER_PREFIX, CONNECTION_IN, CONNECTION_OUT, databaseAUTO_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 and Description |
|---|
OrientGraphNoTx(org.apache.commons.configuration.Configuration configuration) |
OrientGraphNoTx(ODatabaseDocumentTx iDatabase)
Constructs a new object using an existent database instance.
|
OrientGraphNoTx(ODatabaseDocumentTx iDatabase,
String user,
String password) |
OrientGraphNoTx(ODatabaseDocumentTx iDatabase,
String user,
String password,
OrientConfigurableGraph.Settings iConfiguration) |
OrientGraphNoTx(OPartitionedDatabasePool pool) |
OrientGraphNoTx(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings configuration) |
OrientGraphNoTx(String url) |
OrientGraphNoTx(String url,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
config() |
com.tinkerpop.blueprints.Features |
getFeatures() |
static void |
removeEdgeInternal(OrientBaseGraph graph,
OrientEdge edge) |
void |
removeEdgeInternal(OrientEdge edge)
Removes the Edge from the Graph.
|
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, getClassName, getConflictStrategy, getDatabase, getDocument, getEdge, getEdgeBaseType, getEdgeClassNames, getEdgeInstance, getEdgeInstance, getEdgeInstance, getEdges, getEdges, getEdges, getEdgesOfClass, getEdgesOfClass, getEdgeType, getElement, getIndex, getIndexedKeys, getIndexedKeys, getIndices, getIntent, 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, shutdown, shutdown, shutdown, toString, traversegetConnectionStrategy, 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, setUseLightweightEdges, setUseLog, setUseVertexFieldsForEdgeLabels, setWarnOnForceClosingTxpublic OrientGraphNoTx(ODatabaseDocumentTx iDatabase)
iDatabase - Underlying database object to attachpublic OrientGraphNoTx(OPartitionedDatabasePool pool)
public OrientGraphNoTx(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings configuration)
public OrientGraphNoTx(String url)
public OrientGraphNoTx(org.apache.commons.configuration.Configuration configuration)
public OrientGraphNoTx(ODatabaseDocumentTx iDatabase, String user, String password)
public OrientGraphNoTx(ODatabaseDocumentTx iDatabase, String user, String password, OrientConfigurableGraph.Settings iConfiguration)
public com.tinkerpop.blueprints.Features getFeatures()
protected void config()
public void removeEdgeInternal(OrientEdge edge)
public static void removeEdgeInternal(OrientBaseGraph graph, OrientEdge edge)
Copyright © 2009–2025 OrientDB. All rights reserved.