Uses of Class
tilda.enums.TransactionType
-
Packages that use TransactionType Package Description tilda.enums tilda.performance -
-
Uses of TransactionType in tilda.enums
Methods in tilda.enums that return TransactionType Modifier and Type Method Description static TransactionType
TransactionType. valueOf(java.lang.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. -
Uses of TransactionType in tilda.performance
Methods in tilda.performance with parameters of type TransactionType Modifier and Type Method Description static void
PerfTracker. add(TransactionType TT, long DurationNano)
Adds new perf information for transactional things such as COMMIT, ROLLBACK, CLOSE, SAVEPOINT...static java.lang.String
TransactionInfo. getName(TransactionType TT)
Constructors in tilda.performance with parameters of type TransactionType Constructor Description TransactionInfo(TransactionType TT)
-