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



IconMemberDescription
InconsistencyReason
Gets a description for the channel inconsistent state or null if the channel is consistent

Inconsistent
Gets whether the channel is at inconsistent state

LastConfirmedKeyFromTarget
Gets the last confirmed key from target.

LastKeyToReplicate
Gets the last key to replicate.

NumberOfReplicatedPackets
Gets the number of replicated packets.

OperatingMode
Gets the current mode this channel is operation in, a sync channel can move to async operating mode upon errors and during reconnection while the accumulated data in the redolog is being replicated

ReceiveBytesPerSecond
Gets the current rate of bytes being received per second.

ReceivedBytes
Gets the total bytes received (resets during fail-over).

RedologRetainedSize
Gets the number of packets that are kept in the redolog for this channel.

ReplicationMode
Gets the replication mode.

SendBytesPerPacket
Gets the current rate of bytes being sent per replication packet.

SendBytesPerSecond
Gets the current rate of bytes being sent per second.

SendPacketsPerSecond
Gets the current rate of packet being sent per second.

SentBytes
Gets the total bytes sent (resets during fail-over).

State
Gets the replication's state.

TargetHostname
Gets the channel's target host name.

TargetMemberName
Gets the target member name.

TargetPid
Gets the channel's target process id.

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