Class MultiLayerTableMultipartService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<UpdateTableInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<UpdateTableInput,MultipartReply>
org.opendaylight.openflowplugin.impl.services.AbstractTableMultipartService<MultipartReply>
org.opendaylight.openflowplugin.impl.services.multilayer.MultiLayerTableMultipartService
-
Constructor Summary
ConstructorDescriptionMultiLayerTableMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, UpdateTableInput input) protected Map
<TableFeaturesKey, TableFeatures> convertToSalTableFeatures
(List<MultipartReply> multipartReplies) com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> handleAndReply
(UpdateTableInput input) Process experimenter input and result experimenter output.Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractTableMultipartService
storeStatistics
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
createCallback, handleServiceCall
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
Constructor Details
-
MultiLayerTableMultipartService
public MultiLayerTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<UpdateTableInput,
List<MultipartReply>>
-
handleAndReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> handleAndReply(UpdateTableInput input) Description copied from class:AbstractTableMultipartService
Process experimenter input and result experimenter output.- Specified by:
handleAndReply
in classAbstractTableMultipartService<MultipartReply>
- Parameters:
input
- experimenter input- Returns:
- experimenter output
-
convertToSalTableFeatures
protected Map<TableFeaturesKey,TableFeatures> convertToSalTableFeatures(List<MultipartReply> multipartReplies)
-