Interface for mirror operation statistics. All mirror operations are executed in bulks.
Each bulk can contain several operations that can be one of the following:
Write, Update, Remove. BulkItem
MirrorStatistics shows the total operation statistics, specific replication channel statistics and also
statistics per operation - Write/Update/Remove.
Mirror Channels statistics shows only operations that belong to specific space. This might be useful when monitoring
a connection between specific space and the mirror.
To get information about what is sent to the mirror by the cluster spaces, use the IReplicationStatistics API.

C# | Visual Basic | Visual C++ | J# |
public interface IMirrorStatistics : IMirrorOperations, IMirrorOperationStatistics
Public Interface IMirrorStatistics _ Implements IMirrorOperations, IMirrorOperationStatistics
public interface class IMirrorStatistics : IMirrorOperations, IMirrorOperationStatistics
public interface IMirrorStatistics extends IMirrorOperations, IMirrorOperationStatistics

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AllSourceChannelStatistics |
Gets all mirror cluster channels statistics.
|
![]() | DiscardedOperationCount |
Gets the total count of operations that were discarded by the mirror.
This applies to transient objects.
(Inherited from IMirrorOperationStatistics.) |
![]() | FailedOperationCount |
Gets the total count of operations that failed on the mirror.
(Inherited from IMirrorOperationStatistics.) |
![]() | GetSourceChannelStatistics(String) |
Get the mirror statistics per specific space instance replication channel that replicates data to the mirror.
Each space instance has it's own replication channel to the mirror.
|
![]() | InProgressOperationCount |
Gets the count of operations that are currently in progress on the mirror
(Inherited from IMirrorOperationStatistics.) |
![]() | OperationCount |
Gets the total count of operations that were executed on the mirror.
(Inherited from IMirrorOperationStatistics.) |
![]() | RemoveOperationStatistics |
Gets statistics of remove operations.
(Inherited from IMirrorOperations.) |
![]() | SuccessfulOperationCount |
Gets the total count of operations that were successfully executed on the mirror.
(Inherited from IMirrorOperationStatistics.) |
![]() | UpdateOperationStatistics |
Gets statistics of update operations.
(Inherited from IMirrorOperations.) |
![]() | WriteOperationStatistics |
Gets statistics of write operations.
(Inherited from IMirrorOperations.) |