| java.lang.Object | ||
| ↳ | org.apache.helix.HelixProperty | |
| ↳ | org.apache.helix.model.ClusterConfiguration | |
Persisted configuration properties for a cluster
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate for an id
| |||||||||||
Instantiate from a record
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determine if participants can automatically join the cluster
| |||||||||||
Create a new ClusterConfiguration from a UserConfig
| |||||||||||
Get a typed cluster id
| |||||||||||
Get a backward-compatible cluster user config
| |||||||||||
Set if participants can automatically join the cluster
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.HelixProperty
| |||||||||||
From class
java.lang.Object
| |||||||||||
Instantiate from a record
| record | configuration properties |
|---|
Determine if participants can automatically join the cluster
Create a new ClusterConfiguration from a UserConfig
| userConfig | user-defined configuration properties |
|---|
Set if participants can automatically join the cluster
| autoJoinAllowed | true if allowed, false if disallowed |
|---|