Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
static LocatorLauncher.LocatorState |
LocatorLauncher.LocatorState.fromJson(String json)
Unmarshals a LocatorState instance from the JSON String.
|
static LocatorLauncher.LocatorState |
LocatorLauncher.getLocatorState()
Gets the LocatorState for this process or null if this process was not launched using this VM's
LocatorLauncher reference.
|
LocatorLauncher.LocatorState |
LocatorLauncher.start()
Starts a Locator running on the specified port and bind address, as determined by getPort and getBindAddress
respectively, defaulting to 10334 and 'localhost' if not specified, with both peer and server location enabled.
|
LocatorLauncher.LocatorState |
LocatorLauncher.status()
Attempts to determine the state of the Locator.
|
LocatorLauncher.LocatorState |
LocatorLauncher.stop()
Stop shuts the running Locator down.
|
LocatorLauncher.LocatorState |
LocatorLauncher.waitOnLocator()
Waits on the Locator to stop causing the calling Thread to join with the Locator's location-based services Thread.
|
LocatorLauncher.LocatorState |
LocatorLauncher.waitOnStatusResponse(long timeout,
long interval,
TimeUnit timeUnit)
Waits for a Locator status request response to be returned up to the specified timeout in the given unit of time.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.