Uses of Class
oracle.jdbc.diagnostics.Metrics.ConnectionEvent
-
Packages that use Metrics.ConnectionEvent Package Description oracle.jdbc.diagnostics -
-
Uses of Metrics.ConnectionEvent in oracle.jdbc.diagnostics
Methods in oracle.jdbc.diagnostics that return Metrics.ConnectionEvent Modifier and Type Method Description static Metrics.ConnectionEventMetrics.ConnectionEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Metrics.ConnectionEvent[]Metrics.ConnectionEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.jdbc.diagnostics with parameters of type Metrics.ConnectionEvent Modifier and Type Method Description voidAbstractDiagnosable. begin(Metrics.ConnectionEvent event)Begins collecting metrics for the given event.default voidDiagnosable. begin(Metrics.ConnectionEvent event)Begins collecting metrics for the given event.voidMetrics. begin(Metrics.ConnectionEvent event)All begin and end calls are noop in this class because this class is instantiated when metrics capturing is disabled.voidMetricsImpl. begin(Metrics.ConnectionEvent event)voidAbstractDiagnosable. end(Metrics.ConnectionEvent event)Ends collecting metrics for the given event.default voidDiagnosable. end(Metrics.ConnectionEvent event)Ends collecting metrics for the given event.voidMetrics. end(Metrics.ConnectionEvent event)voidMetricsImpl. end(Metrics.ConnectionEvent event)static Metrics.MetricReportMetrics. getReport(Metrics.ConnectionEvent event)Gets metric report.
-