Class SalTableServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalTableServiceImpl
- All Implemented Interfaces:
SalTableService
,org.opendaylight.yangtools.yang.binding.RpcService
-
Constructor Summary
ConstructorDescriptionSalTableServiceImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>>
updateTable
(UpdateTableInput input) Invokeupdate-table
RPC.
-
Constructor Details
-
SalTableServiceImpl
public SalTableServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider)
-
-
Method Details
-
updateTable
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> updateTable(UpdateTableInput input) Description copied from interface:SalTableService
Invokeupdate-table
RPC.Configuring openflow table.
- Specified by:
updateTable
in interfaceSalTableService
- Parameters:
input
- ofupdate-table
- Returns:
- output of
update-table
-