[Missing <summary> documentation for "N:GigaSpaces.Core.Admin.ServiceGrid.Gateway"]
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Admin.ServiceGrid.Gateway
Namespace GigaSpaces.Core.Admin.ServiceGrid.Gateway
namespace GigaSpaces.Core.Admin.ServiceGrid.Gateway
package GigaSpaces.Core.Admin.ServiceGrid.Gateway
Types
All Types | Interfaces |
Icon | Type | Description |
---|---|---|
IBootstrapResult |
A result of a bootstrap.
BootstrapFromGatewayAndWait(TimeSpan) | |
IGateway |
A gateway is a composition of one or more of IGatewayProcessingUnits, and it is in charge of
replication between different ISpaces. e.g. Replication between two sites over WAN.
| |
IGatewayDelegator |
A gateway delegator is used to delegate outgoing replication packets to other gateways. Acts as a communication connector such that a local space
and relevant components need only to find the delegator locally in order to communicate with a remote gateway.
Delegators can be chained together to create a multi-hop delegation between gateways.
| |
IGatewayDelegatorTarget |
Represents a single delegation target
IGatewayDelegator | |
IGatewayProcessingUnit |
A Gateway Processing unit is the building block of a IGateway.
It has one to one relationship with deployed IProcessingUnit which hosts this gateway component.
| |
IGateways |
Gateways holds all the different IGateways that are currently discovered.
| |
IGatewaySink |
A sink is a IGatewayProcessingUnit component which handles incoming replication from other gateways.
The sink is also used to bootstrap a space from another space, and it takes part in both sides of the
bootstrap process. It is used for initiating a bootstrap process and replicate incoming data of the
bootstrap process to the local ISpace.
And it is used to respond to a remote bootstrap request by providing the relevant bootstrap data
to the remote sink.
| |
IGatewaySinkSource |
A sink source is the target end point of a remote IGateway which is replicating into this gateway's sink.
|