Uses of Class
com.franz.agraph.repository.repl.TransactionSettings
Packages that use TransactionSettings
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
Classes related to multi-master replication settings.
-
Uses of TransactionSettings in com.franz.agraph.http
Methods in com.franz.agraph.http that return TransactionSettingsModifier and TypeMethodDescriptionAGHttpRepoClient.getTransactionSettings()
Gets the distributed transaction settings.Methods in com.franz.agraph.http with parameters of type TransactionSettingsModifier and TypeMethodDescriptionvoid
AGHttpRepoClient.setTransactionSettings
(TransactionSettings transactionSettings) Change the transaction settings related to multi-master replication. -
Uses of TransactionSettings in com.franz.agraph.repository
Methods in com.franz.agraph.repository with parameters of type TransactionSettingsModifier and TypeMethodDescriptionvoid
AGRepositoryConnection.commit
(TransactionSettings transactionSettings) Commit the current transaction.void
AGRepositoryConnection.setTransactionSettings
(TransactionSettings transactionSettings) Configure distributed transaction behavior.AGRepositoryConnection.transactionSettingsCtx
(TransactionSettings transactionSettings) A 'context manager' for temporarily changing transaction settings. -
Uses of TransactionSettings in com.franz.agraph.repository.repl
Methods in com.franz.agraph.repository.repl that return TransactionSettingsModifier and TypeMethodDescriptionTransactionSettings.withDistributedTransactionTimeout
(Integer distributedTransactionTimeout) Sets the distributed transaction timeout.TransactionSettings.withDurability
(DurabilityLevel durability) Sets the durability level (seewithDurability(Integer)
) to a symbolic value.TransactionSettings.withDurability
(Integer durability) Sets the durability level to a given number of instances.TransactionSettings.withTransactionLatencyCount
(Integer transactionLatencyCount) Sets the distributed transaction latency count.TransactionSettings.withTransactionLatencyTimeout
(Integer transactionLatencyTimeout) Sets the distributed transaction latency timeout.Constructors in com.franz.agraph.repository.repl with parameters of type TransactionSettingsModifierConstructorDescriptionCopy another settings object.