public class

PauseSignal

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

Class Overview

Represent a pause in the cluster

Summary

[Expand]
Inherited Fields
From class org.apache.helix.HelixProperty
Public Constructors
PauseSignal(String id)
Instantiate with an identifier
PauseSignal(ZNRecord record)
Instantiate 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 PauseSignal (String id)

Instantiate with an identifier

Parameters
id pause signal identifier

public PauseSignal (ZNRecord record)

Instantiate with a pre-populated record

Parameters
record ZNRecord with fields corresponding to a pause

Public Methods

public boolean isValid ()

Get property validity

Returns
  • true if valid, false if invalid