Package | Description |
---|---|
org.opendaylight.netvirt.aclservice | |
org.opendaylight.netvirt.aclservice.api | |
org.opendaylight.netvirt.aclservice.api.utils |
Modifier and Type | Method and Description |
---|---|
AclInterface |
AclInterfaceCacheImpl.addOrUpdate(String interfaceId,
BiConsumer<AclInterface,AclInterface.Builder> updateFunction) |
AclInterface |
AclInterfaceCacheImpl.updateIfPresent(String interfaceId,
BiFunction<AclInterface,AclInterface.Builder,Boolean> updateFunction) |
Modifier and Type | Method and Description |
---|---|
AclInterface |
AclInterfaceCache.addOrUpdate(String interfaceId,
BiConsumer<AclInterface,AclInterface.Builder> updateFunction)
Adds a new AclInterface if not already existing, otherwise updates the existing instance.
|
AclInterface |
AclInterfaceCache.updateIfPresent(String interfaceId,
BiFunction<AclInterface,AclInterface.Builder,Boolean> updateFunction)
Updates an existing AclInterface instance in the cache.
|
Copyright © 2019 OpenDaylight. All rights reserved.