Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.TranslatorLibrary
Package
Description
-
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.api.openflow.device
-
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.api.openflow.translator
Modifier and TypeMethodDescriptionTranslatorLibrarian.oook()
Method provides translator library held by Librarian.Modifier and TypeMethodDescriptionvoid
TranslatorLibrarian.setTranslatorLibrary
(TranslatorLibrary translatorLibrary) Method registers translator library for translating message objects. -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.common
Modifier and TypeMethodDescriptionstatic Optional<? extends MultipartReplyBody>
MultipartReplyTranslatorUtil.translate
(OfHeader message, DeviceInfo deviceInfo, @Nullable ConvertorExecutor convertorExecutor, @Nullable TranslatorLibrary translatorLibrary) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.device
Modifier and TypeMethodDescriptionvoid
DeviceManagerImpl.setTranslatorLibrary
(TranslatorLibrary translatorLibrary) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.services.multilayer
ModifierConstructorDescriptionMultiLayerAggregateFlowMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.statistics.services
ModifierConstructorDescriptionAggregateFlowsInTableService
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, TranslatorLibrary translatorLibrary) OpendaylightFlowStatisticsServiceImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, TranslatorLibrary translatorLibrary, ConvertorExecutor convertorExecutor) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.translator