public class

StateModelFactoryId

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

Class Overview

Id representing a state model factory

Summary

Public Constructors
StateModelFactoryId(String id)
Create a state model factory id
Public Methods
static StateModelFactoryId from(String stateModelFactoryId)
Get a concrete state model factory id
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 StateModelFactoryId (String id)

Create a state model factory id

Parameters
id string representing a state model factory

Public Methods

public static StateModelFactoryId from (String stateModelFactoryId)

Get a concrete state model factory id

Parameters
stateModelFactoryId the string version of the id
Returns
  • StateModelFactoryId

public String stringify ()