| Home | Trees | Indices | Help |
|
|---|
|
|
Base class for StarCluster commands Each command consists of a class, which has the following properties: - Must have a class member 'names' which is a list of the names for the command - Can optionally define an addopts(self, parser) method which adds options to the given parser. This defines the command's options.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
comp_words Property that returns COMP_WORDS from Bash/Zsh completion |
|||
|
goptions_dict Returns global options dictionary |
|||
|
options_dict Returns dictionary of options for this command |
|||
|
specified_options_dict Return only those options with a non-None value |
|||
| log | |||
|
cfg Get global StarClusterConfig object |
|||
|
ec2 Get EasyEC2 object from config and connect to the region specified by the user in the global options (if any) |
|||
|
cluster_manager Returns ClusterManager object configured with self.cfg and self.ec2 |
|||
|
cm Returns ClusterManager object configured with self.cfg and self.ec2 |
|||
|
node_manager Returns NodeManager object configured with self.cfg and self.ec2 |
|||
|
nm Returns NodeManager object configured with self.cfg and self.ec2 |
|||
| s3 | |||
|
Inherited from |
|||
|
|||
comp_wordsProperty that returns COMP_WORDS from Bash/Zsh completion
|
goptions_dictReturns global options dictionary
|
options_dictReturns dictionary of options for this command
|
specified_options_dictReturn only those options with a non-None value
|
log
|
cfgGet global StarClusterConfig object
|
ec2Get EasyEC2 object from config and connect to the region specified by the user in the global options (if any)
|
cluster_managerReturns ClusterManager object configured with self.cfg and self.ec2
|
cmReturns ClusterManager object configured with self.cfg and self.ec2
|
node_managerReturns NodeManager object configured with self.cfg and self.ec2
|
nmReturns NodeManager object configured with self.cfg and self.ec2
|
s3
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jan 3 23:11:35 2012 | http://epydoc.sourceforge.net |