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.Command |
LocatorLauncher.getCommand()
Get the Locator launcher command used to invoke the Locator.
|
LocatorLauncher.Command |
LocatorLauncher.Builder.getCommand()
Gets the Locator launcher command used during the invocation of the LocatorLauncher.
|
static LocatorLauncher.Command |
LocatorLauncher.Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocatorLauncher.Command |
LocatorLauncher.Command.valueOfName(String name)
Looks up a Locator launcher command by name.
|
static LocatorLauncher.Command[] |
LocatorLauncher.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LocatorLauncher.help(LocatorLauncher.Command command)
Displays help for the specified Locator launcher command to standard err.
|
static boolean |
LocatorLauncher.Command.isUnspecified(LocatorLauncher.Command command)
Determines whether the given Locator launcher command has been properly specified.
|
LocatorLauncher.Builder |
LocatorLauncher.Builder.setCommand(LocatorLauncher.Command command)
Sets the Locator launcher command used during the invocation of the LocatorLauncher
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.