GigaSpaces XAP.NET Documentation
IOutgoingReplication Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceIOutgoingReplication
Represents statistics of the outgoing replication.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IOutgoingReplication
Public Interface IOutgoingReplication
public interface class IOutgoingReplication
public interface IOutgoingReplication
Members
All MembersProperties



IconMemberDescription
Channels
Gets statistics of the different outgoing replication channels.

FirstKeyInRedoLog
Gets the first key in the redolog.

LastConfirmedKey
Gets the last confirmed key.

LastKeyInRedoLog
Gets the last key in the redolog.

NumOfPacketsToReplicate
Gets the number of packets to replicate.

RedoLogExternalStoragePacketCount
Gets the number of packets awaiting replication that are stored outside of the jvm memory (on disk).

RedoLogExternalStorageSpaceUsed
Gets the number of bytes used in external storage to hold packets that are awaiting replication (on disk).

RedoLogMemoryPacketCount
Gets the number of packets awaiting replication that are stored inside the jvm memory.

RedoLogSize
Gets the redolog size.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)