| java.lang.Object | ||
| ↳ | org.apache.helix.model.builder.IdealStateBuilder | |
| ↳ | org.apache.helix.model.builder.CustomModeISBuilder | |
IdealState builder for CUSTOMIZED mode
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.model.builder.IdealStateBuilder
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Start building a CUSTOMIZED IdealState
| |||||||||||
Start building a SEMI_AUTO IdealState
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a sub-resource
| |||||||||||
Add a sub-resource
| |||||||||||
add an instance->state assignment
| |||||||||||
add an instance->state assignment
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.model.builder.IdealStateBuilder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Start building a CUSTOMIZED IdealState
| resourceName | the resource |
|---|
Start building a SEMI_AUTO IdealState
| resourceId | the resource |
|---|
Add a sub-resource
| partitionId | partition to add |
|---|
Add a sub-resource
| partitionName | partition to add |
|---|
add an instance->state assignment
| partitionName | partition to update |
|---|---|
| instanceName | participant name |
| state | state the replica should be in |
add an instance->state assignment
| partitionId | partition to update |
|---|---|
| participantId | participant to assign to |
| state | state the replica should be in |