| java.lang.Object | ||
| ↳ | org.apache.helix.api.id.Id | |
| ↳ | org.apache.helix.api.id.StateModelDefId | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SchedulerTaskQueue | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a state model definition id
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Check if the underlying state model definition id is equal if case is ignored
| |||||||||||
Get a concrete state model definition id
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.api.id.Id
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Create a state model definition id
| id | string representing a state model definition id |
|---|
Check if the underlying state model definition id is equal if case is ignored
| that | the StateModelDefId to compare |
|---|
Get a concrete state model definition id
| stateModelDefId | string state model identifier |
|---|