Modifier and Type | Class and Description |
---|---|
static class |
JobImpl.StartTransition |
Modifier and Type | Class and Description |
---|---|
protected static class |
NMClientAsyncImpl.StatefulContainer.OutOfOrderTransition |
Modifier and Type | Class and Description |
---|---|
static class |
RMNodeImpl.AddNodeTransition |
static class |
RMNodeImpl.CleanUpAppTransition |
static class |
RMNodeImpl.CleanUpContainerTransition |
static class |
RMNodeImpl.DeactivateNodeTransition |
static class |
RMNodeImpl.ReconnectNodeTransition |
Modifier and Type | Method and Description |
---|---|
StateMachineFactory<OPERAND,STATE,EVENTTYPE,EVENT> |
StateMachineFactory.addTransition(STATE preState,
STATE postState,
EVENTTYPE eventType,
SingleArcTransition<OPERAND,EVENT> hook) |
StateMachineFactory<OPERAND,STATE,EVENTTYPE,EVENT> |
StateMachineFactory.addTransition(STATE preState,
STATE postState,
Set<EVENTTYPE> eventTypes,
SingleArcTransition<OPERAND,EVENT> hook) |
Copyright © 2013 Apache Software Foundation. All rights reserved.