public final enum

AttributeName

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.controller.stages.AttributeName

Summary

Enum Values
AttributeName  BEST_POSSIBLE_STATE   
AttributeName  CONTEXT_PROVIDER   
AttributeName  CURRENT_STATE   
AttributeName  LOCAL_STATE   
AttributeName  MESSAGES_ALL   
AttributeName  MESSAGES_SELECTED   
AttributeName  MESSAGES_THROTTLE   
AttributeName  RESOURCES   
Public Methods
static AttributeName valueOf(String name)
final static AttributeName[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AttributeName BEST_POSSIBLE_STATE

public static final AttributeName CONTEXT_PROVIDER

public static final AttributeName CURRENT_STATE

public static final AttributeName LOCAL_STATE

public static final AttributeName MESSAGES_ALL

public static final AttributeName MESSAGES_SELECTED

public static final AttributeName MESSAGES_THROTTLE

public static final AttributeName RESOURCES

Public Methods

public static AttributeName valueOf (String name)

public static final AttributeName[] values ()