public class

ResourceId

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

Class Overview

Identifies a resource

Summary

Public Constructors
ResourceId(String id)
Create a resource id
Public Methods
static ResourceId from(String resourceId)
Get a concrete resource id for a string name
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 ResourceId (String id)

Create a resource id

Parameters
id string representation of a resource id

Public Methods

public static ResourceId from (String resourceId)

Get a concrete resource id for a string name

Parameters
resourceId string resource identifier
Returns
  • ResourceId

public String stringify ()