public class SfcGeniusSfStatesReader extends Object
| Constructor and Description |
|---|
SfcGeniusSfStatesReader(org.opendaylight.controller.md.sal.binding.api.ReadTransaction readTransaction,
Executor executor)
|
| Modifier and Type | Method and Description |
|---|---|
protected SfcGeniusSfStateReader |
getSfStateReader() |
CompletableFuture<List<SfpName>> |
readSfpNames(List<SfName> sfNames)
Read the service function path names associated to several service
functions.
|
public SfcGeniusSfStatesReader(org.opendaylight.controller.md.sal.binding.api.ReadTransaction readTransaction,
Executor executor)
readTransaction - the read readTransaction.executor - the callback executor.public CompletableFuture<List<SfpName>> readSfpNames(List<SfName> sfNames)
sfNames - the name of the service functions.protected SfcGeniusSfStateReader getSfStateReader()
Copyright © 2017 OpenDaylight. All rights reserved.