Package oracle.nosql.driver.ops
Class ReplicaStatsResult
java.lang.Object
oracle.nosql.driver.ops.Result
oracle.nosql.driver.ops.ReplicaStatsResult
Cloud service only.
 
 ReplicaStatsResult is returned from NoSQLHandle.getReplicaStats(oracle.nosql.driver.ops.ReplicaStatsRequest).
 It contains replica statistics for the requested table.
- Since:
- 5.4.13
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classReplicaStats contains information about replica lag for a specific replica.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongReturns the next start time.Returns replica statistics information based on the arguments of theReplicaStatsRequestused for the request.Returns the table name used by the operationMethods inherited from class oracle.nosql.driver.ops.ResultgetRateLimitDelayedMs, getRetryStats
- 
Constructor Details- 
ReplicaStatsResultpublic ReplicaStatsResult()
 
- 
- 
Method Details- 
getTableNameReturns the table name used by the operation- Returns:
- the table name
 
- 
getNextStartTimepublic long getNextStartTime()Returns the next start time. This can be provided toReplicaStatsRequestto be used as a starting point or listing replica stats records.- Returns:
- the next start time
 
- 
getStatsRecordReturns replica statistics information based on the arguments of theReplicaStatsRequestused for the request. It will contain stats for either one replica or all replicas.- Returns:
- a map of replica name to replica stats information collection
 
 
-