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 MultipartWriterProviderMultipartWriterProviderFactory.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 MultipartWriterProviderModifierConstructorDescriptionprotectedAbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) AbstractMultipartRequestOnTheFlyCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor) protectedAbstractTableMultipartService(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 MultipartWriterProviderModifierConstructorDescriptionUpdateTableImpl(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 MultipartWriterProviderModifierConstructorDescriptionprotectedAbstractGetFlowStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) protectedAbstractGetGroupStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) protectedAbstractGetMeterStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) protectedAbstractGetNodeConnectorStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) protectedAbstractGetQueueStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer
Constructors in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer with parameters of type MultipartWriterProviderModifierConstructorDescriptionMultiGetFlowStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) MultiGetGroupStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) MultiGetMeterStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) MultiGetNodeConnectorStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) MultiGetQueueStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer
Constructors in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer with parameters of type MultipartWriterProviderModifierConstructorDescriptionSingleGetFlowStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) SingleGetGroupStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) SingleGetMeterStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) SingleGetNodeConnectorStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) SingleGetQueueStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)