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, wait
getChangeOperationStatistics, getRemoveOperationStatistics, getUpdateOperationStatistics, getWriteOperationStatistics
public long getDiscardedOperationCount()
MirrorOperationStatistics
getDiscardedOperationCount
in interface MirrorOperationStatistics
getDiscardedOperationCount
in interface IReplicationInOperation
public long getFailedOperationCount()
MirrorOperationStatistics
getFailedOperationCount
in interface MirrorOperationStatistics
getFailedOperationCount
in interface IReplicationInOperation
public long getOperationCount()
MirrorOperationStatistics
getOperationCount
in interface MirrorOperationStatistics
getOperationCount
in interface IReplicationInOperation
public long getSuccessfulOperationCount()
MirrorOperationStatistics
getSuccessfulOperationCount
in interface MirrorOperationStatistics
getSuccessfulOperationCount
in interface IReplicationInOperation
public long getInProgressOperationCount()
MirrorOperationStatistics
getInProgressOperationCount
in interface MirrorOperationStatistics
getInProgressOperationCount
in interface IReplicationInOperation
Copyright © GigaSpaces.