Package | Description |
---|---|
com.franz.agraph.http |
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena . |
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
com.franz.agraph.repository.repl |
Classes related to multi-master replication settings.
|
Modifier and Type | Method and Description |
---|---|
TransactionSettings |
AGHttpRepoClient.getTransactionSettings()
Gets the distributed transaction settings.
|
Modifier and Type | Method and Description |
---|---|
void |
AGHttpRepoClient.setTransactionSettings(TransactionSettings transactionSettings)
Change the transaction settings related to multi-master replication.
|
Modifier and Type | Method and Description |
---|---|
void |
AGRepositoryConnection.commit(TransactionSettings transactionSettings)
Commit the current transaction.
|
void |
AGRepositoryConnection.setTransactionSettings(TransactionSettings transactionSettings)
Configure distributed transaction behavior.
|
Ctx |
AGRepositoryConnection.transactionSettingsCtx(TransactionSettings transactionSettings)
A 'context manager' for temporarily changing transaction settings.
|
Modifier and Type | Method and Description |
---|---|
TransactionSettings |
TransactionSettings.withDistributedTransactionTimeout(Integer distributedTransactionTimeout)
Sets the distributed transaction timeout.
|
TransactionSettings |
TransactionSettings.withDurability(DurabilityLevel durability)
Sets the durability level (see
withDurability(Integer) ) to a symbolic value. |
TransactionSettings |
TransactionSettings.withDurability(Integer durability)
Sets the durability level to a given number of instances.
|
TransactionSettings |
TransactionSettings.withTransactionLatencyCount(Integer transactionLatencyCount)
Sets the distributed transaction latency count.
|
TransactionSettings |
TransactionSettings.withTransactionLatencyTimeout(Integer transactionLatencyTimeout)
Sets the distributed transaction latency timeout.
|
Constructor and Description |
---|
TransactionSettings(TransactionSettings other)
Copy another settings object.
|
Copyright © 2022 Franz Inc.. All rights reserved.