@Configuration @EnableStateMachineFactory public class ContainerClusterStateMachineConfiguration extends org.springframework.statemachine.config.EnumStateMachineConfigurerAdapter<ClusterState,ClusterEvent>
AbstractContainerClusterAppmaster
で使用されるステートマシンビルドの構成。コンストラクターと説明 |
---|
ContainerClusterStateMachineConfiguration() |
修飾子と型 | メソッドと説明 |
---|---|
ClusterAllocatingAction | clusterAllocatingAction() |
ClusterDestroyingAction | clusterDestroyingAction() |
ClusterStartAction | clusterStartAction() |
ClusterStoppingAction | clusterStoppingAction() |
void | configure(org.springframework.statemachine.config.builders.StateMachineConfigurationConfigurer<ClusterState, ClusterEvent> config) |
void | configure(org.springframework.statemachine.config.builders.StateMachineStateConfigurer<ClusterState, ClusterEvent> states) |
void | configure(org.springframework.statemachine.config.builders.StateMachineTransitionConfigurer<ClusterState, ClusterEvent> transitions) |
public ContainerClusterStateMachineConfiguration()
public void configure(org.springframework.statemachine.config.builders.StateMachineConfigurationConfigurer<ClusterState,ClusterEvent> config) throws java.lang.Exception
org.springframework.statemachine.config.builders.StateMachineConfigurer<ClusterState, ClusterEvent>
の configure
org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter<ClusterState, ClusterEvent>
の configure
java.lang.Exception
public void configure(org.springframework.statemachine.config.builders.StateMachineStateConfigurer<ClusterState,ClusterEvent> states) throws java.lang.Exception
org.springframework.statemachine.config.builders.StateMachineConfigurer<ClusterState, ClusterEvent>
の configure
org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter<ClusterState, ClusterEvent>
の configure
java.lang.Exception
public void configure(org.springframework.statemachine.config.builders.StateMachineTransitionConfigurer<ClusterState,ClusterEvent> transitions) throws java.lang.Exception
org.springframework.statemachine.config.builders.StateMachineConfigurer<ClusterState, ClusterEvent>
の configure
org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter<ClusterState, ClusterEvent>
の configure
java.lang.Exception
@Bean public ClusterAllocatingAction clusterAllocatingAction()
@Bean public ClusterStoppingAction clusterStoppingAction()
@Bean public ClusterDestroyingAction clusterDestroyingAction()
@Bean public ClusterStartAction clusterStartAction()