Uses of Enum Class
io.permazen.kv.xodus.TransactionType
Packages that use TransactionType
-
Uses of TransactionType in io.permazen.kv.xodus
Methods in io.permazen.kv.xodus that return TransactionTypeModifier and TypeMethodDescriptionXodusKVStore.getTransactionType()Get theTransactionTypeassociated with this instance.static TransactionTypeReturns the enum constant of this class with the specified name.static TransactionType[]TransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.permazen.kv.xodus with parameters of type TransactionTypeModifierConstructorDescriptionXodusKVStore(jetbrains.exodus.env.Environment env, String storeName, boolean keyPrefixing, TransactionType txType) Constructor.XodusKVStore(jetbrains.exodus.env.Environment env, String storeName, TransactionType txType) Convenience constructor.