Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
ServerLauncher.Command |
ServerLauncher.getCommand()
Get the Server launcher command used to invoke the Server.
|
ServerLauncher.Command |
ServerLauncher.Builder.getCommand()
Gets the Server launcher command used during the invocation of the ServerLauncher.
|
static ServerLauncher.Command |
ServerLauncher.Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerLauncher.Command |
ServerLauncher.Command.valueOfName(String name)
Looks up a Server launcher command by name.
|
static ServerLauncher.Command[] |
ServerLauncher.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 |
ServerLauncher.help(ServerLauncher.Command command)
Displays help for the specified Server launcher command to standard err.
|
static boolean |
ServerLauncher.Command.isUnspecified(ServerLauncher.Command command)
Determines whether the given Server launcher command has been properly specified.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setCommand(ServerLauncher.Command command)
Sets the Sever launcher command used during the invocation of the ServerLauncher
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.