public static final enum

LiveInstance.LiveInstanceProperty

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.model.LiveInstance.LiveInstanceProperty

Class Overview

Saved properties of a live instance

Summary

Enum Values
LiveInstance.LiveInstanceProperty  HELIX_VERSION   
LiveInstance.LiveInstanceProperty  LIVE_INSTANCE   
LiveInstance.LiveInstanceProperty  SESSION_ID   
LiveInstance.LiveInstanceProperty  ZKPROPERTYTRANSFERURL   
Public Methods
static LiveInstance.LiveInstanceProperty valueOf(String name)
final static LiveInstanceProperty[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LiveInstance.LiveInstanceProperty HELIX_VERSION

public static final LiveInstance.LiveInstanceProperty LIVE_INSTANCE

public static final LiveInstance.LiveInstanceProperty SESSION_ID

public static final LiveInstance.LiveInstanceProperty ZKPROPERTYTRANSFERURL

Public Methods

public static LiveInstance.LiveInstanceProperty valueOf (String name)

public static final LiveInstanceProperty[] values ()