| java.lang.Object | |
| ↳ | org.apache.helix.model.builder.StateTransitionTableBuilder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Uses floyd-warshall algorithm, shortest distance for all pair of nodes
Allows one to lookup nextState given fromState,toState
map.get(fromState).get(toState) --> nextState | |||||||||||
auxiliary method to get next state based on next map
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Uses floyd-warshall algorithm, shortest distance for all pair of nodes
Allows one to lookup nextState given fromState,toState
map.get(fromState).get(toState) --> nextState
auxiliary method to get next state based on next map