Package org.openspaces.admin.space
Interface SpaceReplicationManager
- All Known Implementing Classes:
DefaultSpaceReplicationManager
public interface SpaceReplicationManager
A replication manager for a single
Space.- Since:
- 9.0
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddGatewayTarget(GatewayTarget gatewayTarget) Adds a new gateway target to theSpacethis manager manages, will wait until the gateway target is added in all of theSpaceInstances that belong to this space.voidaddGatewayTarget(GatewayTarget gatewayTarget, boolean resetTarget) Adds a new gateway target to theSpacethis manager manages, will wait until the gateway target is added in all of theSpaceInstances that belong to this space.voidremoveGatewayTarget(String gatewayTargetName) Removes an existing gateway target from theSpacethis manager manages, will wait until the gateway target is removed from all of theSpaceInstances that belong to this space.
-
Method Details
-
addGatewayTarget
Adds a new gateway target to theSpacethis manager manages, will wait until the gateway target is added in all of theSpaceInstances that belong to this space. -
addGatewayTarget
Adds a new gateway target to theSpacethis manager manages, will wait until the gateway target is added in all of theSpaceInstances that belong to this space.- Parameters:
resetTarget- - If resetTarget is set to true the replication state of the target will cleared
-
removeGatewayTarget
Removes an existing gateway target from theSpacethis manager manages, will wait until the gateway target is removed from all of theSpaceInstances that belong to this space.
-