public class GemFireDistributionLocator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
start(java.lang.String dsName,
int port,
java.util.Properties dsProperties,
boolean serverLocator)
Start the peer locator for the specified distributed system
on the specified port and with the given properties.
|
static void |
stop()
Tell the locator to terminate.
|
public static void start(java.lang.String dsName,
int port,
java.util.Properties dsProperties,
boolean serverLocator)
dsName - the name of the distributed systemport - the locator's portdsProperties - the Properties used by the locator to create its DistributedSystemserverLocator - whether the locator supports server infopublic static void stop()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.