|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GatewayDelegator
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.
Gateway
Method Summary | |
---|---|
boolean |
containsTarget(String targetGatewayName)
Returns true if this delegator has a target gateway with the specified name; false otherwise. |
GatewayDelegatorTarget[] |
getDelegationTargets()
Returns all the delegation targets of this delegator. |
GatewayProcessingUnit |
getGatewayProcessingUnit()
Returns the gateway this sink is part of. |
Method Detail |
---|
GatewayProcessingUnit getGatewayProcessingUnit()
GatewayDelegatorTarget[] getDelegationTargets()
boolean containsTarget(String targetGatewayName)
true
if this delegator has a target gateway with the specified name; false
otherwise.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |