Uses of Class
org.apache.hadoop.yarn.state.StateMachineFactory
Packages that use StateMachineFactory
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of StateMachineFactory in org.apache.hadoop.yarn.state
Methods in org.apache.hadoop.yarn.state that return StateMachineFactoryModifier and TypeMethodDescriptionStateMachineFactory.addTransition(STATE preState, Set<STATE> postStates, EVENTTYPE eventType, MultipleArcTransition<OPERAND, EVENT, STATE> hook) StateMachineFactory.addTransition(STATE preState, STATE postState, EVENTTYPE eventType) StateMachineFactory.addTransition(STATE preState, STATE postState, EVENTTYPE eventType, SingleArcTransition<OPERAND, EVENT> hook) StateMachineFactory.addTransition(STATE preState, STATE postState, Set<EVENTTYPE> eventTypes) StateMachineFactory.addTransition(STATE preState, STATE postState, Set<EVENTTYPE> eventTypes, SingleArcTransition<OPERAND, EVENT> hook) StateMachineFactory.installTopology()