Class SalTableServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalTableServiceImpl
- All Implemented Interfaces:
SalTableService,org.opendaylight.yangtools.yang.binding.RpcService
-
Constructor Summary
ConstructorsConstructorDescriptionSalTableServiceImpl(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-tableRPC.
-
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:SalTableServiceInvokeupdate-tableRPC.Configuring openflow table.- Specified by:
updateTablein interfaceSalTableService- Parameters:
input- ofupdate-table- Returns:
- output of
update-table
-