| java.lang.Object | ||
| ↳ | org.apache.helix.api.id.Id | |
| ↳ | org.apache.helix.api.id.StateModelFactoryId | |
Id representing a state model factory
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a state model factory id
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a concrete state model factory 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 factory id
| id | string representing a state model factory |
|---|
Get a concrete state model factory id
| stateModelFactoryId | the string version of the id |
|---|