Uses of Enum Class
com.franz.agraph.repository.repl.DurabilityLevel
Package
Description
Classes related to multi-master replication settings.
-
Uses of DurabilityLevel in com.franz.agraph.repository.repl
Modifier and TypeMethodDescriptionstatic DurabilityLevel
Returns the enum constant of this class with the specified name.static DurabilityLevel[]
DurabilityLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDurabilityVisitor.visitDurabilityLevel
(DurabilityLevel level) Visit a symbolic durability level.TransactionSettings.withDurability
(DurabilityLevel durability) Sets the durability level (seeTransactionSettings.withDurability(Integer)
) to a symbolic value.