Package org.apache.geode.management.cli


package org.apache.geode.management.cli
  • Class
    Description
    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 all
    Indicates that an exception occurred while processing a GemFire Command Line Interface (CLI) command.
    Deprecated.
    since 1.3 use OnlineCommandProcessor directly
    Indicates 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 ShellOption annotations to indicate which converter(s) should or should not be used.
    This annotation disables a GfshCommand class from being loaded by the CommandManager unless 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").