Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionToOFJava<Action,Action>> |
ExtensionConverterRegistrator.registerActionConvertor(TypeVersionKey<? extends Action> key,
ConvertorActionToOFJava<Action,Action> converter)
Registers an action converter.
|
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionToOFJava<Action,Action>> |
ExtensionConverterRegistrator.registerActionConvertor(TypeVersionKey<? extends Action> key,
ConvertorActionToOFJava<Action,Action> converter)
Registers an action converter.
|
Modifier and Type | Method and Description |
---|---|
<F extends Action,T extends org.opendaylight.yangtools.yang.binding.DataContainer> |
ExtensionConverterProvider.getConverter(TypeVersionKey<F> key)
Lookup converter.
|
Modifier and Type | Class and Description |
---|---|
class |
ConntrackConvertor
Conntrack converter implementation.
|
class |
CtClearConvertor |
class |
DecapConvertor |
class |
DecNshTtlConvertor |
class |
EncapConvertor |
class |
FinTimeoutConvertor
Convert to/from SAL flow model to openflowjava model for FinTimeout action.
|
class |
LearnConvertor
Convert to/from SAL flow model to openflowjava model for NxLearn action.
|
class |
MultipathConvertor |
class |
OutputReg2Convertor |
class |
OutputRegConvertor
Convert to/from openflowplugin model to openflowjava model for OutputReg action.
|
class |
OutputRegConvertorProxy |
class |
RegLoad2Convertor
Convert between RegLoad SAL action and RegLoad2 nicira action.
|
class |
RegLoadConvertor
Convert to/from SAL flow model to openflowjava model for NxActionRegLoad action.
|
class |
RegLoadConvertorProxy
RegLoad SAL actions are converted to RegLoad2 action for experimenter
fields, or to RegLoad action otherwise.
|
class |
RegMoveConvertor
Convert to/from SAL flow model to openflowjava model for NxActionRegMove action.
|
class |
ResubmitConvertor
Convert to/from SAL flow model to openflowjava model for Resubmit action.
|
Modifier and Type | Method and Description |
---|---|
<F extends Action,T extends org.opendaylight.yangtools.yang.binding.DataContainer> |
ExtensionConverterManagerImpl.getConverter(TypeVersionKey<F> key) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionToOFJava<Action,Action>> |
ExtensionConverterManagerImpl.registerActionConvertor(TypeVersionKey<? extends Action> key,
ConvertorActionToOFJava<Action,Action> convertor) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionToOFJava<Action,Action>> |
ExtensionConverterManagerImpl.registerActionConvertor(TypeVersionKey<? extends Action> key,
ConvertorActionToOFJava<Action,Action> convertor) |
void |
ExtensionConverterManagerImpl.unregister(TypeVersionKey<? extends Action> key,
ConvertorActionToOFJava<?,?> converter)
Cancel registration of given converter.
|
Copyright © 2019 OpenDaylight. All rights reserved.