public class

CurrentStateComputationStage

extends AbstractBaseStage
java.lang.Object
   ↳ org.apache.helix.controller.pipeline.AbstractBaseStage
     ↳ org.apache.helix.controller.stages.CurrentStateComputationStage

Class Overview

For each LiveInstances select currentState and message whose sessionId matches sessionId from LiveInstance Get Partition,State for all the resources computed in previous State [ResourceComputationStage]

Summary

Public Constructors
CurrentStateComputationStage()
Public Methods
void process(ClusterEvent event)
Actual callback processing logic
[Expand]
Inherited Methods
From class org.apache.helix.controller.pipeline.AbstractBaseStage
From class java.lang.Object
From interface org.apache.helix.controller.pipeline.Stage

Public Constructors

public CurrentStateComputationStage ()

Public Methods

public void process (ClusterEvent event)

Actual callback processing logic

Throws
Exception