public class GeniusServiceBinder extends Object
Constructor and Description |
---|
GeniusServiceBinder() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
bindService(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx,
String theInterfaceName,
short theServiceId,
short theDestTable,
BigInteger theCookie,
int theServicePriority,
String theServiceName) |
static BigInteger |
getSfcIngressCookie() |
static int |
getSfcServicePriority() |
CompletableFuture<Void> |
unbindService(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx,
String theInterfaceName,
short theServiceId) |
public CompletableFuture<Void> bindService(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx, String theInterfaceName, short theServiceId, short theDestTable, BigInteger theCookie, int theServicePriority, String theServiceName)
public CompletableFuture<Void> unbindService(org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx, String theInterfaceName, short theServiceId)
public static BigInteger getSfcIngressCookie()
public static int getSfcServicePriority()
Copyright © 2017 OpenDaylight. All rights reserved.