| java.lang.Object | ||
| ↳ | org.apache.helix.api.id.Id | |
| ↳ | org.apache.helix.api.id.ControllerId | |
Identifies Helix nodes that take on the CONTROLLER role
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a controller id 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a ControllerId from a string 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  org.apache.helix.api.id.Id
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Create a controller id
| id | string representation of a controller id | 
|---|
Get a ControllerId from a string
| controllerId | string representing the id | 
|---|