ReplicaStatsResult¶
- class borneo.ReplicaStatsResult[source]¶
Bases:
ResultCloud service only
ReplicaStatsResult is returned from
NoSQLHandle.get_replicat_stats(). It contains replica statistics for the requested tableAdded in version 5.4.2.
Methods Summary
Returns the next start time.
Returns replica statistics information based on the arguments of the
ReplicaStatsRequestused for the request.Returns the table name used by the operation
Methods Documentation
- get_next_start_time()[source]¶
Returns the next start time. This can be provided to a
ReplicaStatsRequestto be used as a starting point for listing stats records:returns the next start time :rtype: in
- get_stats_record()[source]¶
Returns replica statistics information based on the arguments of the
ReplicaStatsRequestused for the request. It contains stats for either one replica or all replicas.The stats format is a dict where the key is a replica name and the value is a list of
ReplicaStatsobjects- Returns:
the stats
- Return type:
dict