See: Description
Interface | Description |
---|---|
CommandStatement |
Represents GemFire Command Line Interface (CLI) command strings.
|
ConverterHint |
Used in
CliOption annotations to indicate which converter(s) should
or should not be used. |
Result |
The result of processing a GemFire Command Line Interface (CLI) command
string.
|
Class | Description |
---|---|
CommandService |
Processes remote GemFire Command Line Interface (CLI) commands.
|
Enum | Description |
---|---|
Result.Status |
Indicates a Results status.
|
Exception | Description |
---|---|
CommandProcessingException |
Indicates that an exception occurred while processing a GemFire Command Line
Interface (CLI) command.
|
CommandServiceException |
Indicates that an exception occurred while accessing/creating a Command
Service for processing GemFire Command Line Interface (CLI) commands.
|
Annotation Type | Description |
---|---|
CliMetaData |
An annotation to define additional meta-data for commands.
|
CliMetaData.AvailabilityMetadata |
An annotation to define additional meta-data for availability of commands.
|
The Command Line Interface (CLI) package provides a set of APIs for writing commands that can be used to manage and monitor GemFire components. This interface is currently used by the GemFire SHell (GFSH) command line utility, but may be used to create custom commands which build upon that functionality.
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.