java.lang.Object | ||
↳ | org.apache.helix.api.id.Id | |
↳ | org.apache.helix.api.id.ResourceId |
Identifies a resource
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a resource id
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a concrete resource id for a string name
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.api.id.Id
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Create a resource id
id | string representation of a resource id |
---|
Get a concrete resource id for a string name
resourceId | string resource identifier |
---|