public abstract class AbstractMirrorOperations extends Object implements MirrorOperations
MirrorOperations implementations. Implements the operation statistics
 aggregation.| Constructor and Description | 
|---|
AbstractMirrorOperations()  | 
| 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 
 | 
String | 
toString()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChangeOperationStatistics, getRemoveOperationStatistics, getUpdateOperationStatistics, getWriteOperationStatisticspublic long getDiscardedOperationCount()
MirrorOperationStatisticsgetDiscardedOperationCount in interface MirrorOperationStatisticsgetDiscardedOperationCount in interface IReplicationInOperationpublic long getFailedOperationCount()
MirrorOperationStatisticsgetFailedOperationCount in interface MirrorOperationStatisticsgetFailedOperationCount in interface IReplicationInOperationpublic long getOperationCount()
MirrorOperationStatisticsgetOperationCount in interface MirrorOperationStatisticsgetOperationCount in interface IReplicationInOperationpublic long getSuccessfulOperationCount()
MirrorOperationStatisticsgetSuccessfulOperationCount in interface MirrorOperationStatisticsgetSuccessfulOperationCount in interface IReplicationInOperationpublic long getInProgressOperationCount()
MirrorOperationStatisticsgetInProgressOperationCount in interface MirrorOperationStatisticsgetInProgressOperationCount in interface IReplicationInOperationCopyright © GigaSpaces.