public class SfcGeniusTsaWriter extends Object
Constructor and Description |
---|
SfcGeniusTsaWriter(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService itmRpcService,
Executor executor)
Constructs a
SfcGeniusSfReader using the provided
ItmRpcService to invoke the RPC and Executor
where RPC blocking call is performed. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
createTerminatingServiceAction(BigInteger dpnId)
Adds the SFC terminating service action from a specific data plane
node.
|
CompletableFuture<Void> |
removeTerminatingServiceAction(BigInteger dpnId)
Removes the SFC terminating service action from a specific data plane
node.
|
public SfcGeniusTsaWriter(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService itmRpcService, Executor executor)
SfcGeniusSfReader
using the provided
ItmRpcService
to invoke the RPC and Executor
where RPC blocking call is performed.itmRpcService
- the read transaction.executor
- the callback executor.public CompletableFuture<Void> createTerminatingServiceAction(BigInteger dpnId)
dpnId
- the data plane node identifier.public CompletableFuture<Void> removeTerminatingServiceAction(BigInteger dpnId)
dpnId
- the data plane node identifier.Copyright © 2017 OpenDaylight. All rights reserved.