| Package | Description |
|---|---|
| org.janusgraph.diskstorage | |
| org.janusgraph.graphdb.database | |
| org.janusgraph.graphdb.database.log | |
| org.janusgraph.graphdb.transaction |
| Modifier and Type | Method and Description |
|---|---|
BackendTransaction |
Backend.beginTransaction(TransactionConfiguration configuration,
KeyInformation.Retriever indexKeyRetriever)
Opens a new transaction against all registered backend system wrapped in one
BackendTransaction. |
| Modifier and Type | Method and Description |
|---|---|
StandardJanusGraphTx |
StandardJanusGraph.newTransaction(TransactionConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
LogTxMeta.getValue(TransactionConfiguration txConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTransactionBuilder
Used to configure a
JanusGraphTransaction. |
| Modifier and Type | Method and Description |
|---|---|
TransactionConfiguration |
StandardJanusGraphTx.getConfiguration() |
| Constructor and Description |
|---|
StandardJanusGraphTx(StandardJanusGraph graph,
TransactionConfiguration config) |
Copyright © 2012–2024. All rights reserved.