public class SfcGeniusRspWriter extends Object
Constructor and Description |
---|
SfcGeniusRspWriter(org.opendaylight.controller.md.sal.binding.api.WriteTransaction transaction)
Constructs a
SfcGeniusRspWriter using the
provided WriteTransaction to perform the required data
store modifications. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
createRsp(RenderedServicePath renderedServicePath)
Creates the given rendered service path.
|
CompletableFuture<RenderedServicePath> |
deleteRsp(RenderedServicePath renderedServicePath)
Deletes the given rendered service path.
|
public SfcGeniusRspWriter(org.opendaylight.controller.md.sal.binding.api.WriteTransaction transaction)
SfcGeniusRspWriter
using the
provided WriteTransaction
to perform the required data
store modifications.transaction
- the write transactionpublic CompletableFuture<RenderedServicePath> deleteRsp(RenderedServicePath renderedServicePath)
renderedServicePath
- the rendered service path.public CompletableFuture<Void> createRsp(RenderedServicePath renderedServicePath)
renderedServicePath
- the rendered service path.Copyright © 2017 OpenDaylight. All rights reserved.