Uses of Interface
com.franz.agraph.repository.repl.DurabilityVisitor
Packages that use DurabilityVisitor
Package
Description
Classes related to multi-master replication settings.
-
Uses of DurabilityVisitor in com.franz.agraph.repository.repl
Methods in com.franz.agraph.repository.repl with parameters of type DurabilityVisitorModifier and TypeMethodDescription<T> T
TransactionSettings.visitDurability
(DurabilityVisitor<T> visitor) Retrieves the durability level (seeTransactionSettings.withDurability(Integer)
).