public interface ReplayStatistics
getReplayStatistics method on ReplayableConnection
is the API to obtain a ReplayStatistics object.
There is an auxiliary method on OracleDataSource as well.OracleDataSource,
ReplayableConnection| Modifier and Type | Method and Description |
|---|---|
long |
getFailedReplayCount()
Obtains the number of replays that failed.
|
long |
getReplayDisablingCount()
Obtains the number of times that replay is disabled.
|
long |
getSuccessfulReplayCount()
Obtains the number of replays that succeeded.
|
long |
getTotalCalls()
Obtains the total number of JDBC calls executed so far.
|
long |
getTotalCallsAffectedByOutages()
Obtains the number of JDBC calls affected by outages.
|
long |
getTotalCallsAffectedByOutagesDuringReplay()
Obtains the number of JDBC calls affected by outages in the
middle of replay.
|
long |
getTotalCallsTriggeringReplay()
Obtains the number of JDBC calls that triggered replay.
|
long |
getTotalCompletedRequests()
Obtains the total number of completed requests so far.
|
long |
getTotalProtectedCalls()
Obtains the total number of JDBC calls executed so far that
are protected by AC.
|
long |
getTotalReplayAttempts()
Obtains the number of replay attempts.
|
long |
getTotalRequests()
Obtains the total number of successfully submitted requests so far.
|
long getTotalRequests()
long getTotalCompletedRequests()
long getTotalCalls()
long getTotalProtectedCalls()
long getTotalCallsAffectedByOutages()
long getTotalCallsTriggeringReplay()
long getTotalCallsAffectedByOutagesDuringReplay()
long getSuccessfulReplayCount()
long getFailedReplayCount()
getNextException
to retrieve the reason.long getReplayDisablingCount()
long getTotalReplayAttempts()
Copyright © 2008, 2016, Oracle. All rights reserved.