VMware GemFire Java API Reference
Package org.apache.geode.management.cli
package org.apache.geode.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. 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.
-
ClassDescriptionCliFunction<T>An abstract function implementation to be extended by cli functions.An annotation to define additional meta-data for commands.Deprecated.since Geode1.2, not used at allIndicates that an exception occurred while processing a GemFire Command Line Interface (CLI) command.Deprecated.since 1.3 use OnlineCommandProcessor directlyIndicates that an exception occurred while accessing/creating a Command Service for processing GemFire Command Line Interface (CLI) commands.Deprecated.since Geode 1.3.Used in
CliOptionannotations to indicate which converter(s) should or should not be used.This annotation disables aGfshCommandclass from being loaded by theCommandManagerunless the provided flag value exists in the VM's environment.The result of processing a GemFire Command Line Interface (CLI) command string.Indicates a Results status.Command class that extends this class can only have one single command method, * i.e only one method that is annotated with @CliCommand.This interface is implemented by gfsh commands that can potentially update the configuration for all groups (including the cluster-wide group, "cluster").