| Package | Description | 
|---|---|
| org.opendaylight.openflowplugin.api.openflow.lifecycle | |
| org.opendaylight.openflowplugin.impl.lifecycle | 
| Modifier and Type | Method and Description | 
|---|---|
static ContextChainMastershipState | 
ContextChainMastershipState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ContextChainMastershipState[] | 
ContextChainMastershipState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ContextChain.isMastered(ContextChainMastershipState mastershipState,
          boolean inReconciliationFrameworkStep)
Check all needed to be master. 
 | 
void | 
ContextChainMastershipWatcher.onMasterRoleAcquired(DeviceInfo deviceInfo,
                    ContextChainMastershipState mastershipState)
Changed to MASTER role on device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ContextChainImpl.isMastered(ContextChainMastershipState mastershipState,
          boolean inReconciliationFrameworkStep)  | 
void | 
ContextChainHolderImpl.onMasterRoleAcquired(DeviceInfo deviceInfo,
                    ContextChainMastershipState mastershipState)  | 
Copyright © 2019 OpenDaylight. All rights reserved.