public class LocatorHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
locatorObject |
| Constructor and Description |
|---|
LocatorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addExchangedLocators(java.util.Map<java.lang.Integer,java.util.Set<org.apache.geode.internal.admin.remote.DistributionLocatorId>> locators,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener)
This method adds the map of locatorsinfo sent by other locator to this locator's allLocatorInfo
|
static boolean |
addLocator(int distributedSystemId,
org.apache.geode.internal.admin.remote.DistributionLocatorId locator,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener,
org.apache.geode.internal.admin.remote.DistributionLocatorId sourceLocator)
This methods add the given locator to allLocatorInfoMap.
|
public static boolean addLocator(int distributedSystemId,
org.apache.geode.internal.admin.remote.DistributionLocatorId locator,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener,
org.apache.geode.internal.admin.remote.DistributionLocatorId sourceLocator)
distributedSystemId - locator - locatorListener - sourceLocator - public static boolean addExchangedLocators(java.util.Map<java.lang.Integer,java.util.Set<org.apache.geode.internal.admin.remote.DistributionLocatorId>> locators,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener)
locators - locatorListener -