# Functions
ClusterCommandLauncherFactory()
* Returns a new instance of a ClusterCommandLauncher
* with some reasonable defaults.
# Structs
ClusterCommandLauncher
* A class that encapsulates the data and steps
* of a CLI program for run cluster operations.
CmdAddNode
*
* Implements ClusterCommand interface
*/.
No description provided by the author
CmdBase
*
* Basic/common fields of vcluster commands
*/.
CmdConfig
*
* A command managing the YAML config file "vertica_cluster.yaml"
* under the current or a specified directory.
No description provided by the author
CmdDropDB
*
* Implements ClusterCommand interface
*/.
CmdHelp
*
* A command providing top-level help on
* various topics.
CmdInit
*
* A command creating the YAML config file "vertica_cluster.yaml"
* under the current or a specified directory.
No description provided by the author
CmdListAllNodes
*
* Implements ClusterCommand interface
*/.
CmdListAllNodes
*
* Implements ClusterCommand interface
*/.
CmdRemoveNode
*
* Implements ClusterCommand interface
*/.
CmdRemoveSubcluster
*
* Implements ClusterCommand interface
*/.
CmdRestartNode
*
* Implements ClusterCommand interface
*/.
CmdReviveDB
*
* Implements ClusterCommand interface
*/.
No description provided by the author
CmdScrutinize
*
* Implements ClusterCommand interface
*
* Parses CLI arguments for scrutinize operation.
CmdShowRestorePoints
*
* Implements ClusterCommand interface
*/.
CmdStartDB
*
* Implements ClusterCommand interface
*/.
No description provided by the author
CmdUnsandbox
*
* Implements ClusterCommand interface
*
* Parses CLI arguments for Unsandboxing operation.
No description provided by the author
# Interfaces
No description provided by the author