| java.lang.Object | |
| ↳ | org.apache.helix.tools.YAMLClusterSetup |
Supports HelixAdmin operations specified by a YAML configuration file defining a cluster, resources, participants, etc. See the user-rebalanced-lock-manager recipe for an annotated example file.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| YAMLClusterSetup.YAMLClusterConfig | Java wrapper for the YAML input file | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Start the YAML parser for a given zookeeper instance
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Start a cluster defined by a YAML file
| |||||||||||
Set up the cluster by parsing a YAML file.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Start a cluster defined by a YAML file
| args | zkAddr, yamlFile |
|---|
Set up the cluster by parsing a YAML file.
| input | InputStream representing the file |
|---|