Package | Description |
---|---|
com.gemstone.gemfire.management.cli |
The Command Line Interface (CLI) package provides a set of APIs for writing commands that can be used to manage and monitor GemFire components.
|
Modifier and Type | Method and Description |
---|---|
Result.Status |
Result.getStatus()
Returns the status of a processed command.
|
static Result.Status |
Result.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.Status[] |
Result.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.