public class

SpectatorId

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

Summary

Public Constructors
SpectatorId(String id)
Create a spectator id
Public Methods
static SpectatorId from(String spectatorId)
Create a spectator id 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 SpectatorId (String id)

Create a spectator id

Parameters
id string representing a spectator id

Public Methods

public static SpectatorId from (String spectatorId)

Create a spectator id from a string

Parameters
spectatorId string representing a spectator id
Returns
  • SpectatorId

public String stringify ()