Uses of Class
io.permazen.kv.xodus.TransactionType
-
Packages that use TransactionType Package Description io.permazen.kv.xodus KVDatabase
implementation based on Xodus. -
-
Uses of TransactionType in io.permazen.kv.xodus
Methods in io.permazen.kv.xodus that return TransactionType Modifier and Type Method Description TransactionType
XodusKVStore. getTransactionType()
Get theTransactionType
associated with this instance.static TransactionType
TransactionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionType[]
TransactionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.permazen.kv.xodus with parameters of type TransactionType Constructor Description XodusKVStore(jetbrains.exodus.env.Environment env, String storeName, boolean keyPrefixing, TransactionType txType)
Constructor.XodusKVStore(jetbrains.exodus.env.Environment env, String storeName, TransactionType txType)
Convenience constructor.
-