public static final enum

Alerts.AlertsProperty

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.model.Alerts.AlertsProperty

Class Overview

Supported fields corresponding to a set of alerts

Summary

Enum Values
Alerts.AlertsProperty  FIELDS   
Alerts.AlertsProperty  SESSION_ID   
Public Methods
static Alerts.AlertsProperty valueOf(String name)
final static AlertsProperty[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Alerts.AlertsProperty FIELDS

public static final Alerts.AlertsProperty SESSION_ID

Public Methods

public static Alerts.AlertsProperty valueOf (String name)

public static final AlertsProperty[] values ()