public class

PersistAssignmentStage

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

Class Overview

Persist the ResourceAssignment of each resource that went through rebalancing

Summary

Public Constructors
PersistAssignmentStage()
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 PersistAssignmentStage ()

Public Methods

public void process (ClusterEvent event)

Actual callback processing logic

Throws
Exception