Uses of Interface
oracle.jdbc.replay.ReplayStatistics
-
Packages that use ReplayStatistics Package Description oracle.jdbc.datasource.impl This package holds data source and connection builder classes that implement the Oracle JDBC extension interfaces in theoracle.jdbc.datasourceandoracle.jdbcpackages.oracle.jdbc.replay Provides interfaces and factory methods for Application Continuity. -
-
Uses of ReplayStatistics in oracle.jdbc.datasource.impl
Methods in oracle.jdbc.datasource.impl that return ReplayStatistics Modifier and Type Method Description ReplayStatisticsOracleDataSource. getReplayStatistics() -
Uses of ReplayStatistics in oracle.jdbc.replay
Methods in oracle.jdbc.replay that return ReplayStatistics Modifier and Type Method Description ReplayStatisticsOracleDataSource. getReplayStatistics()Obtains replay statistics accumulated so far.ReplayStatisticsReplayableConnection. getReplayStatistics(ReplayableConnection.StatisticsReportType reportType)Obtains replay statistics accumulated so far.
-