|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Locator | |
|---|---|
| com.gemstone.gemfire.distributed | Provides information about, access to, and common tools for GemFire distributed systems. |
| Uses of Locator in com.gemstone.gemfire.distributed |
|---|
| Methods in com.gemstone.gemfire.distributed that return Locator | |
|---|---|
static Locator |
Locator.startLocator(int port,
File logFile)
Starts a new distribution locator host by this VM. |
static Locator |
Locator.startLocator(int port,
File logFile,
InetAddress bindAddress)
Starts a new distribution locator host by this VM. |
static Locator |
Locator.startLocatorAndDS(int port,
File logFile,
InetAddress bindAddress,
Properties dsProperties)
Starts a new distribution locator host by this VM that binds to the given network address. |
static Locator |
Locator.startLocatorAndDS(int port,
File logFile,
InetAddress bindAddress,
Properties dsProperties,
boolean peerLocator,
boolean serverLocator,
String hostnameForClients)
Starts a new distribution locator host by this VM that binds to the given network address. |
static Locator |
Locator.startLocatorAndDS(int port,
File logFile,
Properties distributedSystemProperties)
Starts a new distribution locator host by this VM, and an admin distributed system controlled by the locator. |
| Methods in com.gemstone.gemfire.distributed that return types with arguments of type Locator | |
|---|---|
static List<Locator> |
Locator.getLocators()
Returns an unmodifiable List of all of the
Locators that are hosted by this VM. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||