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