public class LocatorDiscovery
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
LocatorDiscovery.LocalLocatorDiscovery |
class |
LocatorDiscovery.RemoteLocatorDiscovery |
| Modifier and Type | Field and Description |
|---|---|
static int |
WAN_LOCATOR_CONNECTION_INTERVAL |
static int |
WAN_LOCATOR_CONNECTION_RETRY_ATTEMPT |
static int |
WAN_LOCATOR_PING_INTERVAL |
| Constructor and Description |
|---|
LocatorDiscovery(org.apache.geode.distributed.internal.WanLocatorDiscoverer discoverer,
org.apache.geode.internal.admin.remote.DistributionLocatorId locator,
RemoteLocatorJoinRequest request,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
exchangeRemoteLocators() |
boolean |
skipFailureLogging(org.apache.geode.internal.admin.remote.DistributionLocatorId locatorId) |
public static final int WAN_LOCATOR_CONNECTION_RETRY_ATTEMPT
public static final int WAN_LOCATOR_CONNECTION_INTERVAL
public static final int WAN_LOCATOR_PING_INTERVAL
public LocatorDiscovery(org.apache.geode.distributed.internal.WanLocatorDiscoverer discoverer,
org.apache.geode.internal.admin.remote.DistributionLocatorId locator,
RemoteLocatorJoinRequest request,
org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener locatorListener)