Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> |
ExtensionConverterRegistrator.registerActionConvertor(ActionSerializerKey<?> key,
ConvertorActionFromOFJava<Action,ActionPath> converter)
Registers an action converter.
|
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> |
ExtensionConverterRegistrator.registerActionConvertor(ActionSerializerKey<?> key,
ConvertorActionFromOFJava<Action,ActionPath> converter)
Registers an action converter.
|
Modifier and Type | Method and Description |
---|---|
<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath> |
ExtensionConverterProvider.getActionConverter(MessageTypeKey<?> 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 |
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 |
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 org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath> |
ExtensionConverterManagerImpl.getActionConverter(MessageTypeKey<?> key) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> |
ExtensionConverterManagerImpl.registerActionConvertor(ActionSerializerKey<?> key,
ConvertorActionFromOFJava<Action,ActionPath> convertor) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorActionFromOFJava<Action,ActionPath>> |
ExtensionConverterManagerImpl.registerActionConvertor(ActionSerializerKey<?> key,
ConvertorActionFromOFJava<Action,ActionPath> convertor) |
void |
ExtensionConverterManagerImpl.unregister(MessageTypeKey<?> key,
ConvertorActionFromOFJava<?,?> converter)
Cancel registration of given converter.
|
Copyright © 2019 OpenDaylight. All rights reserved.