Class DefaultSpaceReplicationManager
java.lang.Object
org.openspaces.admin.internal.space.DefaultSpaceReplicationManager
- All Implemented Interfaces:
SpaceReplicationManager
- Since:
- 9.0
- Author:
- eitany
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultSpaceReplicationManager
-
-
Method Details
-
addGatewayTarget
Description copied from interface:SpaceReplicationManagerAdds 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.- Specified by:
addGatewayTargetin interfaceSpaceReplicationManager
-
addGatewayTarget
Description copied from interface:SpaceReplicationManagerAdds 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.- Specified by:
addGatewayTargetin interfaceSpaceReplicationManagerresetTarget- - If resetTarget is set to true the replication state of the target will cleared
-
removeGatewayTarget
Description copied from interface:SpaceReplicationManagerRemoves 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.- Specified by:
removeGatewayTargetin interfaceSpaceReplicationManager
-