Uses of Class
org.opendaylight.openflowplugin.impl.datastore.MultipartWriterProvider
-
-
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.datastore
Methods in org.opendaylight.openflowplugin.impl.datastore that return MultipartWriterProvider Modifier and Type Method Description static 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 MultipartWriterProvider Modifier and Type Method Description Future<Void>
AbstractDeviceInitializer. initialize(@NonNull DeviceContext deviceContext, boolean switchFeaturesMandatory, boolean skipTableFeatures, @Nullable MultipartWriterProvider multipartWriterProvider, @Nullable ConvertorExecutor convertorExecutor)
Perform initial information gathering and store them to operational datastore.protected abstract Future<Void>
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)
protected Future<Void>
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 MultipartWriterProvider Constructor Description AbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
AbstractMultipartRequestOnTheFlyCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor)
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 MultipartWriterProvider Constructor Description MultiLayerFlowMultipartRequestOnTheFlyCallback(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 MultipartWriterProvider Constructor Description SalTableServiceImpl(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 MultipartWriterProvider Constructor Description SingleLayerFlowMultipartRequestOnTheFlyCallback(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 MultipartWriterProvider Constructor Description StatisticsGatheringOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
Uses of MultipartWriterProvider in org.opendaylight.openflowplugin.impl.statistics.services.direct
-
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 MultipartWriterProvider Modifier and Type Method Description static OpendaylightDirectStatisticsServiceProvider
MultiLayerDirectStatisticsProviderInitializer. createProvider(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 MultipartWriterProvider Modifier and Type Method Description static OpendaylightDirectStatisticsServiceProvider
SingleLayerDirectStatisticsProviderInitializer. createProvider(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-