java.lang.Object | |
↳ | org.apache.helix.model.Transition |
Defines a transition from one state to another
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate with a source and destination state
| |||||||||||
Instantiate with a source and destination state
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new transition
| |||||||||||
Get the source state
| |||||||||||
Get the destination state
| |||||||||||
Get the source state
| |||||||||||
Get the destination state
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Instantiate with a source and destination state
fromState | source name |
---|---|
toState | destination name |
Instantiate with a source and destination state
fromState | source name |
---|---|
toState | destination name |
Create a new transition
fromState | string source state |
---|---|
toState | string destination state |