Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
LocatorLauncher.Builder |
LocatorLauncher.Builder.set(String propertyName,
String propertyValue)
Sets a GemFire Distributed System Property.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setBindAddress(String bindAddress)
Sets the IP address as an java.net.InetAddress to which the Locator has bound itself listening for client
requests.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setCommand(LocatorLauncher.Command command)
Sets the Locator launcher command used during the invocation of the LocatorLauncher
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setDebug(Boolean debug)
Sets whether the new instance of the LocatorLauncher will be set to debug mode.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setForce(Boolean force)
Sets the boolean value used by the Locator to determine if it should overwrite the PID file if it already exists.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setHelp(Boolean help)
Sets whether the new instance of LocatorLauncher will be used to output help information for either a specific
command, or for using LocatorLauncher in general.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setHostnameForClients(String hostnameForClients)
Sets the hostname used by clients to lookup the Locator.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setMemberName(String memberName)
Sets the member name of the Locator in GemFire.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setPid(Integer pid)
Sets the process ID (PID) of the running Locator indicated by the user as an argument to the LocatorLauncher.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setPort(Integer port)
Sets the port number used by the Locator to listen for client requests.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setRedirectOutput(Boolean redirectOutput)
Sets whether the new instance of LocatorLauncher will redirect output to system logs when starting a Locator.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setWorkingDirectory(String workingDirectory)
Sets the working directory in which the Locator will be ran.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.