Uses of Interface
oracle.jdbc.replay.ReplayStatistics
-
Packages that use ReplayStatistics Package Description oracle.jdbc.replay Provides interfaces and factory methods for Application Continuity. -
-
Uses of ReplayStatistics in oracle.jdbc.replay
Methods in oracle.jdbc.replay that return ReplayStatistics Modifier and Type Method Description ReplayStatistics
OracleDataSource. getReplayStatistics()
Obtains replay statistics accumulated so far.ReplayStatistics
ReplayableConnection. getReplayStatistics(ReplayableConnection.StatisticsReportType reportType)
Obtains replay statistics accumulated so far.
-