| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MirrorOperationStatistics
Represents specific mirror operation statistics. In a cluster that is active the numbers should be used as an estimation only, since statistics gathering is concurrent. In a cluster that doesn't have any activity the numbers are accurate. The statistics should comply to the following formula : operationCount = successfulCount + failedCount + discardedCount + inProgressCount.
| Method Summary | |
|---|---|
 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  | 
| Method Detail | 
|---|
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 IReplicationInOperation
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||