GigaSpaces XAP.NET Documentation
IMirrorOperations Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.Space.MirrorIMirrorOperations
Statistics on operations executed on mirror space.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IMirrorOperations : IMirrorOperationStatistics
Public Interface IMirrorOperations _
	Implements IMirrorOperationStatistics
public interface class IMirrorOperations : IMirrorOperationStatistics
public interface IMirrorOperations extends IMirrorOperationStatistics
Members
All MembersProperties



IconMemberDescription
DiscardedOperationCount
Gets the total count of operations that were discarded by the mirror. This applies to transient objects.
(Inherited from IMirrorOperationStatistics.)
FailedOperationCount
Gets the total count of operations that failed on the mirror.
(Inherited from IMirrorOperationStatistics.)
InProgressOperationCount
Gets the count of operations that are currently in progress on the mirror
(Inherited from IMirrorOperationStatistics.)
OperationCount
Gets the total count of operations that were executed on the mirror.
(Inherited from IMirrorOperationStatistics.)
RemoveOperationStatistics
Gets statistics of remove operations.

SuccessfulOperationCount
Gets the total count of operations that were successfully executed on the mirror.
(Inherited from IMirrorOperationStatistics.)
UpdateOperationStatistics
Gets statistics of update operations.

WriteOperationStatistics
Gets statistics of write operations.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)