Class AbstractMultipartService<I,T extends OfHeader>
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
-
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<I,T>
-
- Direct Known Subclasses:
AbstractAggregateFlowMultipartService,AbstractCompatibleStatService,AbstractExperimenterMultipartService,AbstractFlowDirectStatisticsService,AbstractGroupDirectStatisticsService,AbstractMeterDirectStatisticsService,AbstractMultipartCollectorService,AbstractMultipartOnTheFlyService,AbstractPortDirectStatisticsService,AbstractQueueDirectStatisticsService,AbstractTableMultipartService,StatisticsGatheringService
public abstract class AbstractMultipartService<I,T extends OfHeader> extends AbstractService<I,List<T>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.util.concurrent.FutureCallback<OfHeader>createCallback(RequestContext<List<T>> context, Class<?> requestType)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>>handleServiceCall(@NonNull I input)-
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
buildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
-
-
-
Constructor Detail
-
AbstractMultipartService
protected AbstractMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Detail
-
createCallback
protected com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType)
- Specified by:
createCallbackin classAbstractService<I,List<T extends OfHeader>>
-
handleServiceCall
public final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>> handleServiceCall(@NonNull I input)
- Overrides:
handleServiceCallin classAbstractService<I,List<T extends OfHeader>>
-
-