Class SalTableServiceImpl
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.services.sal.SalTableServiceImpl
 
 
- 
- All Implemented Interfaces:
 SalTableService,org.opendaylight.yangtools.yang.binding.RpcService
public final class SalTableServiceImpl extends Object implements SalTableService
 
- 
- 
Constructor Summary
Constructors Constructor Description SalTableServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>>updateTable(UpdateTableInput input)Configuring openflow table. 
 - 
 
- 
- 
Constructor Detail
- 
SalTableServiceImpl
public SalTableServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider)
 
 - 
 
- 
Method Detail
- 
updateTable
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> updateTable(UpdateTableInput input)
Description copied from interface:SalTableServiceConfiguring openflow table.- Specified by:
 updateTablein interfaceSalTableService
 
 - 
 
 -