public class

ControllerId

extends Id
java.lang.Object
   ↳ org.apache.helix.api.id.Id
     ↳ org.apache.helix.api.id.ControllerId

Class Overview

Identifies Helix nodes that take on the CONTROLLER role

Summary

Public Constructors
ControllerId(String id)
Create a controller id
Public Methods
static ControllerId from(String controllerId)
Get a ControllerId from a string
String stringify()
[Expand]
Inherited Methods
From class org.apache.helix.api.id.Id
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public ControllerId (String id)

Create a controller id

Parameters
id string representation of a controller id

Public Methods

public static ControllerId from (String controllerId)

Get a ControllerId from a string

Parameters
controllerId string representing the id
Returns
  • ControllerId

public String stringify ()