java.lang.Object | ||
↳ | org.apache.helix.api.id.Id | |
↳ | org.apache.helix.api.id.PartitionId |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate for a resource and suffix
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a concrete partition id
| |||||||||||
Get a concrete partition id
| |||||||||||
Get the id of the resource containing this partition
| |||||||||||
Same as
from(String) . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.api.id.Id
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Instantiate for a resource and suffix
resourceId | resource that the partition belongs to |
---|---|
partitionName | name of the partition relative to the resource |
Get a concrete partition id
resourceId | resource identifier |
---|---|
partitionSuffix | partition identifier relative to a resource |
Get a concrete partition id
partitionId | string partition identifier |
---|
Get the id of the resource containing this partition