public interface MirrorOperationStatistics extends IReplicationInOperation
| Modifier and Type | Method and Description | 
|---|---|
long | 
getDiscardedOperationCount()
Returns the count of operations that were discarded by the mirror. 
 | 
long | 
getFailedOperationCount()
Returns the count of operations that failed on the mirror 
 | 
long | 
getInProgressOperationCount()
Returns the count of operations that are currently in progress on the mirror 
 | 
long | 
getOperationCount()
Returns the total count of operations that were executed on the mirror 
 | 
long | 
getSuccessfulOperationCount()
Returns the count of operations that were successfully executed on the mirror 
 | 
long getOperationCount()
getOperationCount in interface IReplicationInOperationlong getSuccessfulOperationCount()
getSuccessfulOperationCount in interface IReplicationInOperationlong getFailedOperationCount()
getFailedOperationCount in interface IReplicationInOperationlong getDiscardedOperationCount()
getDiscardedOperationCount in interface IReplicationInOperationlong getInProgressOperationCount()
getInProgressOperationCount in interface IReplicationInOperationCopyright © GigaSpaces.