Uses of Interface
org.opendaylight.netvirt.aclservice.api.AclInterfaceCache
-
Packages that use AclInterfaceCache Package Description org.opendaylight.netvirt.aclservice org.opendaylight.netvirt.aclservice.listeners org.opendaylight.netvirt.aclservice.shell -
-
Uses of AclInterfaceCache in org.opendaylight.netvirt.aclservice
Classes in org.opendaylight.netvirt.aclservice that implement AclInterfaceCache Modifier and Type Class Description class
AclInterfaceCacheImpl
Implementation of the AclInterfaceCache interface.Fields in org.opendaylight.netvirt.aclservice declared as AclInterfaceCache Modifier and Type Field Description protected AclInterfaceCache
AbstractAclServiceImpl. aclInterfaceCache
Constructors in org.opendaylight.netvirt.aclservice with parameters of type AclInterfaceCache Constructor Description AbstractAclServiceImpl(java.lang.Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.servicebinding.rev160406.ServiceModeBase> serviceMode, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, AclDataUtil aclDataUtil, AclServiceUtils aclServiceUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, AclInterfaceCache aclInterfaceCache)
Initialize the member variables.AclServiceImplFactory(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, AclserviceConfig config, AclDataUtil aclDataUtil, AclServiceUtils aclServiceUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, AclInterfaceCache aclInterfaceCache)
EgressAclServiceImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, AclDataUtil aclDataUtil, AclServiceUtils aclServiceUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, AclInterfaceCache aclInterfaceCache)
Initialize the member variables.IngressAclServiceImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, AclDataUtil aclDataUtil, AclServiceUtils aclServiceUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, AclInterfaceCache aclInterfaceCache)
Initialize the member variables. -
Uses of AclInterfaceCache in org.opendaylight.netvirt.aclservice.listeners
Constructors in org.opendaylight.netvirt.aclservice.listeners with parameters of type AclInterfaceCache Constructor Description AclElanInterfaceListener(AclServiceManager aclServiceManager, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclInterfaceCache aclInterfaceCache, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
AclEventListener(AclServiceManager aclServiceManager, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclDataUtil aclDataUtil, AclServiceUtils aclServicUtils, AclInterfaceCache aclInterfaceCache, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
AclInterfaceListener(AclServiceManager aclServiceManager, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclDataUtil aclDataUtil, AclInterfaceCache aclInterfaceCache, AclServiceUtils aclServicUtils, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
AclInterfaceStateListener(AclServiceManager aclServiceManger, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclDataUtil aclDataUtil, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, AclInterfaceCache aclInterfaceCache, AclServiceUtils aclServicUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
-
Uses of AclInterfaceCache in org.opendaylight.netvirt.aclservice.shell
Methods in org.opendaylight.netvirt.aclservice.shell with parameters of type AclInterfaceCache Modifier and Type Method Description void
DisplayAclDataCaches. setAclInterfaceCache(AclInterfaceCache aclInterfaceCache)
-