public static final enum

HelixProperty.HelixPropertyAttribute

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.HelixProperty.HelixPropertyAttribute

Summary

Enum Values
HelixProperty.HelixPropertyAttribute  BATCH_MESSAGE_MODE   
HelixProperty.HelixPropertyAttribute  BUCKET_SIZE   
Public Methods
static HelixProperty.HelixPropertyAttribute valueOf(String name)
final static HelixPropertyAttribute[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final HelixProperty.HelixPropertyAttribute BATCH_MESSAGE_MODE

public static final HelixProperty.HelixPropertyAttribute BUCKET_SIZE

Public Methods

public static HelixProperty.HelixPropertyAttribute valueOf (String name)

public static final HelixPropertyAttribute[] values ()