| java.lang.Object | ||
| ↳ | org.apache.helix.api.id.Id | |
| ↳ | org.apache.helix.api.id.ConstraintId | |
Identifies a constraint item on the cluster
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a constraint id
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a state constraint id based on the state model definition and state
| |||||||||||
Get a state constraint id based on the state model definition and transition
| |||||||||||
Get a constraint id from a string
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.api.id.Id
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Get a state constraint id based on the state model definition and state
| scope | the scope of the constraint |
|---|---|
| stateModelDefId | the state model |
| state | the constrained state |
Get a state constraint id based on the state model definition and transition
| scope | the scope of the constraint |
|---|---|
| stateModelDefId | the state model |
| transition | the constrained transition |
Get a constraint id from a string
| constraintId | string representing the constraint id |
|---|