Class GroupMapping
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.GroupMapping
Represents mapping of
IReplicationSourceGroups that is used to determine to which groups
to dispatch outgoing replication- Since:
- 8.0
- Author:
- eitany
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroupMappingcreateSpecificMapping(String... specificGroups) Create a group mapping representing specific named groupsstatic GroupMappingGets a group mapping representing all existing groupsString[]Gets the mapped groupsbooleanGets if this mapping has specific groups or it is representing all groupstoString()
-
Method Details
-
createSpecificMapping
Create a group mapping representing specific named groups- Parameters:
specificGroups- mapped groups
-
getAllMapping
Gets a group mapping representing all existing groups -
getSpecificGroups
Gets the mapped groups- Returns:
- null indicated all groups
-
hasSpecificGroups
public boolean hasSpecificGroups()Gets if this mapping has specific groups or it is representing all groups -
toString
-