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 Locator |
Locator.getLocator()
Returns the locator if it exists in this JVM.
|
static Locator |
Locator.startLocator(int port,
File logFile)
Deprecated.
as of 7.0 use startLocatorAndDS instead.
|
static Locator |
Locator.startLocator(int port,
File logFile,
InetAddress bindAddress)
Deprecated.
as of 7.0 use startLocatorAndDS instead.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<Locator> |
Locator.getLocators()
Deprecated.
as of 7.0 use
getLocator() instead |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.