Package | Description |
---|---|
oracle.jdbc.diagnostics |
Modifier and Type | Method and Description |
---|---|
static Metrics.ConnectionEvent |
Metrics.ConnectionEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metrics.ConnectionEvent |
Metrics.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.
|
static Metrics.ConnectionEvent[] |
Metrics.ConnectionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDiagnosable.begin(Metrics.ConnectionEvent event)
Begins collecting metrics for the given event.
|
default void |
Diagnosable.begin(Metrics.ConnectionEvent event)
Begins collecting metrics for the given event.
|
void |
Metrics.begin(Metrics.ConnectionEvent event)
All begin and end calls are noop in this class because this class is
instantiated when metrics capturing is disabled.
|
void |
MetricsImpl.begin(Metrics.ConnectionEvent event) |
void |
MetricsImpl.begin(Metrics.ConnectionEvent event) |
void |
Metrics.begin(Metrics.ConnectionEvent event)
All begin and end calls are noop in this class because this class is
instantiated when metrics capturing is disabled.
|
default void |
Diagnosable.begin(Metrics.ConnectionEvent event)
Begins collecting metrics for the given event.
|
void |
AbstractDiagnosable.begin(Metrics.ConnectionEvent event)
Begins collecting metrics for the given event.
|
void |
AbstractDiagnosable.end(Metrics.ConnectionEvent event)
Ends collecting metrics for the given event.
|
default void |
Diagnosable.end(Metrics.ConnectionEvent event)
Ends collecting metrics for the given event.
|
void |
Metrics.end(Metrics.ConnectionEvent event) |
void |
MetricsImpl.end(Metrics.ConnectionEvent event) |
void |
MetricsImpl.end(Metrics.ConnectionEvent event) |
void |
Metrics.end(Metrics.ConnectionEvent event) |
default void |
Diagnosable.end(Metrics.ConnectionEvent event)
Ends collecting metrics for the given event.
|
void |
AbstractDiagnosable.end(Metrics.ConnectionEvent event)
Ends collecting metrics for the given event.
|
static Metrics.MetricReport |
Metrics.getReport(Metrics.ConnectionEvent event)
Gets metric report.
|
static Metrics.MetricReport |
Metrics.getReport(Metrics.ConnectionEvent event)
Gets metric report.
|