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 IReplicationInOperation
long getSuccessfulOperationCount()
getSuccessfulOperationCount
in interface IReplicationInOperation
long getFailedOperationCount()
getFailedOperationCount
in interface IReplicationInOperation
long getDiscardedOperationCount()
getDiscardedOperationCount
in interface IReplicationInOperation
long getInProgressOperationCount()
getInProgressOperationCount
in interface IReplicationInOperation
Copyright © GigaSpaces.