public class DefaultSpaceReplicationManager extends Object implements SpaceReplicationManager
| Constructor and Description |
|---|
DefaultSpaceReplicationManager(DefaultSpace defaultSpace) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGatewayTarget(GatewayTarget gatewayTarget)
Adds a new gateway target to the
Space this manager manages, will wait until the
gateway target is added in all of the SpaceInstances that belong to this space. |
void |
removeGatewayTarget(String gatewayTargetName)
Removes an existing gateway target from the
Space this manager manages, will wait
until the gateway target is removed from all of the SpaceInstances that belong to
this space. |
public DefaultSpaceReplicationManager(DefaultSpace defaultSpace)
public void addGatewayTarget(GatewayTarget gatewayTarget)
SpaceReplicationManagerSpace this manager manages, will wait until the
gateway target is added in all of the SpaceInstances that belong to this space.addGatewayTarget in interface SpaceReplicationManagerpublic void removeGatewayTarget(String gatewayTargetName)
SpaceReplicationManagerSpace this manager manages, will wait
until the gateway target is removed from all of the SpaceInstances that belong to
this space.removeGatewayTarget in interface SpaceReplicationManagerCopyright © GigaSpaces.