public interface SalTableService
extends org.opendaylight.yangtools.yang.binding.RpcService
rpc update-table {
input {
uses tr:transaction-metadata;
leaf table-ref {
type table-type:table-ref;
}
uses table-update;
uses tr:transaction-aware;
}
output {
uses tr:transaction-aware;
}
}
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> |
updateTable(UpdateTableInput input)
Configuring openflow table.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> updateTable(UpdateTableInput input)
Copyright © 2019 OpenDaylight. All rights reserved.