Interface IReplicationInOperations<T extends IReplicationInOperation>
- All Superinterfaces:
IReplicationInOperation
- All Known Subinterfaces:
MirrorOperations, MirrorStatistics
- All Known Implementing Classes:
AbstractMirrorOperations, MirrorOperationsImpl, MirrorStatisticsImpl
public interface IReplicationInOperations<T extends IReplicationInOperation>
extends IReplicationInOperation
Statistics on operations executed on target replication space.
- Since:
- 8.0
- Author:
- anna
-
Method Summary
Modifier and TypeMethodDescriptionReturn statistics on remove operationsReturn statistics on update operationsReturn statistics on write operationsMethods inherited from interface IReplicationInOperation
getDiscardedOperationCount, getFailedOperationCount, getInProgressOperationCount, getOperationCount, getSuccessfulOperationCount
-
Method Details