public static final enum

HelixConfigScope.ConfigScopeProperty

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.model.HelixConfigScope.ConfigScopeProperty

Class Overview

Defines the various scopes of configs, and how they are represented on Zookeeper

Summary

Enum Values
HelixConfigScope.ConfigScopeProperty  CLUSTER   
HelixConfigScope.ConfigScopeProperty  CONSTRAINT   
HelixConfigScope.ConfigScopeProperty  PARTICIPANT   
HelixConfigScope.ConfigScopeProperty  PARTITION   
HelixConfigScope.ConfigScopeProperty  RESOURCE   
Public Methods
int getMapKeyArgNum()
Get the number of arguments corresponding to a lookup key
int getZkPathArgNum()
Get the number of template arguments required to generate a full path
static HelixConfigScope.ConfigScopeProperty valueOf(String name)
final static ConfigScopeProperty[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final HelixConfigScope.ConfigScopeProperty CLUSTER

public static final HelixConfigScope.ConfigScopeProperty CONSTRAINT

public static final HelixConfigScope.ConfigScopeProperty PARTICIPANT

public static final HelixConfigScope.ConfigScopeProperty PARTITION

public static final HelixConfigScope.ConfigScopeProperty RESOURCE

Public Methods

public int getMapKeyArgNum ()

Get the number of arguments corresponding to a lookup key

Returns
  • number of map key arguments

public int getZkPathArgNum ()

Get the number of template arguments required to generate a full path

Returns
  • number of template arguments in the path

public static HelixConfigScope.ConfigScopeProperty valueOf (String name)

public static final ConfigScopeProperty[] values ()