public class

AlertHistory

extends HelixProperty
java.lang.Object
   ↳ org.apache.helix.HelixProperty
     ↳ org.apache.helix.model.AlertHistory

Class Overview

Maintains a history of alerts that have been fired, as well as actions taken, if any.

Summary

[Expand]
Inherited Fields
From class org.apache.helix.HelixProperty
Public Constructors
AlertHistory(ZNRecord record)
Instantiate the alert history with a pre-populated record
Public Methods
boolean isValid()
Get property validity
[Expand]
Inherited Methods
From class org.apache.helix.HelixProperty
From class java.lang.Object

Public Constructors

public AlertHistory (ZNRecord record)

Instantiate the alert history with a pre-populated record

Parameters
record ZNRecord representing the alert history

Public Methods

public boolean isValid ()

Get property validity

Returns
  • true if valid, false if invalid