Uses of Enum Class
com.pyranid.MetricsCollector.PhysicalTransactionBeginFailurePhase
-
Uses of MetricsCollector.PhysicalTransactionBeginFailurePhase in com.pyranid
Subclasses with type arguments of type MetricsCollector.PhysicalTransactionBeginFailurePhase in com.pyranidModifier and TypeClassDescriptionstatic enumPhysical transaction begin phase that failed.Methods in com.pyranid that return MetricsCollector.PhysicalTransactionBeginFailurePhaseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MetricsCollector.PhysicalTransactionBeginFailurePhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pyranid with parameters of type MetricsCollector.PhysicalTransactionBeginFailurePhaseModifier and TypeMethodDescriptiondefault voidMetricsCollector.didFailToBeginPhysicalTransaction(@NonNull Transaction transaction, @NonNull TransactionIsolation isolation, @NonNull MetricsCollector.PhysicalTransactionBeginFailurePhase phase, @NonNull DatabaseType databaseType, @NonNull Throwable throwable) Called after Pyranid fails while beginning a physical JDBC transaction.