Uses of Class
org.opendaylight.openflowplugin.impl.datastore.MultipartWriterProvider
Packages that use MultipartWriterProvider
Package
Description
-
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.datastore
Methods in org.opendaylight.openflowplugin.impl.datastore that return MultipartWriterProviderModifier and TypeMethodDescriptionstatic MultipartWriterProvider
MultipartWriterProviderFactory.createDefaultProvider
(DeviceContext deviceContext) Create default #MultipartWriterProvider
. -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.device.initialization
Methods in org.opendaylight.openflowplugin.impl.device.initialization with parameters of type MultipartWriterProviderModifier and TypeMethodDescriptionAbstractDeviceInitializer.initialize
(@NonNull DeviceContext deviceContext, boolean switchFeaturesMandatory, boolean skipTableFeatures, @Nullable MultipartWriterProvider multipartWriterProvider, @Nullable ConvertorExecutor convertorExecutor) Perform initial information gathering and store them to operational datastore.AbstractDeviceInitializer.initializeNodeInformation
(@NonNull DeviceContext deviceContext, boolean switchFeaturesMandatory, boolean skipTableFeatures, @Nullable MultipartWriterProvider multipartWriterProvider, @Nullable ConvertorExecutor convertorExecutor) protected com.google.common.util.concurrent.ListenableFuture<Void>
OF10DeviceInitializer.initializeNodeInformation
(@NonNull DeviceContext deviceContext, boolean switchFeaturesMandatory, boolean skipTableFeatures, @Nullable MultipartWriterProvider multipartWriterProvider, @Nullable ConvertorExecutor convertorExecutor) OF13DeviceInitializer.initializeNodeInformation
(@NonNull DeviceContext deviceContext, boolean switchFeaturesMandatory, boolean skipTableFeatures, @Nullable MultipartWriterProvider multipartWriterProvider, @Nullable ConvertorExecutor convertorExecutor) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.services
Constructors in org.opendaylight.openflowplugin.impl.services with parameters of type MultipartWriterProviderModifierConstructorDescriptionprotected
AbstractMultipartOnTheFlyService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) AbstractMultipartRequestOnTheFlyCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor) protected
AbstractTableMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.services.multilayer
Constructors in org.opendaylight.openflowplugin.impl.services.multilayer with parameters of type MultipartWriterProviderModifierConstructorDescriptionMultiLayerFlowMultipartRequestOnTheFlyCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor) MultiLayerTableMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.services.sal
Constructors in org.opendaylight.openflowplugin.impl.services.sal with parameters of type MultipartWriterProviderModifierConstructorDescriptionSalTableServiceImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.services.singlelayer
Constructors in org.opendaylight.openflowplugin.impl.services.singlelayer with parameters of type MultipartWriterProviderModifierConstructorDescriptionSingleLayerFlowMultipartRequestOnTheFlyCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider) SingleLayerTableMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.dedicated
Constructors in org.opendaylight.openflowplugin.impl.statistics.services.dedicated with parameters of type MultipartWriterProviderModifierConstructorDescriptionStatisticsGatheringOnTheFlyService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.direct
Constructors in org.opendaylight.openflowplugin.impl.statistics.services.direct with parameters of type MultipartWriterProviderModifierConstructorDescriptionprotected
AbstractFlowDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) protected
AbstractGroupDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) AbstractMeterDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) AbstractPortDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) AbstractQueueDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer with parameters of type MultipartWriterProviderModifier and TypeMethodDescriptionMultiLayerDirectStatisticsProviderInitializer.createProvider
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) Constructors in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer with parameters of type MultipartWriterProviderModifierConstructorDescriptionFlowDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) GroupDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) MeterDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) PortDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) QueueDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer with parameters of type MultipartWriterProviderModifier and TypeMethodDescriptionSingleLayerDirectStatisticsProviderInitializer.createProvider
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) Constructors in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer with parameters of type MultipartWriterProviderModifierConstructorDescriptionFlowDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) GroupDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) MeterDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) PortDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) QueueDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)