| java.lang.Object | ||
| ↳ | org.apache.helix.controller.pipeline.AbstractBaseStage | |
| ↳ | org.apache.helix.controller.stages.ResourceComputationStage | |
This stage computes all the resources in a cluster. The resources are computed from IdealStates -> this gives all the resources currently active CurrentState for liveInstance-> Helps in finding resources that are inactive and needs to be dropped
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||