Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
AbstractLauncher.Status |
AbstractLauncher.ServiceState.getStatus()
Gets the state of the GemFire service.
|
static AbstractLauncher.Status |
AbstractLauncher.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLauncher.Status |
AbstractLauncher.Status.valueOfDescription(String description)
Looks up the Status enum type by description.
|
static AbstractLauncher.Status[] |
AbstractLauncher.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LocatorLauncher.LocatorState(LocatorLauncher launcher,
AbstractLauncher.Status status) |
LocatorLauncher.LocatorState(LocatorLauncher launcher,
AbstractLauncher.Status status,
String errorMessage) |
ServerLauncher.ServerState(ServerLauncher launcher,
AbstractLauncher.Status status) |
ServerLauncher.ServerState(ServerLauncher launcher,
AbstractLauncher.Status status,
String errorMessage) |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.